Skip to content

Commit 4cb1ae2

Browse files
authored
Merge pull request ceph#56613 from NitzanMordhai/wip-nitzan-osd-down-ignore-cephadm-suites
suites/rados/cephadm: adding OSD_DOWN to the log-ignorelist Reviewed-by: Adam King <[email protected]>
2 parents 90ccf8f + fdf66a3 commit 4cb1ae2

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)