From: Laura Flores Date: Fri, 7 Feb 2025 22:53:12 +0000 (-0600) Subject: qa/suites/upgrade/telemetry-upgrade: improve ignorelist X-Git-Tag: v20.0.0~187^2 X-Git-Url: http://git.apps.os.sepia.ceph.com/?a=commitdiff_plain;h=d5c882c7569d7418d1e1c90aa4e394d235250158;p=ceph.git qa/suites/upgrade/telemetry-upgrade: improve ignorelist In this commit, I added some pattern matching for warnings that show up in the cluster log detail that are related to degraded PGs. In these tests, we are intentionally restarting OSDs to upgrade them, which leads to these states showing up in the cluster log. So, the warnings are intended and can be ignored in the context of an upgrade. Fixes: https://tracker.ceph.com/issues/67881 Signed-off-by: Laura Flores --- 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 d0ab26bc3c4bd..472dd76b7e95c 100644 --- a/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml @@ -18,6 +18,7 @@ overrides: - do not have an application enabled - is down - TELEMETRY_CHANGED + - pg .*? is .*?degraded.*?, acting 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 f38ace22cdf2d..fbaf787d07b7d 100644 --- a/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml +++ b/qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml @@ -18,6 +18,7 @@ overrides: - do not have an application enabled - is down - TELEMETRY_CHANGED + - pg .*? is .*?degraded.*?, acting tasks: - install: branch: squid