ceph/qa/suites/rados/singleton-nomsgr/all/health-warnings.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

21 lines
456 B
YAML

roles:
- [mon.a, mgr.x, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, osd.6, osd.7, osd.8, osd.9, client.0]
tasks:
- install:
- ceph:
conf:
osd:
# we may land on ext4
osd max object name len: 400
osd max object namespace len: 64
log-whitelist:
- but it is still running
- overall HEALTH_
- \(OSDMAP_FLAGS\)
- \(OSD_
- \(PG_
- workunit:
clients:
all:
- rados/test_health_warnings.sh