Skip to content

Commit 1924a8f

Browse files
committed
rados/test_crash.sh: add PG_DEGRADED to ignorelist
Issue: rados/test_crash.sh is failing due to PG_DEGRADED state. Cause: This is expected as we are intentionally killing OSDs and testing for crashes. Adding the PG_DEGRADED warning to the ignorelist will prevent the test from failing when this warning is raised. Fixes: https://tracker.ceph.com/issues/69010 Signed-off-by: Shraddha Agrawal <[email protected]>
1 parent eb5cebc commit 1924a8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

qa/suites/rados/singleton/all/test-crash.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ tasks:
1111
- OSD_.*DOWN
1212
- \(RECENT_CRASH\)
1313
- \(POOL_APP_NOT_ENABLED\)
14+
- \(PG_DEGRADED\)
1415
- workunit:
1516
clients:
1617
client.0:

0 commit comments

Comments
 (0)