Project

General

Profile

Actions

Bug #36700

open

Establishing a valid contact for telemetry plugin.

Added by Felix Barbeira over 5 years ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
ceph-mgr
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

I tried to establish a valid mail following the docs http://docs.ceph.com/docs/master/mgr/telemetry/ and it throws an error:

 # ceph telemetry config-set contact 'Felix Barbeira <fbarbeira@domain.com>'
 Error EINVAL: Traceback (most recent call last):
  File "/usr/lib/ceph/mgr/telemetry/module.py", line 300, in handle_command
    self.set_config_option(key, value)
  File "/usr/lib/ceph/mgr/telemetry/module.py", line 155, in set_config_option
    'contact', value)
 RuntimeError: ('%s is not a valid e-mail address as a contact', 'Felix Barbeira <fbarbeira@domain.com>')

 #

It works if I only specify the e-mail address:

 # ceph telemetry config-set contact fbarbeira@domain.com
 Configuration option contact updated
 #

Maybe it should be corrected on the docs?

No data to display

Actions

Also available in: Atom PDF