Skip to content

Commit fdf66a3

Browse files
committed
suites/rados/cephadm: adding OSD_DOWN to the log-ignorelist
Some of the tests failed after OSD_DOWN warning appear in the log. those OSD_DOWN happened during the tests and osd remove and destroy. Fixes: https://tracker.ceph.com/issues/64865 Signed-off-by: Nitzan Mordechai <[email protected]>
1 parent d6c8171 commit fdf66a3

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,8 @@ openstack:
2020
size: 10 # GB
2121
overrides:
2222
ceph:
23+
log-ignorelist:
24+
- OSD_DOWN
2325
conf:
2426
osd:
2527
osd shutdown pgref assert: true

qa/suites/orch/cephadm/smoke-singlehost/1-start.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ openstack:
2222
size: 10 # GB
2323
overrides:
2424
ceph:
25+
log-ignorelist:
26+
- OSD_DOWN
2527
conf:
2628
osd:
2729
osd shutdown pgref assert: true

0 commit comments

Comments
 (0)