blob: 386d12c098e3dcdd89d54c32007019c4ae656130 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
roles:
- [mon.0, osd.0, osd.1, client.0]
openstack:
- volumes: # attached to each instance
count: 2
size: 10 # GB
tasks:
- install:
- ceph:
fs: xfs
- workunit:
clients:
all:
- osdc/stress_objectcacher.sh
|