[SOLVED] Ceph 14.2.8 - HEALTH_ERR - telemetry module

Jun 8, 2016
344
75
93
48
Johannesburg, South Africa
Wasn't amused when someone brought my attention to a Ceph cluster with a HEALTH_ERR state:
Code:
  cluster:
    id:     97eac23e-10e4-4b53-aa2d-e013e50ff782
    health: HEALTH_ERR
            Module 'telemetry' has failed: cannot concatenate 'str' and 'UUID' objects

This is apparently a minor problem with the system not being able to submit telemetry data and the severity of this error is expected to be downgraded in future releases. To clear the error restart the mgr service on whichever node is currently active.

In the following example we should login to kvm1c and run 'systemctl restart ceph-mgr@kvm1c':
mgr: kvm1c(active, since 14h), standbys: kvm1b, kvm1a


Regards
David Herselman
 
  • Like
Reactions: t.lamprecht