From 5a1009d3d99d9d8e18187323130eb854963803ad Mon Sep 17 00:00:00 2001 From: John Spray Date: Wed, 31 May 2017 07:15:58 -0400 Subject: [PATCH] qa: whitelist MDS restarts when thrashing Signed-off-by: John Spray --- qa/suites/fs/thrash/ceph-thrash/default.yaml | 5 +++++ qa/suites/kcephfs/thrash/thrashers/mds.yaml | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/qa/suites/fs/thrash/ceph-thrash/default.yaml b/qa/suites/fs/thrash/ceph-thrash/default.yaml index aefdf826ce7..154615c51a9 100644 --- a/qa/suites/fs/thrash/ceph-thrash/default.yaml +++ b/qa/suites/fs/thrash/ceph-thrash/default.yaml @@ -1,2 +1,7 @@ tasks: - mds_thrash: + +overrides: + ceph: + log-whitelist: + - not responding, replacing diff --git a/qa/suites/kcephfs/thrash/thrashers/mds.yaml b/qa/suites/kcephfs/thrash/thrashers/mds.yaml index cab4a01a5fd..d5d1f4357b9 100644 --- a/qa/suites/kcephfs/thrash/thrashers/mds.yaml +++ b/qa/suites/kcephfs/thrash/thrashers/mds.yaml @@ -2,3 +2,8 @@ tasks: - install: - ceph: - mds_thrash: + +overrides: + ceph: + log-whitelist: + - not responding, replacing -- 2.47.3