blob: 0433ec9be30ae65c24d529f5981db4392a647e74 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# fixed-3.yaml, but with two additional clients on the same target
roles:
- [mon.a, mon.c, mgr.x, osd.0, osd.1, osd.2, osd.3]
- [mon.b, mgr.y, osd.4, osd.5, osd.6, osd.7]
- [client.0, client.1, client.2]
openstack:
- volumes: # attached to each instance
count: 4
size: 10 # GB
overrides:
ceph:
conf:
osd:
osd shutdown pgref assert: true
|