remove unnecessary 'recreate' code (#19136)

This commit is contained in:
Harshavardhana
2024-02-27 01:47:58 -08:00
committed by GitHub
parent 95032e4710
commit 1dd8ef09a6
2 changed files with 8 additions and 25 deletions

View File

@@ -44,7 +44,6 @@ func main() {
opts := madmin.HealOpts{
Recursive: true, // recursively heal all objects at 'prefix'
Remove: true, // remove content that has lost quorum and not recoverable
Recreate: true, // rewrite all old non-inlined xl.meta to new xl.meta
ScanMode: madmin.HealNormalScan, // by default do not do 'deep' scanning
}