mirror of
https://github.com/ceph/ceph
synced 2025-02-09 12:00:04 +00:00
e265bee1c9
These need to specify short names bc they don't have all osds on a dedicated block device. Signed-off-by: Sage Weil <sage@redhat.com>
14 lines
251 B
YAML
14 lines
251 B
YAML
roles:
|
|
- [mon.0, osd.0, osd.1, osd.2, osd.3, osd.4, osd.5, client.0]
|
|
|
|
tasks:
|
|
- install:
|
|
- ceph:
|
|
fs: xfs
|
|
conf:
|
|
global:
|
|
osd max object name len: 460
|
|
osd max object namespace len: 64
|
|
- ceph_objectstore_tool:
|
|
objects: 20
|