diff --git a/roles/ceph-common/templates/ceph.conf.j2 b/roles/ceph-common/templates/ceph.conf.j2 index 4ea159dd9..775003ec1 100644 --- a/roles/ceph-common/templates/ceph.conf.j2 +++ b/roles/ceph-common/templates/ceph.conf.j2 @@ -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 }}