Project

General

Profile

Actions

Bug #51176

closed

Module 'cephadm' has failed: 'MegaSAS'

Added by Ke Xiao almost 3 years ago. Updated over 2 years ago.

Status:
Resolved
Priority:
Normal
Category:
cephadm
Target version:
-
% Done:

0%

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

Description

This problem happened when I add Osds to the cluster.
The `ceph health detail` show that:


HEALTH_ERR Module 'cephadm' has failed: 'MegaSAS'
[ERR] MGR_MODULE_ERROR: Module 'cephadm' has failed: 'MegaSAS'
    Module 'cephadm' has failed: 'MegaSAS'

The `ceph orch ls` show that:

Error EINVAL: Traceback (most recent call last):
  File "/usr/share/ceph/mgr/mgr_module.py", line 1204, in _handle_command
    return self.handle_command(inbuf, cmd)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 140, in handle_command
    return dispatch[cmd['prefix']].call(self, cmd, inbuf)
  File "/usr/share/ceph/mgr/mgr_module.py", line 320, in call
    return self.func(mgr, **kwargs)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 102, in <lambda>
    wrapper_copy = lambda *l_args, **l_kwargs: wrapper(*l_args, **l_kwargs)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 91, in wrapper
    return func(*args, **kwargs)
  File "/usr/share/ceph/mgr/orchestrator/module.py", line 503, in _list_services
    raise_if_exception(completion)
  File "/usr/share/ceph/mgr/orchestrator/_interface.py", line 642, in raise_if_exception
    raise e
AssertionError: MegaSAS

And the `ceph orch ps` show that there is a container named 'MegaSAS.log.bak' on the host `node4`. Neither can I find this docker container, nor can I deleted this service by command `ceph orch daemon rm MegaSAS.log.bak`.

I has tryed to excute command by `ceph mgr module disable cephadm` and `ceph mgr module enable cephadm`, bu useless.
My ceph version is v15.2.13 installed by cephadm.


Files

Actions

Also available in: Atom PDF