ceph-osd: use journal_size and block_db_size for lvm batch

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
pull/3206/head
Andrew Schoen 2018-09-20 12:26:24 -05:00 committed by Sébastien Han
parent 71ce539da5
commit c453ea25c0
1 changed files with 2 additions and 0 deletions

View File

@ -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