Skip to content

Commit

Permalink
heal: Add RetryAttempts field to healing info drive (#300)
Browse files Browse the repository at this point in the history
This will help mc to show accurate information, since a retry can
confuse the ETA
  • Loading branch information
vadmeste authored Aug 22, 2024
1 parent 10da698 commit fe52a32
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions heal-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,8 @@ type HealingDisk struct {
Started time.Time `json:"started"`
LastUpdate time.Time `json:"last_update"`

RetryAttempts uint64 `json:"retry_attempts"`

ObjectsTotalCount uint64 `json:"objects_total_count"`
ObjectsTotalSize uint64 `json:"objects_total_size"`

Expand Down

0 comments on commit fe52a32

Please sign in to comment.