Skip to content

Commit

Permalink
heal: Add pool/set indexes to select a specific ES to heal
Browse files Browse the repository at this point in the history
  • Loading branch information
Anis Eleuch committed Jul 1, 2024
1 parent 2ef004f commit 9dc0f9e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions heal-commands.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,9 @@ type HealOpts struct {
ScanMode HealScanMode `json:"scanMode"`
UpdateParity bool `json:"updateParity"` // Update the parity of the existing object with a new one
NoLock bool `json:"nolock"`

Pool *int `json:"pool,omitempty"`
Set *int `json:"set,omitempty"`
}

// Equal returns true if no is same as o.
Expand Down

0 comments on commit 9dc0f9e

Please sign in to comment.