Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
decom: Fix listing quorum to be equal to deletion quorum (minio#18476)
With an odd number of drives per erasure set setup, the write/quorum is the half + 1; however the decommissioning listing will still list those objects and does not consider those as stale. Fix it by using (N+1)/2 formula. Co-authored-by: Anis Elleuch <[email protected]>
- Loading branch information