From: Laura Flores Date: Mon, 24 Nov 2025 17:26:57 +0000 (-0600) Subject: qa/suites/upgrade: ignore "osd down" cluster log variations X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=13b619aa115c42e8cacd9a9e43de2e2952a2dea1;p=ceph.git qa/suites/upgrade: ignore "osd down" cluster log variations These warnings are expected during upgrade tests. This commit updates the list with variations of this warning that weren't covered. Fixes: https://tracker.ceph.com/issues/69795 Signed-off-by: Laura Flores --- diff --git a/qa/suites/upgrade/reef-x/parallel/0-start.yaml b/qa/suites/upgrade/reef-x/parallel/0-start.yaml index baa08554973..81e78e78a6b 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -53,3 +53,5 @@ overrides: - OSD_UPGRADE_FINISHED - filesystem is degraded - filesystem is offline + - osds down + - osd down diff --git a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml index 152d26a3242..bed717041d4 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -27,6 +27,8 @@ overrides: - with fewer MDS than max_mds - filesystem is degraded - filesystem is offline + - osds down + - osd down tasks: - install: branch: reef diff --git a/qa/suites/upgrade/squid-x/parallel/0-start.yaml b/qa/suites/upgrade/squid-x/parallel/0-start.yaml index d047bb3f1cb..344b6fa15a8 100644 --- a/qa/suites/upgrade/squid-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/squid-x/parallel/0-start.yaml @@ -54,3 +54,5 @@ overrides: - PG_DEGRADED - filesystem is degraded - filesystem is offline + - osds down + - osd down diff --git a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml index d8622ddc94e..7a3d1e68826 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -26,6 +26,8 @@ overrides: - filesystem is offline - with fewer MDS than max_mds - filesystem is degraded + - osds down + - osd down tasks: - install: branch: squid diff --git a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml index 6308ee09efb..802cdbfb215 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -22,6 +22,8 @@ overrides: - pg .* is stuck peering - filesystem is degraded - filesystem is offline + - osds down + - osd down tasks: - install: branch: reef diff --git a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml index 5a48cde7732..21a7a40f135 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -22,6 +22,8 @@ overrides: - pg .* is stuck peering - filesystem is degraded - filesystem is offline + - osds down + - osd down tasks: - install: branch: squid