From 6bdda0bb3411773a2fea5d4ff83db6be295c5a1f Mon Sep 17 00:00:00 2001 From: Venky Shankar Date: Tue, 27 May 2025 07:26:12 +0000 Subject: [PATCH] qa/cephfs: ignore `OSD_DOWN/osds down` warning Runs have started failing a lot with the human friendly variant of the warning. OSD_DOWN is in the ignore list, however, the human friendly warning (osds down) isn't. Fixes: http://tracker.ceph.com/issues/71446 Signed-off-by: Venky Shankar --- qa/cephfs/overrides/ignorelist_health.yaml | 2 ++ qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qa/cephfs/overrides/ignorelist_health.yaml b/qa/cephfs/overrides/ignorelist_health.yaml index b2f33061a6f6c..1ad468627512b 100644 --- a/qa/cephfs/overrides/ignorelist_health.yaml +++ b/qa/cephfs/overrides/ignorelist_health.yaml @@ -26,3 +26,5 @@ overrides: - slow operation indications in BlueStore - experiencing slow operations in BlueStore - MGR_MODULE_ERROR + - OSD_DOWN + - osd.* is down diff --git a/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml b/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml index 41ba84f04db5e..97d7febbbc295 100644 --- a/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml +++ b/qa/cephfs/overrides/ignorelist_wrongly_marked_down.yaml @@ -7,3 +7,5 @@ overrides: - but it is still running # MDS daemon 'b' is not responding, replacing it as rank 0 with standby 'a' - is not responding + - osds down + - osd.* is down -- 2.39.5