diff --git a/heal-commands.go b/heal-commands.go index 3e9555e..ca7ae9c 100644 --- a/heal-commands.go +++ b/heal-commands.go @@ -380,9 +380,12 @@ type HealingDisk struct { // Filled on startup/restarts. QueuedBuckets []string `json:"queued_buckets"` - // Filled during heal. HealedBuckets []string `json:"healed_buckets"` + + // Healing of this drive is finished, successfully or not + Finished bool `json:"finished"` + // future add more tracking capabilities }