diff --git a/templates/ceph.conf b/templates/ceph.conf index eb1c3a24..77fce613 100644 --- a/templates/ceph.conf +++ b/templates/ceph.conf @@ -63,7 +63,7 @@ keyring = /var/lib/ceph/osd/$cluster-$id/keyring {% if bluestore -%} {% if not bluestore_experimental -%} osd objectstore = bluestore -{%- endif -%} +{%- endif %} {% if bluestore_block_wal_size -%} bluestore block wal size = {{ bluestore_block_wal_size }} {%- endif %}