From f5a23d5811829d0f43831740ec3dced6a3b725f3 Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Mon, 26 Feb 2024 11:12:07 +0530 Subject: [PATCH] qa/cephfs: add `MON_DOWN' and `deprecated feature inline_data' to ignorelist Fixes: http://tracker.ceph.com/issues/64746 Signed-off-by: Venky Shankar --- qa/cephfs/overrides/ignorelist_health.yaml | 1 + qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml | 1 + 2 files changed, 2 insertions(+) diff --git a/qa/cephfs/overrides/ignorelist_health.yaml b/qa/cephfs/overrides/ignorelist_health.yaml index 90811d6f233bc..aef498f92c607 100644 --- a/qa/cephfs/overrides/ignorelist_health.yaml +++ b/qa/cephfs/overrides/ignorelist_health.yaml @@ -13,3 +13,4 @@ overrides: - POOL_APP_NOT_ENABLED - overall HEALTH_ - Replacing daemon + - deprecated feature inline_data diff --git a/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml b/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml index 41ba84f04db5e..c9c46cc48f413 100644 --- a/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml +++ b/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml @@ -7,3 +7,4 @@ overrides: - but it is still running # MDS daemon 'b' is not responding, replacing it as rank 0 with standby 'a' - is not responding + - MON_DOWN -- 2.39.5