ceph/suites/rados/objectstore/filestore-idempotent-aio-journal.yaml
Sage Weil 32719a60f7 rados: specify xfs
If no fs is specified, the OSD is created on /, and the scratch
devices aren't used at all.  That means ext4, and the long file
name lameness.

Signed-off-by: Sage Weil <sage@redhat.com>
2016-04-14 14:31:44 -04:00

11 lines
153 B
YAML

roles:
- [mon.0, osd.0, osd.1, client.0]
tasks:
- install:
- ceph:
fs: xfs
conf:
global:
journal aio: true
- filestore_idempotent: