From 27b6bfbd81757e24188a5dc616414516f191abd1 Mon Sep 17 00:00:00 2001 From: Patrick Donnelly Date: Sat, 17 Feb 2018 16:09:57 -0800 Subject: [PATCH] qa: ignore full cluster warnings for mds-full Fixes: http://tracker.ceph.com/issues/23033 Signed-off-by: Patrick Donnelly --- qa/suites/fs/basic_functional/tasks/mds-full.yaml | 2 ++ qa/suites/kcephfs/recovery/tasks/mds-full.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qa/suites/fs/basic_functional/tasks/mds-full.yaml b/qa/suites/fs/basic_functional/tasks/mds-full.yaml index 35c69c790d350..1ac98410be402 100644 --- a/qa/suites/fs/basic_functional/tasks/mds-full.yaml +++ b/qa/suites/fs/basic_functional/tasks/mds-full.yaml @@ -9,6 +9,8 @@ overrides: - failsafe engaged, dropping updates - failsafe disengaged, no longer dropping - is full \(reached quota + - POOL_FULL + - POOL_BACKFILLFULL conf: mon: mon osd nearfull ratio: 0.6 diff --git a/qa/suites/kcephfs/recovery/tasks/mds-full.yaml b/qa/suites/kcephfs/recovery/tasks/mds-full.yaml index 7320659c9986a..174eb286f1e72 100644 --- a/qa/suites/kcephfs/recovery/tasks/mds-full.yaml +++ b/qa/suites/kcephfs/recovery/tasks/mds-full.yaml @@ -9,6 +9,8 @@ overrides: - failsafe engaged, dropping updates - failsafe disengaged, no longer dropping - is full \(reached quota + - POOL_FULL + - POOL_BACKFILLFULL conf: mon: mon osd nearfull ratio: 0.6 -- 2.39.5