]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites: disable scrub on shutdown in mgr test
authorJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 15:35:24 +0000 (16:35 +0100)
committerJohn Spray <john.spray@redhat.com>
Thu, 20 Apr 2017 21:34:42 +0000 (22:34 +0100)
The tests that exercise mgr failover do not necessarily
leave a happy working mgr daemon in place, and since
pg dump moved into the mgr, that means they should
not try and call "pg dump" to validate PG state on shutdown.

Signed-off-by: John Spray <john.spray@redhat.com>
qa/suites/rados/mgr/tasks/failover.yaml

index b0c7b471ab0c7f0a88ce66ecf2c4dac99f87bc87..e02b8bf2cb078ecacdadfdf29621cc36ed1d19da 100644 (file)
@@ -2,6 +2,9 @@
 tasks:
   - install:
   - ceph:
+      # tests may leave mgrs broken, so don't try and call into them
+      # to invoke e.g. pg dump during teardown.
+      wait-for-scrub: false  
   - cephfs_test_runner:
       modules:
         - tasks.mgr.test_failover