mirror of
https://github.com/pgsty/minio.git
synced 2026-07-23 14:10:25 +03:00
heal: Persist MRF queue in the disk during shutdown (#19410)
This commit is contained in:
+1
-3
@@ -384,9 +384,7 @@ var (
|
||||
globalBackgroundHealRoutine = newHealRoutine()
|
||||
globalBackgroundHealState = newHealState(GlobalContext, false)
|
||||
|
||||
globalMRFState = mrfState{
|
||||
opCh: make(chan partialOperation, mrfOpsQueueSize),
|
||||
}
|
||||
globalMRFState = newMRFState()
|
||||
|
||||
// If writes to FS backend should be O_SYNC.
|
||||
globalFSOSync bool
|
||||
|
||||
Reference in New Issue
Block a user