mirror of https://github.com/ceph/ceph-ansible.git
14 lines
281 B
Plaintext
14 lines
281 B
Plaintext
|
---
|
||
|
os_tuning_params:
|
||
|
- { name: fs.file-max, value: 26234859 }
|
||
|
journal_size: 100
|
||
|
osd_objectstore: "filestore"
|
||
|
lvm_volumes:
|
||
|
- data: data-lv1
|
||
|
journal: /dev/sdc1
|
||
|
data_vg: test_group
|
||
|
- data: data-lv2
|
||
|
journal: journal1
|
||
|
data_vg: test_group
|
||
|
journal_vg: journals
|