]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commit
mon: honour mon_docker_net_host option
authorSébastien Han <seb@redhat.com>
Wed, 27 Jun 2018 09:23:00 +0000 (11:23 +0200)
committermergify[bot] <mergify[bot]@users.noreply.github.com>
Wed, 27 Jun 2018 13:44:41 +0000 (13:44 +0000)
commit322e2de7d27c498a9d89b31b96729200bed56e19
tree49193a1271149cf6d0c2e9546e3d28542b6c9737
parent081600842ff3758910109d9f636b54cb12a85ed9
mon: honour mon_docker_net_host option

--net=host was hardcoded in the startup line so even though
mon_docker_net_host was set to False the net option would always be
activated.
mon_docker_net_host is set to True by default so this commit does not
change the behaviour.

Signed-off-by: Sébastien Han <seb@redhat.com>
roles/ceph-mon/templates/ceph-mon.service.j2