Project

General

Profile

Actions

Bug #63824

closed

"ceph orch ls" fail with exception KeyError: 'exporter'

Added by Michael Lipp 5 months ago. Updated 2 months ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
Category:
-
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

"ceph orch ls" results in

Error EINVAL: Traceback (most recent call last):
  File "/usr/share/ceph/mgr/mgr_module.py", line 1774, in _handle_command
    return self.handle_command(inbuf, cmd)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 171, in handle_command
    return dispatch[cmd['prefix']].call(self, cmd, inbuf)
  File "/usr/share/ceph/mgr/mgr_module.py", line 474, in call
    return self.func(mgr, **kwargs)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 107, in <lambda>
    wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs)  # noqa: E731
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 96, in wrapper
    return func(*args, **kwargs)
  File "/usr/share/ceph/mgr/orchestrator/module.py", line 735, in _list_services
    services = raise_if_exception(completion)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 228, in raise_if_exception
    raise e
KeyError: 'exporter'

This may have the same cause as #63805. Having KeyError 'exporter' instead of 'ceph-exporter' as in #63805 may be due to the fact that I use the rook backend.


Related issues 1 (0 open1 closed)

Has duplicate Dashboard - Bug #63123: Dashboard crash when opening NFS viewClosedRedouane Kachach Elhichou

Actions
Actions #1

Updated by Redouane Kachach Elhichou 2 months ago

  • Status changed from New to Duplicate
Actions #2

Updated by Redouane Kachach Elhichou 2 months ago

  • Has duplicate Bug #63123: Dashboard crash when opening NFS view added
Actions

Also available in: Atom PDF