Skip to content

Commit 5ffbc5b

Browse files
committed
qa/suites/orch/cephadm: add PG_DEGRADED to ignorelist
Issue: tests are failing in rados/cephadm due to PG_DEGRADED warning in cluster log. Cause: This is expected as we are intentionally killing OSDs. Adding PG_DEGRADED warning to ignorelist will prevent the test from failing when this warning is raised. Fixes: https://tracker.ceph.com/issues/70466 Signed-off-by: Shraddha Agrawal <[email protected]>
1 parent ea7c0b6 commit 5ffbc5b

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

qa/suites/orch/cephadm/osds/1-start.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ overrides:
2424
- OSD_DOWN
2525
- CEPHADM_FAILED_DAEMON
2626
- but is still running
27+
- PG_DEGRADED
2728
conf:
2829
osd:
2930
osd shutdown pgref assert: true

qa/suites/orch/cephadm/smoke/start.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ overrides:
88
- CEPHADM_STRAY_DAEMON
99
- CEPHADM_FAILED_DAEMON
1010
- CEPHADM_AGENT_DOWN
11+
- PG_DEGRADED
1112
log-only-match:
1213
- CEPHADM_
1314
tasks:

0 commit comments

Comments
 (0)