From 76aadb929647b9bf752e1009a6daf399d0561241 Mon Sep 17 00:00:00 2001 From: Anis Eleuch Date: Tue, 27 Feb 2024 15:58:04 +0100 Subject: [PATCH] heal: Add skipped entries to the new disk heal summary Add visibilty about the objects that are deleted by ILM during new disk healing. --- heal-commands.go | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/heal-commands.go b/heal-commands.go index 37ef1365..bed37426 100644 --- a/heal-commands.go +++ b/heal-commands.go @@ -358,10 +358,12 @@ type HealingDisk struct { ObjectsTotalCount uint64 `json:"objects_total_count"` ObjectsTotalSize uint64 `json:"objects_total_size"` - ItemsHealed uint64 `json:"items_healed"` - ItemsFailed uint64 `json:"items_failed"` - BytesDone uint64 `json:"bytes_done"` - BytesFailed uint64 `json:"bytes_failed"` + ItemsHealed uint64 `json:"items_healed"` + ItemsFailed uint64 `json:"items_failed"` + ItemsSkipped uint64 `json:"items_skipped"` + BytesDone uint64 `json:"bytes_done"` + BytesFailed uint64 `json:"bytes_failed"` + BytesSkipped uint64 `json:"bytes_skipped"` ObjectsHealed uint64 `json:"objects_healed"` // Deprecated July 2021 ObjectsFailed uint64 `json:"objects_failed"` // Deprecated July 2021