From 77bd4aff3765d5dc8694ad64c208e329c04bf407 Mon Sep 17 00:00:00 2001 From: pprokop Date: Mon, 21 Mar 2016 10:50:17 +0100 Subject: [PATCH] Adding missing space --- 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 cb542efb3..81e46edc3 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 %} -{% 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 }}