From 017f260c9b43e0726fa01d5575bb5c003bb3cdcd Mon Sep 17 00:00:00 2001 From: John Spray Date: Thu, 20 Apr 2017 16:35:24 +0100 Subject: [PATCH] qa/suites: disable scrub on shutdown in mgr test 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 --- qa/suites/rados/mgr/tasks/failover.yaml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/qa/suites/rados/mgr/tasks/failover.yaml b/qa/suites/rados/mgr/tasks/failover.yaml index b0c7b471ab0c..e02b8bf2cb07 100644 --- a/qa/suites/rados/mgr/tasks/failover.yaml +++ b/qa/suites/rados/mgr/tasks/failover.yaml @@ -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 -- 2.47.3