mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
28 lines
466 B
YAML
28 lines
466 B
YAML
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- mgr.x
|
|
- 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]
|