- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for IsPoolRebalancing (0.06 seconds)
-
cmd/erasure-server-pool-rebalance.go
return false } for _, ps := range r.PoolStats { if ps.Participating && ps.Info.Status != rebalCompleted { return true } } return false } func (z *erasureServerPools) IsPoolRebalancing(poolIndex int) bool { z.rebalMu.RLock() defer z.rebalMu.RUnlock() if r := z.rebalMeta; r != nil { if !r.StoppedAt.IsZero() { return false } ps := r.PoolStats[poolIndex]Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 28.7K bytes - Click Count (0)