mirror of https://github.com/ceph/ceph-ansible.git
ceph-osd: use journal_size and block_db_size for lvm batch
Signed-off-by: Andrew Schoen <aschoen@redhat.com>pull/3206/head
parent
71ce539da5
commit
c453ea25c0
|
@ -8,6 +8,8 @@
|
|||
dmcrypt: "{{ dmcrypt|default(omit) }}"
|
||||
crush_device_class: "{{ crush_device_class|default(omit) }}"
|
||||
osds_per_device: "{{ osds_per_device }}"
|
||||
journal_size: "{{ journal_size }}"
|
||||
block_db_size: "{{ block_db_size }}"
|
||||
action: "batch"
|
||||
environment:
|
||||
CEPH_VOLUME_DEBUG: 1
|
||||
|
|
Loading…
Reference in New Issue