]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
Remove mon_initial_members option 46/head
authorSébastien Han <sebastien.han@enovance.com>
Fri, 14 Mar 2014 16:11:27 +0000 (17:11 +0100)
committerSébastien Han <sebastien.han@enovance.com>
Fri, 14 Mar 2014 16:11:27 +0000 (17:11 +0100)
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 <sebastien.han@enovance.com>
roles/common/templates/ceph.conf.j2

index 0e29ac24ba695548422f64c691b5244d1279ac97..6319a4bbe2b5a1a863eac39fc601ffab224e757c 100644 (file)
@@ -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 %}