mirror of
https://github.com/ceph/ceph
synced 2025-01-23 19:46:56 +00:00
eddfbbc421
Hunting https://tracker.ceph.com/issues/51815 Signed-off-by: Sage Weil <sage@newdream.net>
38 lines
639 B
YAML
38 lines
639 B
YAML
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- mgr.x
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- client.0
|
|
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr_pool false --force
|
|
log-ignorelist:
|
|
- no reply from
|
|
- overall HEALTH_
|
|
- \(MON_DOWN\)
|
|
- \(MGR_DOWN\)
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_
|
|
- \(PG_
|
|
conf:
|
|
mon:
|
|
debug auth: 30
|
|
- full_sequential:
|
|
- radosbench:
|
|
clients: [client.0]
|
|
time: 30
|
|
- rebuild_mondb:
|
|
- radosbench:
|
|
clients: [client.0]
|
|
time: 30
|