mirror of
https://github.com/minio/minio.git
synced 2025-11-24 19:46:16 -05:00
Preserve same deploymentID on all zones (#8542)
This commit is contained in:
committed by
Nitish Tiwari
parent
347b29d059
commit
8392d2f510
@@ -1207,7 +1207,7 @@ func (z *xlZones) HealFormat(ctx context.Context, dryRun bool) (madmin.HealResul
|
||||
}
|
||||
for _, zone := range z.zones {
|
||||
result, err := zone.HealFormat(ctx, dryRun)
|
||||
if err != nil {
|
||||
if err != nil && err != errNoHealRequired {
|
||||
logger.LogIf(ctx, err)
|
||||
continue
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user