blob: 6a5bd1d754ec13ca821ef95c71640d0a03172d56 (
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
|
overrides:
ceph:
log-ignorelist:
# mon thrashing
- MON_DOWN
- mons down
- mon down
- out of quorum
# nvmeof daemon thrashing
- CEPHADM_FAILED_DAEMON
- 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]'
|