mirror of
https://github.com/ceph/ceph
synced 2025-02-09 12:00:04 +00:00
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>
11 lines
153 B
YAML
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:
|