mirror of
https://github.com/ceph/ceph
synced 2025-01-25 04:24:24 +00:00
2ee9365d0b
Signed-off-by: Sage Weil <sage@newdream.net>
24 lines
472 B
YAML
24 lines
472 B
YAML
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 3
|
|
size: 10 # GB
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, osd.2, client.0]
|
|
|
|
overrides:
|
|
ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
|
|
log-ignorelist:
|
|
- but it is still running
|
|
- overall HEALTH_
|
|
- \(POOL_APP_NOT_ENABLED\)
|
|
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- cephtool/test_kvstore_tool.sh
|