From 48ca5592245299a1fd93271fb9053a05af189164 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Tue, 11 Feb 2020 13:20:37 -0800 Subject: [PATCH] qa: update cluster warning message for removed MDS Signed-off-by: Patrick Donnelly --- qa/suites/fs/multifs/tasks/failover.yaml | 2 +- qa/suites/fs/thrash/ceph-thrash/mds.yaml | 2 +- qa/suites/kcephfs/recovery/tasks/failover.yaml | 2 +- qa/suites/kcephfs/thrash/thrashers/mds.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/qa/suites/fs/multifs/tasks/failover.yaml b/qa/suites/fs/multifs/tasks/failover.yaml index 3c0f8007bfd..2af99288be4 100644 --- a/qa/suites/fs/multifs/tasks/failover.yaml +++ b/qa/suites/fs/multifs/tasks/failover.yaml @@ -1,7 +1,7 @@ overrides: ceph: log-whitelist: - - not responding, replacing + - Replacing daemon mds - \(MDS_INSUFFICIENT_STANDBY\) - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) diff --git a/qa/suites/fs/thrash/ceph-thrash/mds.yaml b/qa/suites/fs/thrash/ceph-thrash/mds.yaml index 154615c51a9..8120ab04661 100644 --- a/qa/suites/fs/thrash/ceph-thrash/mds.yaml +++ b/qa/suites/fs/thrash/ceph-thrash/mds.yaml @@ -4,4 +4,4 @@ tasks: overrides: ceph: log-whitelist: - - not responding, replacing + - Replacing daemon mds diff --git a/qa/suites/kcephfs/recovery/tasks/failover.yaml b/qa/suites/kcephfs/recovery/tasks/failover.yaml index 334bf26bfe4..8bb8134ebce 100644 --- a/qa/suites/kcephfs/recovery/tasks/failover.yaml +++ b/qa/suites/kcephfs/recovery/tasks/failover.yaml @@ -1,7 +1,7 @@ overrides: ceph: log-whitelist: - - not responding, replacing + - Replacing daemon mds - \(MDS_INSUFFICIENT_STANDBY\) - \(MDS_ALL_DOWN\) - \(MDS_UP_LESS_THAN_MAX\) diff --git a/qa/suites/kcephfs/thrash/thrashers/mds.yaml b/qa/suites/kcephfs/thrash/thrashers/mds.yaml index ce87575c706..2d88dd9a05e 100644 --- a/qa/suites/kcephfs/thrash/thrashers/mds.yaml +++ b/qa/suites/kcephfs/thrash/thrashers/mds.yaml @@ -1,7 +1,7 @@ overrides: ceph: log-whitelist: - - not responding, replacing + - Replacing daemon mds tasks: - mds_thrash: -- 2.39.5