From: Patrick Donnelly Date: Fri, 22 Sep 2017 16:42:06 +0000 (-0700) Subject: qa: whitelist failover log warnings X-Git-Tag: v13.0.1~810^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=37a7737712f36422b5f035a0e02bab25ae2da890;p=ceph.git qa: whitelist failover log warnings Fixes: http://tracker.ceph.com/issues/21509 Signed-off-by: Patrick Donnelly --- diff --git a/qa/suites/kcephfs/recovery/tasks/failover.yaml b/qa/suites/kcephfs/recovery/tasks/failover.yaml index b06985336c93..2e4655be0434 100644 --- a/qa/suites/kcephfs/recovery/tasks/failover.yaml +++ b/qa/suites/kcephfs/recovery/tasks/failover.yaml @@ -1,7 +1,10 @@ - +overrides: + ceph: + log-whitelist: + - not responding, replacing + - \(MDS_INSUFFICIENT_STANDBY\) tasks: - cephfs_test_runner: fail_on_skip: false modules: - tasks.cephfs.test_failover -