From 300e87ec35192b9d1116b55dfbe55d0b8c6c7bba Mon Sep 17 00:00:00 2001 From: =?utf8?q?S=C3=A9bastien=20Han?= Date: Fri, 14 Mar 2014 17:11:27 +0100 Subject: [PATCH] Remove mon_initial_members option MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit The mon_initial_members is not used since we declare the mon section in the ceph.conf file. Later, we could reduce the ceph.conf file by only using the mon_host flag instead of all the mon sections. Signed-off-by: Sébastien Han --- roles/common/templates/ceph.conf.j2 | 1 - 1 file changed, 1 deletion(-) diff --git a/roles/common/templates/ceph.conf.j2 b/roles/common/templates/ceph.conf.j2 index 0e29ac24b..6319a4bbe 100644 --- a/roles/common/templates/ceph.conf.j2 +++ b/roles/common/templates/ceph.conf.j2 @@ -12,7 +12,6 @@ auth supported = none {% endif %} fsid = {{ fsid }} - mon_initial_members = {{ hostvars[groups['mons'][0]]['ansible_hostname'] }} {% if pool_default_pg_num is defined %} osd pool default pg num = {{ pool_default_pg_num }} {% endif %} -- 2.47.3