mirror of
https://github.com/ceph/ceph
synced 2025-01-08 20:21:33 +00:00
d12c51ca91
so we can avoid the warnings like grep: Unmatched ( or \( because we pass the whitelisted string to `egrep -v "$1"` directly. Signed-off-by: Kefu Chai <kchai@redhat.com>
17 lines
319 B
YAML
17 lines
319 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(MON_DOWN\)
|
|
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
|