mirror of
https://github.com/minio/minio.git
synced 2025-11-20 01:50:24 -05:00
XL/format: Fix a bug in checkDisksConsistency. (#1894)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
ed4fe689b4
commit
23c88ffb1d
2
xl-v1.go
2
xl-v1.go
@@ -119,7 +119,7 @@ func newXLObjects(disks []string) (ObjectLayer, error) {
|
||||
// Runs house keeping code, like creating minioMetaBucket, cleaning up tmp files etc.
|
||||
xlHouseKeeping(storageDisks)
|
||||
|
||||
// Attempt to load all `format.json`
|
||||
// Attempt to load all `format.json`.
|
||||
formatConfigs, sErrs := loadAllFormats(storageDisks)
|
||||
|
||||
// Generic format check validates all necessary cases.
|
||||
|
||||
Reference in New Issue
Block a user