From: Laura Flores Date: Mon, 24 Nov 2025 17:31:05 +0000 (-0600) Subject: qa/suites/upgrade: add "OBJECT_UNFOUND" to ignorelists X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=0f3775df199cb00cf5a064e5f5f12d7a4ee6218f;p=ceph-ci.git qa/suites/upgrade: add "OBJECT_UNFOUND" to ignorelists The thrashing in the upgrade tests has been configured to be very aggressive; the tests are permitted to stop up to 4 of the 8 OSDs, so it is expected that it is causing these kinds of health warnings to be generated. This commit also cleans up some expected filesystem and pg peering warnings in the upgrade tests. Fixes: https://tracker.ceph.com/issues/72424 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 81e78e78a6b..ad699176fe4 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -55,3 +55,4 @@ overrides: - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND 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 bed717041d4..f42cdd2720c 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -26,9 +26,9 @@ overrides: - filesystem is offline - with fewer MDS than max_mds - filesystem is degraded - - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND 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 344b6fa15a8..869275c9e11 100644 --- a/qa/suites/upgrade/squid-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/squid-x/parallel/0-start.yaml @@ -43,7 +43,6 @@ overrides: - MON_DOWN - out of quorum - PG_AVAILABILITY - - PG_DEGRADED - Reduced data availability - Degraded data redundancy - pg .* is stuck inactive @@ -56,3 +55,5 @@ overrides: - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND + - pg .* is stuck peering 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 7a3d1e68826..66da3ff7a6a 100644 --- a/qa/suites/upgrade/squid-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/squid-x/stress-split/1-start.yaml @@ -28,6 +28,8 @@ overrides: - filesystem is degraded - osds down - osd down + - OBJECT_UNFOUND + - pg .* is stuck peering 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 802cdbfb215..72181240caf 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -24,6 +24,7 @@ overrides: - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND 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 21a7a40f135..4486d30fb61 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -24,6 +24,7 @@ overrides: - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND tasks: - install: branch: squid