From ee6c4eb393bf6d256d786a63e424fb47c25e6684 Mon Sep 17 00:00:00 2001 From: Nitzan Mordechai Date: Sun, 10 Aug 2025 07:11:39 +0000 Subject: [PATCH] suites/rados/cephadm: typo in ignotr list for still running message gnore-list have "but is still running" instead of "but it is still running" message. Fixes: https://tracker.ceph.com/issues/72501 Signed-off-by: Nitzan Mordechai --- qa/suites/orch/cephadm/osds/1-start.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/qa/suites/orch/cephadm/osds/1-start.yaml b/qa/suites/orch/cephadm/osds/1-start.yaml index cc78ebbc4063..ae4f0af2be69 100644 --- a/qa/suites/orch/cephadm/osds/1-start.yaml +++ b/qa/suites/orch/cephadm/osds/1-start.yaml @@ -23,7 +23,7 @@ overrides: log-ignorelist: - OSD_DOWN - CEPHADM_FAILED_DAEMON - - but is still running + - but it is still running - PG_DEGRADED conf: osd: -- 2.47.3