ceph-defaults: add the block_db_size option

This is used in the lvm osd scenario for the 'lvm batch' subcommand
of ceph-volume.

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

View File

@ -364,6 +364,7 @@ dummy:
#non_hci_safety_factor: 0.7
#osd_memory_target: 4000000000
#journal_size: 5120 # OSD journal size in MB
#block_db_size: -1 # block db size in bytes for the ceph-volume lvm batch. -1 means use the default of 'as big as possible'.
#public_network: 0.0.0.0/0
#cluster_network: "{{ public_network | regex_replace(' ', '') }}"
#osd_mkfs_type: xfs

View File

@ -364,6 +364,7 @@ ceph_rhcs_version: 3
#non_hci_safety_factor: 0.7
#osd_memory_target: 4000000000
#journal_size: 5120 # OSD journal size in MB
#block_db_size: -1 # block db size in bytes for the ceph-volume lvm batch. -1 means use the default of 'as big as possible'.
#public_network: 0.0.0.0/0
#cluster_network: "{{ public_network | regex_replace(' ', '') }}"
#osd_mkfs_type: xfs

View File

@ -356,6 +356,7 @@ hci_safety_factor: 0.2
non_hci_safety_factor: 0.7
osd_memory_target: 4000000000
journal_size: 5120 # OSD journal size in MB
block_db_size: -1 # block db size in bytes for the ceph-volume lvm batch. -1 means use the default of 'as big as possible'.
public_network: 0.0.0.0/0
cluster_network: "{{ public_network | regex_replace(' ', '') }}"
osd_mkfs_type: xfs