]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Adding missing space
authorpprokop <pprokop@gklab-126-023.igk.intel.com>
Mon, 21 Mar 2016 09:50:17 +0000 (10:50 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 24 Mar 2016 15:27:56 +0000 (16:27 +0100)
roles/ceph-common/templates/ceph.conf.j2

index cb542efb3b02c6f0e00303c2a0c66357709595b3..81e46edc35fbfd12222aad5afcd53b3a96f25af1 100644 (file)
@@ -15,7 +15,7 @@ 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 }}