Minor updates to main and proxmox client

This commit is contained in:
rcourtman 2026-01-28 16:52:50 +00:00
parent 19a67dd4f3
commit 13a6f7750c
2 changed files with 4 additions and 0 deletions

View file

@ -62,3 +62,5 @@ func main() {
osExit(1)
}
}
// Force rebuild 1769525035

View file

@ -908,6 +908,8 @@ type Storage struct {
Active int `json:"active"`
Enabled int `json:"enabled"`
Shared int `json:"shared"`
Nodes string `json:"nodes,omitempty"`
Path string `json:"path,omitempty"`
Total uint64 `json:"total"`
Used uint64 `json:"used"`
Available uint64 `json:"avail"`