Skip to content

Commit 4a4f9a3

Browse files
committed
qa/rados/dashboard: Add PG_DEGRADED to ignorelist
Eventually, the PG_DEGRADED warning goes away and cluster goes back to healthy state before the end of the test Fixes: https://tracker.ceph.com/issues/66922 Signed-off-by: Aishwarya Mathuria <[email protected]>
1 parent 359d20f commit 4a4f9a3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

qa/suites/rados/dashboard/tasks/e2e.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,10 @@ roles:
1010
- client.0
1111
- - host.b
1212
- client.1
13+
overrides:
14+
ceph:
15+
log-ignorelist:
16+
- \(PG_DEGRADED\)
1317
tasks:
1418
- install:
1519
- cephadm:

0 commit comments

Comments
 (0)