mirror of
https://github.com/ceph/ceph
synced 2025-03-10 18:29:40 +00:00
rados/monthrash: shorten mon pings so that freezing triggers reconnects
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>
This commit is contained in:
parent
9f3a66440a
commit
cb699f6a1a
@ -1,5 +1,13 @@
|
||||
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
|
||||
|
Loading…
Reference in New Issue
Block a user