Skip to content

Commit 8217e44

Browse files
committed
qa/suites/nvmeof: add OSD warnings in ignorelist
And these to ignorelist: - OSD_DOWN - OSD_HOST_DOWN - OSD_ROOT_DOWN - PG_DEGRADED These warnings come up in "cephadm" task during OSD setup and are unrelated to nvmeof testing. Fixes: https://tracker.ceph.com/issues/70906 Signed-off-by: Vallari Agrawal <[email protected]>
1 parent 7b07848 commit 8217e44

File tree

3 files changed

+15
-1
lines changed

3 files changed

+15
-1
lines changed

qa/suites/nvmeof/basic/clusters/4-gateways-2-initiator.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,8 @@ overrides:
2929
# cephadm can take up to 5 minutes to bring up remaining mons
3030
mon down mkfs grace: 300
3131
log-ignorelist:
32+
- OSD_DOWN
33+
- OSD_HOST_DOWN
34+
- OSD_ROOT_DOWN
35+
- PG_DEGRADED
3236
- NVMEOF_SINGLE_GATEWAY

qa/suites/nvmeof/thrash/thrashers/nvmeof_mon_thrash.yaml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
overrides:
22
ceph:
3-
log-ignorelist:
3+
log-ignorelist:
4+
# general ignorelist
5+
- OSD_DOWN
6+
- OSD_HOST_DOWN
7+
- OSD_ROOT_DOWN
8+
- PG_DEGRADED
49
# mon thrashing
510
- MON_DOWN
611
- mons down

qa/suites/nvmeof/thrash/thrashers/nvmeof_thrash.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
overrides:
22
ceph:
33
log-ignorelist:
4+
# general ignorelist
5+
- OSD_DOWN
6+
- OSD_HOST_DOWN
7+
- OSD_ROOT_DOWN
8+
- PG_DEGRADED
49
# nvmeof daemon thrashing
510
- CEPHADM_FAILED_DAEMON
611
- NVMEOF_SINGLE_GATEWAY

0 commit comments

Comments
 (0)