We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2f1d0d1 commit 9efb62dCopy full SHA for 9efb62d
1 file changed
internal/proxmox/cluster.go
@@ -171,7 +171,7 @@ func (s *ProxmoxService) aggregateClusterResourceUsage(nodes []NodeResourceUsage
171
}
172
173
// Add shared storage (NAS)
174
- nasUsed, nasTotal := getStorage(&resources, "mufasa-proxmox")
+ nasUsed, nasTotal := getStorage(&resources, s.Config.StorageID)
175
cluster.StorageTotal += int64(nasTotal)
176
cluster.StorageUsed += int64(nasUsed)
177
0 commit comments