mirror of https://github.com/ceph/ceph-ansible.git
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
parent
8bb131c712
commit
71ce539da5
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue