This is used in the lvm osd scenario for the 'lvm batch' subcommand
of ceph-volume.
Signed-off-by: Andrew Schoen <aschoen@redhat.com>
#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
#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
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