Project

General

Profile

Actions

Bug #44616

closed

Telemetry can't send data

Added by Jacek S. about 4 years ago. Updated about 4 years ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
telemetry module
Target version:
-
% Done:

0%

Source:
Tags:
Backport:
Regression:
No
Severity:
3 - minor
Reviewed:
Affected Versions:
ceph-qa-suite:
Pull request ID:
Crash signature (v1):
Crash signature (v2):

Description

When trying to send some telemetry data about used device I got an exception like this one:

# ceph telemetry send
Error EINVAL: Traceback (most recent call last):
  File "/usr/share/ceph/mgr/mgr_module.py", line 974, in _handle_command
    return self.handle_command(inbuf, cmd)
  File "/usr/share/ceph/mgr/telemetry/module.py", line 763, in handle_command
    return self.send(self.last_report, command.get('endpoint'))
  File "/usr/share/ceph/mgr/telemetry/module.py", line 715, in send
    devices = self.gather_device_report()
  File "/usr/share/ceph/mgr/telemetry/module.py", line 405, in gather_device_report
    anon_devid = devid[:devid.rfind('_')] + '_' + uuid.uuid1()
TypeError: cannot concatenate 'str' and 'UUID' objects
Actions #1

Updated by Jacek S. about 4 years ago

I found https://tracker.ceph.com/issues/44376 - it's a duplicate

Actions #2

Updated by Neha Ojha about 4 years ago

  • Status changed from New to Duplicate
Actions

Also available in: Atom PDF