From: Shraddha Agrawal Date: Thu, 3 Apr 2025 11:09:47 +0000 (+0530) Subject: qa/suites/orch/cephadm: add PG_DEGRADED to ignorelist X-Git-Tag: v20.3.0~55^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=5ffbc5bd4fbb47ce8949ae20f955bc4598b427c8;p=ceph.git qa/suites/orch/cephadm: add PG_DEGRADED to ignorelist Issue: tests are failing in rados/cephadm due to PG_DEGRADED warning in cluster log. Cause: This is expected as we are intentionally killing OSDs. Adding PG_DEGRADED warning to ignorelist will prevent the test from failing when this warning is raised. Fixes: https://tracker.ceph.com/issues/70466 Signed-off-by: Shraddha Agrawal --- diff --git a/qa/suites/orch/cephadm/osds/1-start.yaml b/qa/suites/orch/cephadm/osds/1-start.yaml index 0fbafa68423f..cc78ebbc4063 100644 --- a/qa/suites/orch/cephadm/osds/1-start.yaml +++ b/qa/suites/orch/cephadm/osds/1-start.yaml @@ -24,6 +24,7 @@ overrides: - OSD_DOWN - CEPHADM_FAILED_DAEMON - but is still running + - PG_DEGRADED conf: osd: osd shutdown pgref assert: true diff --git a/qa/suites/orch/cephadm/smoke/start.yaml b/qa/suites/orch/cephadm/smoke/start.yaml index 396e29ed98cb..68a0a22ce190 100644 --- a/qa/suites/orch/cephadm/smoke/start.yaml +++ b/qa/suites/orch/cephadm/smoke/start.yaml @@ -8,6 +8,7 @@ overrides: - CEPHADM_STRAY_DAEMON - CEPHADM_FAILED_DAEMON - CEPHADM_AGENT_DOWN + - PG_DEGRADED log-only-match: - CEPHADM_ tasks: