From 7b09f02836340afb9b589a1f46542e524b513d18 Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Sun, 16 Mar 2025 13:57:26 +0000 Subject: [PATCH] suites/rados/cephadm: add still running warning to the ignore list the ignore list already have OSD_DOWN warning, but not still running warning that may appear if the osd delay while it shutdown Fixes: https://tracker.ceph.com/issues/70465 Signed-off-by: Nitzan Mordechai --- qa/suites/orch/cephadm/osds/1-start.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/qa/suites/orch/cephadm/osds/1-start.yaml b/qa/suites/orch/cephadm/osds/1-start.yaml index 90f49cc2adfff..0fbafa68423ff 100644 --- a/qa/suites/orch/cephadm/osds/1-start.yaml +++ b/qa/suites/orch/cephadm/osds/1-start.yaml @@ -23,6 +23,7 @@ overrides: log-ignorelist: - OSD_DOWN - CEPHADM_FAILED_DAEMON + - but is still running conf: osd: osd shutdown pgref assert: true -- 2.39.5