Skip to content

Commit

Permalink
add Local disk indicator
Browse files Browse the repository at this point in the history
  • Loading branch information
harshavardhana committed Feb 29, 2024
1 parent e447ce8 commit 002c61e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions info-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -471,6 +471,7 @@ type Disk struct {
HealInfo *HealingDisk `json:"heal_info,omitempty"`
UsedInodes uint64 `json:"used_inodes"`
FreeInodes uint64 `json:"free_inodes,omitempty"`
Local bool `json:"local,omitempty"`

// Indexes, will be -1 until assigned a set.
PoolIndex int `json:"pool_index"`
Expand Down

0 comments on commit 002c61e

Please sign in to comment.