mirror of
https://github.com/minio/minio.git
synced 2025-11-20 09:56:07 -05:00
fix: refactor background heal for cluster health (#10225)
This commit is contained in:
@@ -221,8 +221,7 @@ func initSafeMode(ctx context.Context, newObject ObjectLayer) (err error) {
|
||||
|
||||
// Enable healing to heal drives if possible
|
||||
if globalIsErasure {
|
||||
initBackgroundHealing(ctx, newObject)
|
||||
initLocalDisksAutoHeal(ctx, newObject)
|
||||
initAutoHeal(ctx, newObject)
|
||||
}
|
||||
|
||||
// **** WARNING ****
|
||||
|
||||
Reference in New Issue
Block a user