This commit is contained in:
stSolo
2023-02-10 17:29:09 +03:00
parent 8516e0419a
commit 9d1c8eeaa7
14 changed files with 24 additions and 20 deletions

View File

@@ -72,7 +72,7 @@ type DiskRecord struct {
SepType string `json:"sepType"`
SepID int `json:"sepId"` // NOTE: absent from compute/get output
SizeMax int `json:"sizeMax"`
SizeUsed int `json:"sizeUsed"` // sum over all snapshots of this disk to report total consumed space
SizeUsed float64 `json:"sizeUsed"` // sum over all snapshots of this disk to report total consumed space
Snapshots []SnapshotRecord `json:"snapshots"`
Status string `json:"status"`
TechStatus string `json:"techStatus"`