From 2aeb5a531d28b23a576ae0f22005160e39eba82e 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 (cherry picked from commit fdf66a3e4564bd34f541163b3f1d9bfd27d5a4e5) --- 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 4331d7c6694..22542d45fe8 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 ca6019c66cf..125c170350a 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.39.5