- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for bucketPush (0.04 seconds)
The search processing time has exceeded the limit. The displayed results may be partial.
-
cmd/erasure-server-pool-decom.go
} } 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 Dec 28 19:28:13 GMT 2025 - Last Modified: Sun Sep 28 20:59:21 GMT 2025 - 42.2K bytes - Click Count (1)