looks like you should create a tracker issue for this.
https://tracker.ceph.com/projects/mgr/issues/new
<https://tracker.ceph.com/projects/mgr/issues/new>
Am 18.09.21 um 14:34 schrieb Igor Savlook:
OS: Fedora 36 (rawhide)
Ceph: 16.2.6
Python: 3.10
When start ceph-mgr he is try load core python modules but crash with
error:
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
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]:
2021-09-18T15:11:35.096+0300 ffff6adb4530 -1 mgr operator() Failed to
run module in active mode ('iostat')
Sep 18 15:11:35 ceph-master0 ceph-mgr[71463]:
2021-09-18T15:11:35.096+0300 ffff6adb4530 -1 mgr load Failed to
construct class in 'orchestrator' Sep 18 15:11:35 ceph-master0
ceph-mgr[71463]: 2021-09-18T15:11:35.096+0300 ffff6adb4530 -1 mgr
load Traceback (most recent call last):
File
"/usr/share/ceph/mgr/orchestrator/module.py", line 210, in __init__
super(OrchestratorCli, 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
and etc.
_______________________________________________
ceph-users mailing list -- ceph-users@xxxxxxx
To unsubscribe send an email to ceph-users-leave@xxxxxxx