mirror of
https://github.com/minio/minio.git
synced 2024-12-24 22:25:54 -05:00
parent
f55093cdd6
commit
8e53064bb4
@ -428,6 +428,12 @@ func healFormatXL(storageDisks []StorageAPI) error {
|
||||
// Return success.
|
||||
return nil
|
||||
}
|
||||
|
||||
// Init meta volume.
|
||||
if err := initMetaVolume(storageDisks); err != nil {
|
||||
return err
|
||||
}
|
||||
|
||||
// All disks are fresh, format.json will be written by initFormatXL()
|
||||
if isFormatNotFound(formatConfigs) {
|
||||
return initFormatXL(storageDisks)
|
||||
|
Loading…
Reference in New Issue
Block a user