Fixup ceph.conf templating
Ensure that code snips don't slurp to much whitespace, resulting in a broken set of keys within the generated configuration file. Change-Id: I7cfe026c60c04ac19741a3a2b364cec3fb8746ba
This commit is contained in:
parent
6847ff9373
commit
2f148f26b6
@ -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 %}
|
||||
|
Loading…
Reference in New Issue
Block a user