mirror of https://github.com/ceph/ceph-ansible.git
Merge pull request #1285 from ceph/BZ-1419814
ceph-common: set ms bind ipv6 = true in ceph.conf when using ipv6pull/1290/head
commit
1b58afce7f
|
@ -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 }}
|
||||
|
|
Loading…
Reference in New Issue