]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
default: use bluestore as default object store
authorSébastien Han <seb@redhat.com>
Thu, 27 Sep 2018 07:57:26 +0000 (09:57 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Thu, 27 Sep 2018 21:23:49 +0000 (21:23 +0000)
All tooling in Ceph is defaulting to use the bluestore objectstore for provisioning OSDs, there is no good reason for ceph-ansible to continue to default to filestore.

Closes: https://github.com/ceph/ceph-ansible/issues/3149
Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1633508
Signed-off-by: Sébastien Han <seb@redhat.com>
group_vars/all.yml.sample
group_vars/rhcs.yml.sample
roles/ceph-defaults/defaults/main.yml

index 1eaade9b9e2d5112d372e57f993ac1512f9bbe00..43fdddf5c231b85bfc609150328d6911e181b933 100644 (file)
@@ -370,7 +370,7 @@ dummy:
 #osd_mkfs_type: xfs
 #osd_mkfs_options_xfs: -f -i size=2048
 #osd_mount_options_xfs: noatime,largeio,inode64,swalloc
-#osd_objectstore: filestore
+#osd_objectstore: bluestore
 
 # xattrs. by default, 'filestore xattr use omap' is set to 'true' if
 # 'osd_mkfs_type' is set to 'ext4'; otherwise it isn't set. This can
index d7696123cce579410e866a4ef02d7e340c90b239..86aa44839cfb4e51c23ac8a6acb1b196a5622781 100644 (file)
@@ -370,7 +370,7 @@ ceph_rhcs_version: 3
 #osd_mkfs_type: xfs
 #osd_mkfs_options_xfs: -f -i size=2048
 #osd_mount_options_xfs: noatime,largeio,inode64,swalloc
-#osd_objectstore: filestore
+#osd_objectstore: bluestore
 
 # xattrs. by default, 'filestore xattr use omap' is set to 'true' if
 # 'osd_mkfs_type' is set to 'ext4'; otherwise it isn't set. This can
index a935b7d520558cc8f9cbf2e93254731d6a93eef1..6f117c9bdb296b950b93eeff4012fb2f79c5acb1 100644 (file)
@@ -362,7 +362,7 @@ cluster_network: "{{ public_network | regex_replace(' ', '') }}"
 osd_mkfs_type: xfs
 osd_mkfs_options_xfs: -f -i size=2048
 osd_mount_options_xfs: noatime,largeio,inode64,swalloc
-osd_objectstore: filestore
+osd_objectstore: bluestore
 
 # xattrs. by default, 'filestore xattr use omap' is set to 'true' if
 # 'osd_mkfs_type' is set to 'ext4'; otherwise it isn't set. This can