From 9580fd974ad4de5065aa367be95b37fb755141ea Mon Sep 17 00:00:00 2001 From: Andrew Schoen Date: Tue, 7 Feb 2017 12:34:29 -0600 Subject: [PATCH] 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 --- roles/ceph-common/templates/ceph.conf.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }}