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=4fa21092ed70c7a1b133f7ec75bada6c14899c5b;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. 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 0e9f88d9c94..6ae447174dc 100644 --- a/qa/suites/upgrade/reef-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/reef-x/parallel/0-start.yaml @@ -56,3 +56,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 b804a9704f2..191a344df22 100644 --- a/qa/suites/upgrade/reef-x/stress-split/1-start.yaml +++ b/qa/suites/upgrade/reef-x/stress-split/1-start.yaml @@ -30,6 +30,7 @@ overrides: - 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..95a506ede79 100644 --- a/qa/suites/upgrade/squid-x/parallel/0-start.yaml +++ b/qa/suites/upgrade/squid-x/parallel/0-start.yaml @@ -56,3 +56,4 @@ overrides: - filesystem is offline - osds down - osd down + - OBJECT_UNFOUND 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..5b7dce73c30 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,7 @@ overrides: - filesystem is degraded - osds down - osd down + - OBJECT_UNFOUND 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