mirror of
https://github.com/pgsty/minio.git
synced 2026-08-09 07:43:29 +03: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