23 Nov
2023
23 Nov
'23
7:33 a.m.
On 22-11-2023 15:54, Stefan Kooman wrote:
Hi,
In a IPv6 only deployment the ceph-exporter daemons are not listening on IPv6 address(es). This can be fixed by editing the unit.run file of the ceph-exporter by changing "--addrs=0.0.0.0" to "--addrs=::".
Is this configurable? So that cephadm deploys ceph-exporter with proper unit.run arguments?
Related issue: https://tracker.ceph.com/issues/62220 A different fix is chosen as opposed to https://github.com/ceph/ceph/pull/54285/. Maybe better to remove the IPv4/IPv6 distinction and make the code IP family agnostic (i.e. go for the fix in 54285)? Gr. Stefan