From fdf66a3e4564bd34f541163b3f1d9bfd27d5a4e5 Mon Sep 17 00:00:00 2001 From: "nmordech@redhat.com" Date: Mon, 1 Apr 2024 12:33:53 +0000 Subject: [PATCH] suites/rados/cephadm: adding OSD_DOWN to the log-ignorelist Some of the tests failed after OSD_DOWN warning appear in the log. those OSD_DOWN happened during the tests and osd remove and destroy. Fixes: https://tracker.ceph.com/issues/64865 Signed-off-by: Nitzan Mordechai --- qa/suites/orch/cephadm/osds/1-start.yaml | 2 ++ qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml | 2 ++ 2 files changed, 4 insertions(+) diff --git a/qa/suites/orch/cephadm/osds/1-start.yaml b/qa/suites/orch/cephadm/osds/1-start.yaml index 4331d7c66949..22542d45fe83 100644 --- a/qa/suites/orch/cephadm/osds/1-start.yaml +++ b/qa/suites/orch/cephadm/osds/1-start.yaml @@ -20,6 +20,8 @@ openstack: size: 10 # GB overrides: ceph: + log-ignorelist: + - OSD_DOWN conf: osd: osd shutdown pgref assert: true diff --git a/qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml b/qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml index ca6019c66cfe..125c170350af 100644 --- a/qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml +++ b/qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml @@ -22,6 +22,8 @@ openstack: size: 10 # GB overrides: ceph: + log-ignorelist: + - OSD_DOWN conf: osd: osd shutdown pgref assert: true -- 2.47.3