XL/format: Fix a bug in checkDisksConsistency. (#1894)

This commit is contained in:
Harshavardhana
2016-06-14 13:42:15 +05:30
committed by Anand Babu (AB) Periasamy
parent ed4fe689b4
commit 23c88ffb1d
3 changed files with 282 additions and 19 deletions

View File

@@ -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.