mirror of
https://github.com/ceph/ceph
synced 2025-02-04 01:14:24 +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>
10 lines
131 B
YAML
10 lines
131 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, client.0]
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
- exec:
|
|
client.0:
|
|
- ceph_test_filejournal
|