mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +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>
21 lines
456 B
YAML
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
|