mirror of
https://github.com/minio/minio.git
synced 2025-11-30 05:41:00 -05:00
Heal buckets upon init if needed, adding new disks and HUP works
This commit is contained in:
@@ -119,6 +119,7 @@ func New() (Interface, error) {
|
||||
newBucket.partMetadata = make(map[string]map[int]PartMetadata)
|
||||
a.storedBuckets.Set(k, newBucket)
|
||||
}
|
||||
a.Heal()
|
||||
}
|
||||
return a, nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user