From: Sébastien Han Date: Fri, 14 Mar 2014 16:11:27 +0000 (+0100) Subject: Remove mon_initial_members option X-Git-Tag: v1.0.0~379^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=refs%2Fpull%2F46%2Fhead;p=ceph-ansible.git Remove mon_initial_members option 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 --- 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 %}