mirror of
https://github.com/ceph/ceph
synced 2025-02-13 05:49:52 +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>
29 lines
489 B
YAML
29 lines
489 B
YAML
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- osd.3
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 4
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
log-whitelist:
|
|
- but it is still running
|
|
- overall HEALTH_
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
- \(OBJECT_
|
|
conf:
|
|
osd:
|
|
osd min pg log entries: 5
|
|
osd_fast_fail_on_connection_refused: false
|
|
- osd_recovery.test_incomplete_pgs:
|