]> git.apps.os.sepia.ceph.com Git - ceph-ansible.git/commit
config: fix ipv6
authorGuillaume Abrioux <gabrioux@redhat.com>
Tue, 21 May 2019 13:48:34 +0000 (15:48 +0200)
committerDimitri Savineau <savineau.dimitri@gmail.com>
Tue, 21 May 2019 20:26:54 +0000 (16:26 -0400)
commit5982e17315b4023cacd44f8a1c1b6ecb3225589f
tree8fd0053aa3f02299ca64bca19aff8d6c8b860e70
parent63f99fb965cfb2d171adef86c3e96dfd9d29c16d
config: fix ipv6

As of nautilus, if you set `ms bind ipv6 = True` you must explicitly set
`ms bind ipv4 = False` too, otherwise OSDs will still try to pick up an
IPv4 address.

Closes: https://bugzilla.redhat.com/show_bug.cgi?id=1710319
Signed-off-by: Guillaume Abrioux <gabrioux@redhat.com>
(cherry picked from commit 6ca7372a2df1cb1ad7ef56b121ebfc94afc24ec7)
roles/ceph-config/templates/ceph.conf.j2