mirror of
https://github.com/ceph/ceph
synced 2024-12-27 05:53:20 +00:00
cb699f6a1a
This exercises (tho it doesn't necessarily verify) the mon ping reconnect code when the thrasher freezes the mons. See #7888. Signed-off-by: Sage Weil <sage@inktank.com>
14 lines
255 B
YAML
14 lines
255 B
YAML
overrides:
|
|
ceph:
|
|
conf:
|
|
osd:
|
|
mon client ping interval: 4
|
|
mon client ping timeout: 12
|
|
tasks:
|
|
- mon_thrash:
|
|
revive_delay: 20
|
|
thrash_delay: 1
|
|
thrash_many: true
|
|
freeze_mon_duration: 20
|
|
freeze_mon_probability: 10
|