fix: healing buckets during pool expansion (#11224)

fixes #11209
This commit is contained in:
Harshavardhana
2021-01-05 13:24:22 -08:00
committed by GitHub
parent ad511b0eb8
commit 4ed45ce543
3 changed files with 6 additions and 5 deletions

View File

@@ -42,6 +42,7 @@ type HealOpts struct {
Recursive bool `json:"recursive"`
DryRun bool `json:"dryRun"`
Remove bool `json:"remove"`
Recreate bool `json:"recreate"` // only used when bucket needs to be healed
ScanMode HealScanMode `json:"scanMode"`
}