Skip to content
Snippets Groups Projects
Commit dcc2f7e0 authored by Andrew Schoen's avatar Andrew Schoen
Browse files

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: default avatarAndrew Schoen <aschoen@redhat.com>
(cherry picked from commit 9580fd974ad4de5065aa367be95b37fb755141ea)
parent 1ab6c0d8
No related branches found
No related merge requests found
......@@ -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 }}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment