ceph/qa/suites/rados/monthrash/thrashers/many.yaml
Kefu Chai d12c51ca91 qa/suites: escape the parenthesis of the whitelist text
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>
2017-08-01 21:54:44 +08:00

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