mirror of https://github.com/ceph/ceph-ansible.git
10 lines
210 B
Plaintext
10 lines
210 B
Plaintext
|
---
|
||
|
ceph_osd_docker_run_script_path: /var/tmp
|
||
|
osd_objectstore: "bluestore"
|
||
|
lvm_volumes:
|
||
|
- data: data-lv1
|
||
|
data_vg: test_group
|
||
|
- data: data-lv2
|
||
|
data_vg: test_group
|
||
|
db: journal1
|
||
|
db_vg: journals
|