mirror of https://github.com/ceph/ceph-ansible.git
11 lines
229 B
Plaintext
11 lines
229 B
Plaintext
|
---
|
||
|
os_tuning_params:
|
||
|
- { name: fs.file-max, value: 26234859 }
|
||
|
osd_objectstore: "bluestore"
|
||
|
lvm_volumes:
|
||
|
- data: data-lv1
|
||
|
data_vg: test_group
|
||
|
- data: data-lv2
|
||
|
data_vg: test_group
|
||
|
db: journal1
|
||
|
db_vg: journals
|