From 72fa8da1dc2197fb985160867809f17e7fd9335f Mon Sep 17 00:00:00 2001 From: pprokop Date: Wed, 16 Mar 2016 11:46:06 +0100 Subject: [PATCH] Removing fsid with kv backend deployment --- roles/ceph-common/templates/ceph.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }} -- 2.39.5