- Sort Score
- Result 10 results
- Languages All
Results 1 - 1 of 1 for checkIfRebalanceDone (0.13 sec)
-
cmd/erasure-server-pool-rebalance.go
} stopFn(0, nil) z.bucketRebalanceDone(bucket, poolIdx) } rebalanceLogEvent(GlobalContext, "Pool %d rebalancing is done", poolIdx+1) return err } func (z *erasureServerPools) checkIfRebalanceDone(poolIdx int) bool { z.rebalMu.Lock() defer z.rebalMu.Unlock() // check if enough objects have been rebalanced r := z.rebalMeta poolStats := r.PoolStats[poolIdx]
Registered: Sun Sep 07 19:28:11 UTC 2025 - Last Modified: Thu Sep 04 20:47:24 UTC 2025 - 28.9K bytes - Viewed (0)