ceph/suites/rados/singleton/all/watch-notify-same-primary.yaml
Loic Dachary d9a8f49fc5 openstack: define the resources required to run a rados suite
Signed-off-by: Loic Dachary <loic@dachary.org>
2016-03-30 01:45:14 +02:00

27 lines
456 B
YAML

roles:
- - mon.0
- mon.1
- mon.2
- osd.0
- osd.1
- osd.2
- client.0
openstack:
- volumes: # attached to each instance
count: 3
size: 10 # GB
tasks:
- install:
- ceph:
config:
global:
osd pool default min size : 1
client:
debug ms: 1
debug objecter: 20
debug rados: 20
log-whitelist:
- objects unfound and apparently lost
- watch_notify_same_primary:
clients: [client.0]