From: nmordech@redhat.com Date: Mon, 1 Apr 2024 12:33:53 +0000 (+0000) Subject: suites/rados/cephadm: adding OSD_DOWN to the log-ignorelist X-Git-Tag: v20.0.0~2181^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=fdf66a3e4564bd34f541163b3f1d9bfd27d5a4e5;p=ceph.git 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 --- 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