mirror of
https://github.com/ceph/ceph
synced 2025-01-06 19:20:49 +00:00
271a7588b5
Everything up upgrade/, which will be slightly tricky. Signed-off-by: Sage Weil <sage@redhat.com>
26 lines
350 B
YAML
26 lines
350 B
YAML
meta:
|
|
- desc: |
|
|
Run ceph on two nodes,
|
|
with a separate client-only node.
|
|
Use xfs beneath the osds.
|
|
overrides:
|
|
ceph:
|
|
conf:
|
|
mon:
|
|
mon warn on legacy crush tunables: false
|
|
fs: xfs
|
|
roles:
|
|
- - mon.a
|
|
- mon.b
|
|
- mon.c
|
|
- mgr.x
|
|
- mgr.y
|
|
- mds.a
|
|
- osd.0
|
|
- osd.1
|
|
- osd.2
|
|
- - osd.3
|
|
- osd.4
|
|
- osd.5
|
|
- - client.0
|