mirror of
https://github.com/ceph/ceph
synced 2025-01-11 21:50:26 +00:00
32719a60f7
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>
8 lines
103 B
YAML
8 lines
103 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
- filestore_idempotent:
|