]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
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)
commit300e87ec35192b9d1116b55dfbe55d0b8c6c7bba
treed5e77ae94837dc98def957ea1ba1008142c51e7a
parentde78baebce5af5b91b58d5a68712f3e05f9a9f5d
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 <sebastien.han@enovance.com>
roles/common/templates/ceph.conf.j2