- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for isBucketDecommissioned (0.08 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/erasure-server-pool-decom.go
} return true } } return false } func (pd *PoolDecommissionInfo) isBucketDecommissioned(bucket string) bool { return slices.Contains(pd.DecommissionedBuckets, bucket) } func (pd *PoolDecommissionInfo) bucketPush(bucket decomBucketInfo) { for _, b := range pd.QueuedBuckets { if pd.isBucketDecommissioned(b) { return } if b == bucket.String() { return } }Created: Sun Apr 05 19:28:12 GMT 2026 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 42.2K bytes - Click Count (1)