Hi,
is this a known issue that ceph-exporter is not recognized by cephadm?
host1:~ # cephadm --image ceph:v20.2.2 ls | jq -r '.[] |
select(.name=="ceph-exporter.host1") | "\(.name) \(.version)"'
version for unknown daemon type ceph-exporter
ceph-exporter.host1 null
I don't see it in the daemon_types listed here:
https://github.com/ceph/ceph/blob/main/src/cephadm/cephadmlib/listing_updaters.py
And one more thing: why is the version empty in 'cephadm ls' output
while 'ceph orch ps' is capable of recognizing the version:
host1:~ # ceph orch ps --daemon-type ceph-exporter -f json | jq -r
'.[] | select(.daemon_name=="ceph-exporter.host1") | "\(.version)"'
20.2.2
Thanks!
Eugen
_______________________________________________
ceph-users mailing list -- [email protected]
To unsubscribe send an email to [email protected]