]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/ceph: only re-request scrub on unscrubbed pgs 32988/head
authorSage Weil <sage@redhat.com>
Thu, 30 Jan 2020 16:22:49 +0000 (10:22 -0600)
committerSage Weil <sage@redhat.com>
Thu, 30 Jan 2020 16:22:49 +0000 (10:22 -0600)
commit1dc2a8a09e6aba7dda84d02345126b30387d2cd9
tree2e6d628c25ca7535ff828d1c357b1dffa7bd154d
parentb51ed99091832d905825df7e81504d242e030ca0
qa/tasks/ceph: only re-request scrub on unscrubbed pgs

If we haven't scrubbed everything, we occasinoally re-request scrub in case
the request was missed by the OSD (this can happen).  But we were
re-requesting scrub on ALL pgs, and if they are done in a
semi-deterministic order and are slow, then we may never get to the final
ones.

Signed-off-by: Sage Weil <sage@redhat.com>
qa/tasks/ceph.py