Merge pull request #1285 from ceph/BZ-1419814

ceph-common: set ms bind ipv6 = true in ceph.conf when using ipv6
pull/1290/head
Sébastien Han 2017-02-07 22:12:44 +01:00 committed by GitHub
commit 1b58afce7f
1 changed files with 1 additions and 1 deletions

View 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 }}