mirror of
https://github.com/minio/minio.git
synced 2025-11-21 02:09:08 -05:00
Fix config subsystem to wait on quorum number of formatted disks (#6407)
This commit is contained in:
committed by
Nitish Tiwari
parent
81b7e5c7a8
commit
d0d015361c
@@ -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()
|
||||
|
||||
|
||||
Reference in New Issue
Block a user