Skip to content

Commit 9ff058e

Browse files
author
Laura Flores
committed
qa/suites/upgrade: ignore when pg is stuck peering
This warning is part of PG_AVAILABILITY, which we already ignore. This is part of the "detail" in the warning, so we need to add an extra bit to the ignorelist when PG_AVAILABILITY isn't explicitly present. Fixes: https://tracker.ceph.com/issues/69456 Signed-off-by: Laura Flores <[email protected]>
1 parent 4b3d91a commit 9ff058e

File tree

4 files changed

+4
-0
lines changed

4 files changed

+4
-0
lines changed

qa/suites/upgrade/reef-x/parallel/0-start.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ overrides:
4747
- Reduced data availability
4848
- Degraded data redundancy
4949
- pg .* is stuck inactive
50+
- pg .* is stuck peering
5051
- pg .* is .*degraded
5152
- FS_DEGRADED
5253
- OSDMAP_FLAGS

qa/suites/upgrade/reef-x/stress-split/1-start.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ overrides:
1616
- Reduced data availability
1717
- Degraded data redundancy
1818
- pg .* is stuck inactive
19+
- pg .* is stuck peering
1920
- pg .* is .*degraded
2021
- FS_DEGRADED
2122
- OSDMAP_FLAGS

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ overrides:
1919
- is down
2020
- TELEMETRY_CHANGED
2121
- pg .*? is .*?degraded.*?, acting
22+
- pg .* is stuck peering
2223
tasks:
2324
- install:
2425
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
@@ -19,6 +19,7 @@ overrides:
1919
- is down
2020
- TELEMETRY_CHANGED
2121
- pg .*? is .*?degraded.*?, acting
22+
- pg .* is stuck peering
2223
tasks:
2324
- install:
2425
branch: squid

0 commit comments

Comments
 (0)