fix desync issue with instance pool membership

This commit is contained in:
2026-05-23 17:37:49 +00:00
parent 4ce059be22
commit 326c392d3d
2 changed files with 35 additions and 28 deletions
+1
View File
@@ -26,6 +26,7 @@ type Node struct {
paas.Node
Instances map[InstanceID]*Instance `json:"instances"`
pvenode *proxmox.Node
cluster *Cluster // link cluster needed for instance pool sync
}
type InstanceID = paas.InstanceID