mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
2ee9365d0b
Signed-off-by: Sage Weil <sage@newdream.net>
28 lines
605 B
YAML
28 lines
605 B
YAML
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
roles:
|
|
- [mon.a, mds.a, mgr.x, osd.0, osd.1, client.0]
|
|
overrides:
|
|
ceph:
|
|
log-ignorelist:
|
|
- MDS in read-only mode
|
|
- force file system read-only
|
|
- overall HEALTH_
|
|
- \(FS_DEGRADED\)
|
|
- \(OSDMAP_FLAGS\)
|
|
- \(OSD_FULL\)
|
|
- \(MDS_READ_ONLY\)
|
|
- \(POOL_FULL\)
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
|
|
- rgw:
|
|
- client.0
|
|
- exec:
|
|
client.0:
|
|
- ceph_test_admin_socket_output --all
|