mirror of
https://github.com/ceph/ceph
synced 2025-02-15 23:07:55 +00:00
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>
13 lines
224 B
YAML
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]
|