ceph/qa/standalone/scrub
David Zafman b3e1c58b0e osd: Replace active/pending scrub tracking for local/remote
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>
2019-09-10 13:33:27 -07:00
..
osd-recovery-scrub.sh
osd-scrub-dump.sh osd: Replace active/pending scrub tracking for local/remote 2019-09-10 13:33:27 -07:00
osd-scrub-repair.sh osd/PG: scrub error when objects are larger than osd_max_object_size 2019-08-14 20:25:12 -05:00
osd-scrub-snaps.sh qa/standalone/scrub/osd-scrub-snaps: snapmapper omap is now 'm' 2019-08-20 16:18:41 -05:00
osd-scrub-test.sh Merge pull request #29342 from Jeegn-Chen/wip-scrub-extended-sleep 2019-08-13 09:09:52 +08:00
osd-unexpected-clone.sh