]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
osd/scrub: use the actual active set when requesting replicas to scrub
authorRonen Friedman <rfriedma@redhat.com>
Wed, 28 Sep 2022 13:52:52 +0000 (13:52 +0000)
committerRonen Friedman <rfriedma@redhat.com>
Mon, 3 Oct 2022 14:59:25 +0000 (17:59 +0300)
commit967a4a4ab7a2503ce753cd5c71865d6dcc4597be
tree8193209ac52b0ae14485176e1e5d637280ae4240
parentb0021de5fa3c9c51fc1f3bd26f27367d126ba036
osd/scrub: use the actual active set when requesting replicas to scrub

Note that get_acting_set() may differ from
get_acting_recovery_backfill() - if we are backfilling or recovering.

Fixes: https://tracker.ceph.com/issues/57698
Signed-off-by: Ronen Friedman <rfriedma@redhat.com>
src/osd/scrubber/pg_scrubber.cc