resolve minor race conditions

This commit is contained in:
2026-07-10 21:29:51 +00:00
parent 027ed2dce6
commit f3defe4157
3 changed files with 10 additions and 4 deletions
+1
View File
@@ -29,6 +29,7 @@ type Node struct {
InstancesLock sync.Mutex // lock for Instances map
Instances map[InstanceID]*Instance `json:"instances"`
pvenode *proxmox.Node
storageLock sync.Mutex
storage map[string][]*proxmox.StorageContent
cluster *Cluster
}