]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-defaults: add the block_db_size option
authorAndrew Schoen <aschoen@redhat.com>
Thu, 20 Sep 2018 17:24:07 +0000 (12:24 -0500)
committerSébastien Han <seb@redhat.com>
Tue, 9 Oct 2018 14:09:50 +0000 (10:09 -0400)
This is used in the lvm osd scenario for the 'lvm batch' subcommand
of ceph-volume.

Signed-off-by: Andrew Schoen <aschoen@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 5c5a7fd6625ed77b32362d02a48af2ea592967cc..e6f95f4fab108a57764e99ca2c8dba6cba0ce466 100644 (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
index b25d12c7e128598f2ad07e680d181d78583bd925..cabb77279ee2e39dfbe1cf2f8076b583d7e37210 100644 (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
index 9a1905b04cf38c2ee984fe76ff3697b07da52e87..511b2294b8bb37a220ddfdd39e63102d9bd85f2a 100644 (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