From: pprokop Date: Wed, 16 Mar 2016 10:46:06 +0000 (+0100) Subject: Removing fsid with kv backend deployment X-Git-Tag: v1.0.3~11^2~4 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=72fa8da1dc2197fb985160867809f17e7fd9335f;p=ceph-ansible.git Removing fsid with kv backend deployment --- diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index 3e93caf82..cb542efb3 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -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 }}