ceph-common: Newline separation for mon_containerized_deployment_with_kv variable in ceph.conf.j2

ceph.conf.j2 template requires a new line between mon_containerized_deployment_with_kv and fsid variables
With this commit , i have added a new line for better readablity
pull/657/head
ksingh7 2016-03-29 01:34:08 +03:00
parent 06e92923fa
commit 861dd2c3f1
1 changed files with 3 additions and 1 deletions

View File

@ -15,7 +15,9 @@ auth service required = none
auth client required = none auth client required = none
auth supported = none auth supported = none
{% endif %} {% endif %}
{% if not mon_containerized_deployment_with_kv %}fsid = {{ fsid }}{% endif %} {% if not mon_containerized_deployment_with_kv %}
fsid = {{ fsid }}
{% endif %}
max open files = {{ max_open_files }} max open files = {{ max_open_files }}
osd pool default pg num = {{ pool_default_pg_num }} osd pool default pg num = {{ pool_default_pg_num }}
osd pool default pgp num = {{ pool_default_pgp_num }} osd pool default pgp num = {{ pool_default_pgp_num }}