Fix config subsystem to wait on quorum number of formatted disks (#6407)

This commit is contained in:
Harshavardhana
2018-09-05 08:25:55 -07:00
committed by Nitish Tiwari
parent 81b7e5c7a8
commit d0d015361c
2 changed files with 33 additions and 5 deletions

View File

@@ -318,6 +318,9 @@ func serverMain(ctx *cli.Context) {
initFederatorBackend(newObject)
}
// Re-enable logging
logger.Disable = false
// Create a new config system.
globalConfigSys = NewConfigSys()
@@ -336,9 +339,6 @@ func serverMain(ctx *cli.Context) {
logger.FatalIf(err, "Unable to initialize disk caching")
}
// Re-enable logging
logger.Disable = false
// Create new policy system.
globalPolicySys = NewPolicySys()