diff --git a/cmd/pulse/main.go b/cmd/pulse/main.go index e73b67d1d..3275b4f91 100644 --- a/cmd/pulse/main.go +++ b/cmd/pulse/main.go @@ -62,3 +62,5 @@ func main() { osExit(1) } } + +// Force rebuild 1769525035 diff --git a/pkg/proxmox/client.go b/pkg/proxmox/client.go index 7cc330a42..ddb29fbf8 100644 --- a/pkg/proxmox/client.go +++ b/pkg/proxmox/client.go @@ -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"`