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