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
Andrew Schoen 2017-02-07 12:34:29 -06:00
parent 7ad7666eab
commit 9580fd974a
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 }}