mirror of
https://github.com/ceph/ceph
synced 2025-01-30 23:13:44 +00:00
b3e1c58b0e
This is similar to how recovery reservations are split between local and remote. It was the case that scrubs_pending was used for reservations at the replicas as well as at the primary while requesting reservations from the replicas. There was no need for scrubs_pending to turn into scrubs_active at the primary as nothing treated that value as special. scrubber.active = true when scrubbing is actually going. Now scurbber.local_reserved indicates scrubs_local incremented Now scrubber.remote_reserved indicates scrubs_remote incremented Fixes: https://tracker.ceph.com/issues/41669 Signed-off-by: David Zafman <dzafman@redhat.com> |
||
---|---|---|
.. | ||
osd-recovery-scrub.sh | ||
osd-scrub-dump.sh | ||
osd-scrub-repair.sh | ||
osd-scrub-snaps.sh | ||
osd-scrub-test.sh | ||
osd-unexpected-clone.sh |