Skip to content

Commit 228dab8

Browse files
authored
Merge pull request ceph#55507 from ljflores/wip-tracker-64343
2 parents f8e4e33 + 00fc796 commit 228dab8

File tree

7 files changed

+31
-0
lines changed

7 files changed

+31
-0
lines changed

qa/suites/orch/cephadm/smoke/start.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
15
tasks:
26
- cephadm:
37
conf:

qa/suites/orch/cephadm/workunits/task/test_host_drain.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
15
roles:
26
- - host.a
37
- mon.a

qa/suites/orch/cephadm/workunits/task/test_monitoring_stack_basic.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
15
roles:
26
- - host.a
37
- mon.a

qa/suites/orch/cephadm/workunits/task/test_orch_cli_mon.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
15
roles:
26
- - host.a
37
- osd.0

qa/suites/orch/cephadm/workunits/task/test_rgw_multisite.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
15
roles:
26
- - host.a
37
- mon.a

qa/suites/orch/cephadm/workunits/task/test_set_mon_crush_locations.yaml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
overrides:
2+
ceph:
3+
log-ignorelist:
4+
- MON_DOWN
5+
- POOL_APP_NOT_ENABLED
16
roles:
27
- - host.a
38
- osd.0

qa/tasks/thrashosds-health.yaml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,3 +19,9 @@ overrides:
1919
- slow request
2020
- timeout on replica
2121
- late reservation from
22+
- MON_DOWN
23+
- OSDMAP_FLAGS
24+
- OSD_DOWN
25+
- PG_DEGRADED
26+
- PG_AVAILABILITY
27+
- POOL_APP_NOT_ENABLED

0 commit comments

Comments
 (0)