]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-ansible.git/commitdiff
ceph-common: set ms bind ipv6 = true in ceph.conf when using ipv6 1285/head
authorAndrew Schoen <aschoen@redhat.com>
Tue, 7 Feb 2017 18:34:29 +0000 (12:34 -0600)
committerAndrew Schoen <aschoen@redhat.com>
Tue, 7 Feb 2017 18:34:29 +0000 (12:34 -0600)
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 <aschoen@redhat.com>
roles/ceph-common/templates/ceph.conf.j2

index 4ea159dd94bebce1236b2616bd7f70350c9f3dd2..775003ec168c7d9814afb45ff5dc695a2cb9b930 100644 (file)
@@ -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 }}