]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Removing fsid with kv backend deployment
authorpprokop <pprokop@gklab-126-023.igk.intel.com>
Wed, 16 Mar 2016 10:46:06 +0000 (11:46 +0100)
committerSébastien Han <seb@redhat.com>
Thu, 24 Mar 2016 15:26:28 +0000 (16:26 +0100)
roles/ceph-common/templates/ceph.conf.j2

index 3e93caf82e9ab4d7f3659cfbd32bc57738244ee5..cb542efb3b02c6f0e00303c2a0c66357709595b3 100644 (file)
@@ -15,7 +15,7 @@ auth service required = none
 auth client required = none
 auth supported = none
 {% endif %}
-fsid = {{ fsid }}
+{% 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 }}