mirror of https://github.com/ceph/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 <aschoen@redhat.com>pull/1285/head
parent
7ad7666eab
commit
9580fd974a
|
@ -9,7 +9,7 @@ auth client required = none
|
||||||
auth supported = none
|
auth supported = none
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if ip_version == 'ipv6' %}
|
{% if ip_version == 'ipv6' %}
|
||||||
ms bind ipv6
|
ms bind ipv6 = true
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if not mon_containerized_deployment_with_kv and not mon_containerized_deployment %}
|
{% if not mon_containerized_deployment_with_kv and not mon_containerized_deployment %}
|
||||||
fsid = {{ fsid }}
|
fsid = {{ fsid }}
|
||||||
|
|
Loading…
Reference in New Issue