Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd: Remove bogus assert(active == acting.size())
We saw this assert because active is not correctly computed. Remove assert and incorrectly computed active count. We already use acting.size() to determine whether to set PG_STATE_DEGRADED. Fixes: ceph#6896 Signed-off-by: David Zafman <[email protected]>
- Loading branch information