]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: Newline separation for mon_containerized_deployment_with_kv variable... 657/head
authorksingh7 <karan.singh731987@gmail.com>
Mon, 28 Mar 2016 22:34:08 +0000 (01:34 +0300)
committerksingh7 <karan.singh731987@gmail.com>
Mon, 28 Mar 2016 22:34:08 +0000 (01:34 +0300)
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

roles/ceph-common/templates/ceph.conf.j2

index 81e46edc35fbfd12222aad5afcd53b3a96f25af1..3ea096cd09ca26b26179690b958485b82b36e1f9 100644 (file)
@@ -15,7 +15,9 @@ auth service required = none
 auth client required = none
 auth supported = none
 {% 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 }}
 osd pool default pg num = {{ pool_default_pg_num }}
 osd pool default pgp num = {{ pool_default_pgp_num }}