From: Patrick Donnelly Date: Fri, 22 Sep 2017 16:42:06 +0000 (-0700) Subject: qa: whitelist failover log warnings X-Git-Tag: v12.2.1~4^2~1 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=018331f26c079c5d728a7009db24560e00407feb;p=ceph.git qa: whitelist failover log warnings Fixes: http://tracker.ceph.com/issues/21509 Signed-off-by: Patrick Donnelly (cherry picked from commit 37a7737712f36422b5f035a0e02bab25ae2da890) --- 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 -