diff --git a/cmd/background-newdisks-heal-ops.go b/cmd/background-newdisks-heal-ops.go index 1f74d245e..261eed1b5 100644 --- a/cmd/background-newdisks-heal-ops.go +++ b/cmd/background-newdisks-heal-ops.go @@ -277,14 +277,6 @@ func initAutoHeal(ctx context.Context, objAPI ObjectLayer) { } } - if err := bgSeq.healDiskMeta(objAPI); err != nil { - if newObjectLayerFn() != nil { - // log only in situations, when object layer - // has fully initialized. - logger.LogIf(bgSeq.ctx, err) - } - } - go monitorLocalDisksAndHeal(ctx, z, bgSeq) }