Skip to content

Commit d5c882c

Browse files
author
Laura Flores
committed
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 <[email protected]>
1 parent ec50fc7 commit d5c882c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qa/suites/upgrade/telemetry-upgrade/reef-x/1-tasks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ overrides:
1818
- do not have an application enabled
1919
- is down
2020
- TELEMETRY_CHANGED
21+
- pg .*? is .*?degraded.*?, acting
2122
tasks:
2223
- install:
2324
branch: reef

qa/suites/upgrade/telemetry-upgrade/squid-x/1-tasks.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ overrides:
1818
- do not have an application enabled
1919
- is down
2020
- TELEMETRY_CHANGED
21+
- pg .*? is .*?degraded.*?, acting
2122
tasks:
2223
- install:
2324
branch: squid

0 commit comments

Comments
 (0)