mirror of
https://github.com/ceph/ceph
synced 2024-12-22 19:34:30 +00:00
f8d0e3d73a
We need no pools to avoid breaking some tests. Signed-off-by: Sage Weil <sage@redhat.com>
16 lines
337 B
YAML
16 lines
337 B
YAML
openstack:
|
|
- volumes: # attached to each instance
|
|
count: 2
|
|
size: 10 # GB
|
|
roles:
|
|
- [mon.a, mgr.x, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
pre-mgr-commands:
|
|
- sudo ceph config set mgr mgr/devicehealth/enable_monitoring false --force
|
|
- workunit:
|
|
clients:
|
|
all:
|
|
- rados/test_pool_access.sh
|