From: Andrew Schoen Date: Tue, 7 Feb 2017 18:34:29 +0000 (-0600) Subject: ceph-common: set ms bind ipv6 = true in ceph.conf when using ipv6 X-Git-Tag: v2.2.0rc1~40^2 X-Git-Url: http://git-server-git.apps.pok.os.sepia.ceph.com/?a=commitdiff_plain;h=9580fd974ad4de5065aa367be95b37fb755141ea;p=ceph-ansible.git ceph-common: set ms bind ipv6 = true in ceph.conf when using ipv6 This fixes an issue with parsing the ceph.conf file when ip_version is set to ipv6. See: https://bugzilla.redhat.com/show_bug.cgi?id=1419814 Signed-off-by: Andrew Schoen --- diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index 4ea159dd9..775003ec1 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -9,7 +9,7 @@ auth client required = none auth supported = none {% endif %} {% if ip_version == 'ipv6' %} -ms bind ipv6 +ms bind ipv6 = true {% endif %} {% if not mon_containerized_deployment_with_kv and not mon_containerized_deployment %} fsid = {{ fsid }}