Project

General

Profile

Actions

Bug #52658

open

mgr: After upgrade to 16.2.6 crash on startup with python error

Added by Igor Savlook over 2 years ago. Updated over 2 years ago.

Status:
Need More Info
Priority:
Normal
Category:
ceph-mgr
Target version:
-
% Done:

0%

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

Description

After upgrade to 16.2.6 ceph-mgr crash on startup with python modules error.

Environment

  • Ceph version: 16.2.6
  • Platform (OS/distro/release): Fedora 36 (rawhide) aarch64

How reproducible

1. Upgrade to 16.2.6 on Fedora rawhide.

2. ceph-mgr core modules crash.

Actual results

All python modules failed to load with this error in journal:

Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]: 2021-09-18T15:11:35.086+0300 ffff6adb4530 -1 mgr load Failed to construct class in 'balancer'
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]: 2021-09-18T15:11:35.086+0300 ffff6adb4530 -1 mgr load Traceback (most recent call last):
                                                 File "/usr/share/ceph/mgr/balancer/module.py", line 427, in __init__
                                                   super(Module, self).__init__(*args, **kwargs)
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 882, in __init__
                                                   self._configure_logging(mgr_level, log_level, cluster_level,
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 581, in _configure_logging
                                                   self._cluster_log_handler = ClusterLogHandler(self)
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 535, in __init__
                                                   super().__init__()
                                               RuntimeError: super(): __class__ cell not found
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]: 2021-09-18T15:11:35.090+0300 ffff6adb4530 -1 mgr operator() Failed to run module in active mode ('balancer')
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]: 2021-09-18T15:11:35.090+0300 ffff6adb4530 -1 mgr load Failed to construct class in 'crash'
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]: 2021-09-18T15:11:35.090+0300 ffff6adb4530 -1 mgr load Traceback (most recent call last):
                                                 File "/usr/share/ceph/mgr/crash/module.py", line 37, in __init__
                                                   super(Module, self).__init__(*args, **kwargs)
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 882, in __init__
                                                   self._configure_logging(mgr_level, log_level, cluster_level,
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 581, in _configure_logging
                                                   self._cluster_log_handler = ClusterLogHandler(self)
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 535, in __init__
                                                   super().__init__()
                                               RuntimeError: super(): __class__ cell not found 

Expected results

Succeful start of ceph-mgr.

Actions #1

Updated by Igor Savlook over 2 years ago

Environment

Ceph mgr compiled with python 3.10.

Actions #2

Updated by Neha Ojha over 2 years ago

  • Priority changed from Normal to High
Actions #3

Updated by Neha Ojha over 2 years ago

  • Assignee set to Deepika Upadhyay
Actions #4

Updated by Deepika Upadhyay over 2 years ago

  • Status changed from New to In Progress
Actions #5

Updated by Deepika Upadhyay over 2 years ago

Hi @Igor Gajowiak, is this the only function that is failing?

    self._cluster_log_handler = ClusterLogHandler(self)
                                                 File "/usr/share/ceph/mgr/mgr_module.py", line 535, in __init__

I tried reproducing with v16.+ and master locally in docker container, but could not.
Can you try using this patch:

diff --git a/src/pybind/mgr/mgr_module.py b/src/pybind/mgr/mgr_module.py
index ecc46fe8f96..6bb118d0824 100644
--- a/src/pybind/mgr/mgr_module.py
+++ b/src/pybind/mgr/mgr_module.py
@@ -537,6 +537,7 @@ class CPlusPlusHandler(logging.Handler):

 class ClusterLogHandler(logging.Handler):
     def __init__(self, module_inst: Any):
+       __class__
         super().__init__()
         self._module = module_inst
         self.setFormatter(logging.Formatter("%(message)s"))

Actions #6

Updated by Deepika Upadhyay over 2 years ago

  • Status changed from In Progress to Need More Info
  • Priority changed from High to Normal
Actions #7

Updated by Loïc Dachary over 2 years ago

  • Target version deleted (v16.2.6)
Actions #8

Updated by Koy Gwaewion over 2 years ago

Hi there. I have same issue, but at Fedora 35 Server edition.

Linux ceph-mon01 5.15.6-200.fc35.x86_64 #1 SMP Wed Dec 1 13:41:10 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
ceph-base.x86_64                              2:16.2.6-2.fc35                 @fedora                                                    
ceph-common.x86_64                            2:16.2.6-2.fc35                 @fedora                                                    
ceph-grafana-dashboards.noarch                2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr.x86_64                               2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-cephadm.noarch                       2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-dashboard.noarch                     2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-diskprediction-local.noarch          2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-k8sevents.noarch                     2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-modules-core.noarch                  2:16.2.6-2.fc35                 @fedora                                                    
ceph-mgr-rook.noarch                          2:16.2.6-2.fc35                 @fedora                                                    
ceph-mon.x86_64                               2:16.2.6-2.fc35                 @fedora                                                    
ceph-prometheus-alerts.noarch                 2:16.2.6-2.fc35                 @fedora                                                    
ceph-selinux.x86_64                           2:16.2.6-2.fc35                 @fedora                                                    
cephadm.noarch                                2:16.2.6-2.fc35                 @fedora                                                    
libcephfs2.x86_64                             2:16.2.6-2.fc35                 @fedora                                                    
libcephsqlite.x86_64                          2:16.2.6-2.fc35                 @fedora                                                    
python3-ceph-argparse.x86_64                  2:16.2.6-2.fc35                 @fedora                                                    
python3-ceph-common.x86_64                    2:16.2.6-2.fc35                 @fedora                                                    
python3-cephfs.x86_64                         2:16.2.6-2.fc35                 @fedora
Dec 13 01:44:40 ceph-mon01 systemd[1]: ceph-mgr@ceph-mon01.service: Deactivated successfully.
Dec 13 01:44:40 ceph-mon01 systemd[1]: Stopped Ceph cluster manager daemon.
Dec 13 01:44:40 ceph-mon01 systemd[1]: ceph-mgr@ceph-mon01.service: Consumed 8min 56.334s CPU time.
Dec 13 01:44:41 ceph-mon01 systemd[1]: Started Ceph cluster manager daemon.
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:06.568-0500 7fe897bc2340 -1 mgr[py] Module not found: 'dashboard'
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:06.576-0500 7fe897bc2340 -1 mgr[py] Traceback (most recent call last):
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/dashboard/__init__.py", line 55, in <module>
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:     from .module import Module, StandbyModule  # noqa: F401
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/dashboard/module.py", line 54, in <module>
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:     from .plugins import PLUGIN_MANAGER, debug, feature_toggles, motd  # isort:skip # noqa E501 # pylint: disable=unused-import
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/dashboard/plugins/debug.py", line 25, in <module>
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:     class Debug(SP, I.CanCherrypy, I.ConfiguresCherryPy,  # pylint: disable=too-many-ancestors
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/dashboard/plugins/debug.py", line 75, in Debug
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:     SP.Command(
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 499, in __init__
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]:     super().__init__(perm=perm,
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:06.691-0500 7fe897bc2340 -1 mgr[py] Class not found in module 'dashboard'
Dec 13 01:45:06 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:06.691-0500 7fe897bc2340 -1 mgr[py] Error loading module 'dashboard': (2) No such file or directory
Dec 13 01:45:08 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:11 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:24 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:25 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:25 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:25 ceph-mon01 ceph-mgr[10866]: context.c:56: warning: mpd_setminalloc: ignoring request to set MPD_MINALLOC a second time
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.051-0500 7fe897bc2340 -1 log_channel(cluster) log [ERR] : Failed to load ceph-mgr modules: dashboard
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.564-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'balancer'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.565-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/balancer/module.py", line 427, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.573-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('balancer')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.573-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'crash'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.573-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/crash/module.py", line 37, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.581-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('crash')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.593-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'devicehealth'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.593-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/devicehealth/module.py", line 112, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.596-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('devicehealth')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.596-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'iostat'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: Exception ignored in: <function MgrModule.__del__ at 0x7fe887c53400>
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 901, in __del__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._unconfigure_logging()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 604, in _unconfigure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     h for h in self._root_logger.handlers
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: AttributeError: 'Module' object has no attribute '_root_logger'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.596-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/iostat/module.py", line 6, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.623-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('iostat')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.623-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'nfs'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.623-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/nfs/module.py", line 20, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.626-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('nfs')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.626-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'orchestrator'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.626-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/orchestrator/module.py", line 210, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(OrchestratorCli, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.629-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('orchestrator')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.629-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'pg_autoscaler'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.629-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/pg_autoscaler/module.py", line 143, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(PgAutoscaler, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.632-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('pg_autoscaler')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.632-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'progress'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.632-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/progress/module.py", line 460, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.635-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('progress')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.635-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'rbd_support'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.635-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/rbd_support/module.py", line 158, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.637-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('rbd_support')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.637-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'restful'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.637-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/restful/module.py", line 232, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.640-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('restful')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.640-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'status'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.640-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.642-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('status')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.642-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'telemetry'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.642-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/telemetry/module.py", line 200, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.645-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('telemetry')
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.645-0500 7fe87cae4640 -1 mgr load Failed to construct class in 'volumes'
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.645-0500 7fe87cae4640 -1 mgr load Traceback (most recent call last):
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/volumes/module.py", line 359, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super(Module, self).__init__(*args, **kwargs)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 887, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._configure_logging(mgr_level, log_level, cluster_level,
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 586, in _configure_logging
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     self._cluster_log_handler = ClusterLogHandler(self)
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:   File "/usr/share/ceph/mgr/mgr_module.py", line 540, in __init__
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]:     super().__init__()
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: RuntimeError: super(): __class__ cell not found
Dec 13 01:45:28 ceph-mon01 ceph-mgr[10866]: 2021-12-13T01:45:28.648-0500 7fe87cae4640 -1 mgr operator() Failed to run module in active mode ('volumes')
Actions

Also available in: Atom PDF