Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
osd: Backfill peers should not be included in the acting set
Create actingbackfill in choose_acting() Use first backfill target as previously Add asserts to catch inappropriate use of actingbackfill Use is_acting() in proc_replica_info() because this is before actingbackfill set Remove backfill_targets from stray_set to prevent purge_strays from removing collection Can't check is_replica() anymore for backfill operations since a backfill isn't a replica due to acting set change. fixes: ceph#5855 Signed-off-by: David Zafman <[email protected]>
- Loading branch information