]> git.apps.os.sepia.ceph.com Git - ceph.git/commit
qa/tasks/ceph: stop any split/merge activity before scrubbing 25932/head
authorSage Weil <sage@redhat.com>
Sat, 12 Jan 2019 11:32:54 +0000 (05:32 -0600)
committerSage Weil <sage@redhat.com>
Mon, 14 Jan 2019 12:51:21 +0000 (06:51 -0600)
commit54c5202b741dac2d1a80226e0f6532595dbb554c
treeda2395de52052c04b2cea12fa3a142ebeafd6667
parent5dfcb551ff65d0920d4bb1ce6581f2528cbe53e6
qa/tasks/ceph: stop any split/merge activity before scrubbing

If there are leftover merges at the end of the run they can take a long
time to get through, blowing our timeout for (waiting for pgs to become
active and to stop splitting/merge) and scrubbing pgs.  Stop all of that
at the end of the run so that we don't have to wait so long.

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