ceph/qa/suites/rbd/singleton/all/rbd_mirror.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

13 lines
224 B
YAML

roles:
- [mon.a, mgr.x, osd.0, osd.1, client.0]
tasks:
- install:
- ceph:
fs: xfs
log-whitelist:
- overall HEALTH_
- \(CACHE_POOL_NO_HIT_SET\)
- workunit:
clients:
all: [rbd/test_rbd_mirror.sh]