]> git.apps.os.sepia.ceph.com Git - ceph-ci.git/commitdiff
qa: Add blocking versions of scrub and deep-scrub
authorBrad Hubbard <bhubbard@redhat.com>
Wed, 10 Jan 2018 04:05:55 +0000 (14:05 +1000)
committerBrad Hubbard <bhubbard@redhat.com>
Wed, 10 Jan 2018 04:05:55 +0000 (14:05 +1000)
Signed-off-by: Brad Hubbard <bhubbard@redhat.com>
qa/workunits/cephtool/test.sh

index 6e3f0ebc793f994957096be6099f920257bf196a..ae3e45c055a2f9e58f787f7cdee0dcfc08c7725b 100755 (executable)
@@ -1416,6 +1416,11 @@ function test_mon_osd()
   #
   # osd scrub
   #
+
+  # blocking
+  ceph osd scrub 0 --block
+  ceph osd deep-scrub 0 --block
+
   # how do I tell when these are done?
   ceph osd scrub 0
   ceph osd deep-scrub 0