From: Laura Flores Date: Mon, 24 Nov 2025 17:18:08 +0000 (-0600) Subject: qa/suites/upgrade: add expected filesystem warnings to ignorelist X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=339c2eaf776096572f2e0ac35105aee400be323d;p=ceph.git qa/suites/upgrade: add expected filesystem warnings to ignorelist These warnings appear after we run ‘fs rm’, which seems expected. Fixes: https://tracker.ceph.com/issues/73557 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 62fb6427f72..baa08554973 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -51,3 +51,5 @@ overrides: - FS_DEGRADED - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED + - filesystem is degraded + - filesystem is offline 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 2cacb61695d..152d26a3242 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -25,6 +25,8 @@ overrides: - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds + - filesystem is degraded + - filesystem is offline 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 314f9f95686..d047bb3f1cb 100644 --- a/qa/suites/upgrade/squid-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/squid-x/parallel/0-start.yaml @@ -52,3 +52,5 @@ overrides: - OSDMAP_FLAGS - OSD_UPGRADE_FINISHED - PG_DEGRADED + - filesystem is degraded + - filesystem is offline 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 d1a13853496..d8622ddc94e 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -25,6 +25,7 @@ overrides: - MDS_UP_LESS_THAN_MAX - filesystem is offline - with fewer MDS than max_mds + - filesystem is degraded 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 75a66955cf4..6308ee09efb 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -19,6 +19,9 @@ overrides: - is down - TELEMETRY_CHANGED - pg .*? is .*?degraded.*?, acting + - pg .* is stuck peering + - filesystem is degraded + - filesystem is offline 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 0e596548c40..5a48cde7732 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -19,6 +19,9 @@ overrides: - is down - TELEMETRY_CHANGED - pg .*? is .*?degraded.*?, acting + - pg .* is stuck peering + - filesystem is degraded + - filesystem is offline tasks: - install: branch: squid