mirror of
https://github.com/ceph/ceph
synced 2025-02-03 08:53:38 +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>
10 lines
239 B
YAML
10 lines
239 B
YAML
overrides:
|
|
ceph:
|
|
log-whitelist:
|
|
- overall HEALTH_
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
tasks:
|
|
- exec:
|
|
client.0:
|
|
- ceph_test_rados_delete_pools_parallel --debug_objecter 20 --debug_ms 1 --debug_rados 20 --debug_monc 20
|