blob: 46037784d313bf6886c00f275ef303c5a2e88db9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
|
overrides:
ceph:
log-ignorelist:
# mon thrashing
- MON_DOWN
- mons down
- mon down
- out of quorum
# nvmeof daemon thrashing
- CEPHADM_FAILED_DAEMON
- NVMEOF_SINGLE_GATEWAY
- NVMEOF_GATEWAY_DOWN
- are in unavailable state
- is unavailable
- is in error state
- failed cephadm daemon
tasks:
- nvmeof.thrash:
checker_host: 'client.0'
switch_thrashers: True
- mon_thrash:
revive_delay: 60
thrash_delay: 60
thrash_many: true
switch_thrashers: True
logger: '[nvmeof.thrasher.mon_thrasher]'
|