From d5c882c7569d7418d1e1c90aa4e394d235250158 Mon Sep 17 00:00:00 2001 From: Laura Flores Date: Fri, 7 Feb 2025 16:53:12 -0600 Subject: [PATCH] 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 --- qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml | 1 + qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml | 1 + 2 files changed, 2 insertions(+) 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 -- 2.39.5