]> git.apps.os.sepia.ceph.com Git - ceph.git/commitdiff
qa/suites/upgrade/telemetry-upgrade: improve ignorelist 61723/head
authorLaura Flores <lflores@ibm.com>
Fri, 7 Feb 2025 22:53:12 +0000 (16:53 -0600)
committerLaura Flores <lflores@ibm.com>
Fri, 7 Feb 2025 22:55:31 +0000 (16:55 -0600)
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 <lflores@ibm.com>
qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml
qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml

index d0ab26bc3c4bd01f8c249e7e553d941e2fdc109b..472dd76b7e95c92bf9e1a2520451ebe5188db510 100644 (file)
@@ -18,6 +18,7 @@ overrides:
       - do not have an application enabled
       - is down
       - TELEMETRY_CHANGED
+      - pg .*? is .*?degraded.*?, acting
 tasks:
 - install:
     branch: reef
index f38ace22cdf2d749f7de477dda89736edf77c9ee..fbaf787d07b7decdfe10835f52cc5ba98a7c86fe 100644 (file)
@@ -18,6 +18,7 @@ overrides:
       - do not have an application enabled
       - is down
       - TELEMETRY_CHANGED
+      - pg .*? is .*?degraded.*?, acting
 tasks:
 - install:
     branch: squid