From 002c61ed34f49553bb490283c4fcd9106f313cd3 Mon Sep 17 00:00:00 2001 From: Harshavardhana Date: Wed, 28 Feb 2024 22:09:23 -0800 Subject: [PATCH] add Local disk indicator --- info-commands.go | 1 + 1 file changed, 1 insertion(+) diff --git a/info-commands.go b/info-commands.go index b594f62..78d8d94 100644 --- a/info-commands.go +++ b/info-commands.go @@ -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"`