]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
mgr/dashboard: discovery service (port 8765) fails on ipv6 only clusters 54285/head
authorTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Nov 2023 09:55:37 +0000 (10:55 +0100)
committerTheofilos Mouratidis <theofilos.mouratidis@switch.ch>
Wed, 1 Nov 2023 10:48:29 +0000 (11:48 +0100)
commit647b5d67a8a800091acea68d20e87354373b0fac
tree265605b72c5d676ec0eb6362905420ae093da7c9
parentc5eb0ce43230a7b3035f859fd5cf17828eb50ea7
mgr/dashboard: discovery service (port 8765) fails on ipv6 only clusters

Having ms_bind_ipv4=false and ipv6=true the code that the Ceph dashboard runs
for the discovery service (port 8765) fails, because it requests the address
of the mgr container which returns ipv6 and the mgr code expects ipv4 address

Fixes: https://tracker.ceph.com/issues/63388
Signed-off-by: Theofilos Mouratidis <mtheofilos@gmail.com>
src/pybind/mgr/cephadm/ssl_cert_utils.py
src/pybind/mgr/mgr_util.py