Project

General

Profile

Bug #45427

Updated by Sebastian Wagner about 4 years ago

http://pulpito.ceph.com/mgfritch-2020-05-07_02:27:06-rados-wip-mgfritch-testing-2020-05-06-1821-distro-basic-smithi/5029062 

 <pre> 
 cephadm 2020-05-07T03:43:08.989542+0000 mgr.smithi154.qjpiuj (mgr.27922) 6 : cephadm [ERR] Failed to apply node-exporter spec ServiceSpec({'placement': PlacementSpec(host_pattern='*'), 'service_type': 'node-exporter', 'service_id': None, 'unmanaged': False}): auth get failed: invalid entity_auth mon 
 Traceback (most recent call last): 
   File "/usr/share/ceph/mgr/cephadm/module.py", line 2219, in _apply_all_services 
     if self._apply_service(spec): 
   File "/usr/share/ceph/mgr/cephadm/module.py", line 2190, in _apply_service 
     create_func(daemon_id, host)    # type: ignore 
   File "/usr/share/ceph/mgr/cephadm/module.py", line 2967, in _create_node_exporter 
     return self._create_daemon('node-exporter', daemon_id, host) 
   File "/usr/share/ceph/mgr/cephadm/module.py", line 2021, in _create_daemon 
     extra_ceph_config=extra_config.pop('config', '')) 
   File "/usr/share/ceph/mgr/cephadm/module.py", line 1974, in _get_config_and_keyring 
     'entity': ename, 
   File "/usr/share/ceph/mgr/mgr_module.py", line 1096, in check_mon_command 
     raise MonCommandFailed(f'{cmd_dict["prefix"]} failed: {r.stderr}') 
 mgr_module.MonCommandFailed: auth get failed: invalid entity_auth mon 
 </pre> 

 (as a side note, why do we need the mon keyrig for the node_exporter?)

Back