Project

General

Profile

Actions

Bug #60633

open

crash: File "mgr/orchestrator/module.py", in __init__: super(OrchestratorCli, self).__init__(*args, **kwargs)

Added by Telemetry Bot 12 months ago.

Status:
New
Priority:
Normal
Assignee:
-
Category:
-
Target version:
-
% Done:

0%

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

2e4cb8db63dcb610d5df154ab5af82e6df51cec1ec1e2334b4466ce6ff42a3e5
97f2a2f48d2fc716dbc2f49e1a81ec06318b087359734588536981cca8632252


Description

http://telemetry.front.sepia.ceph.com:4000/d/jByk5HaMz/crash-spec-x-ray?orgId=1&var-sig_v2=74e33191bd721db6042d82fd9922766749c7b6c29f16db320e009ebcc38f1920

Sanitized backtrace:

    File "mgr/orchestrator/module.py", in __init__: super(OrchestratorCli, self).__init__(*args, **kwargs)
    File "mgr/mgr_module.py", in __init__: log_to_file, log_to_cluster)
    File "mgr/mgr_module.py", in _configure_logging: self._set_log_level(mgr_level, module_level, cluster_level)
    File "mgr/mgr_module.py", in _set_log_level: self.getLogger().debug("setting log level: %s", level)
    File "/lib64/python3.6/logging/__init__.py", in debug: self._log(DEBUG, msg, args, **kwargs)
    File "/lib64/python3.6/logging/__init__.py", in _log: self.handle(record)
    File "/lib64/python3.6/logging/__init__.py", in handle: self.callHandlers(record)
    File "/lib64/python3.6/logging/__init__.py", in callHandlers: hdlr.handle(record)
    File "/lib64/python3.6/logging/__init__.py", in handle: self.emit(record)
    File "/lib64/python3.6/logging/__init__.py", in emit: self.stream = self._open()
    File "/lib64/python3.6/logging/__init__.py", in _open: return open(self.baseFilename, self.mode, encoding=self.encoding)

Crash dump sample:
{
    "archived": "2023-05-10 21:33:25.346402",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/orchestrator/module.py\", line 220, in __init__\n    super(OrchestratorCli, self).__init__(*args, **kwargs)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 992, in __init__\n    log_to_file, log_to_cluster)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 675, in _configure_logging\n    self._set_log_level(mgr_level, module_level, cluster_level)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 716, in _set_log_level\n    self.getLogger().debug(\"setting log level: %s\", level)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1296, in debug\n    self._log(DEBUG, msg, args, **kwargs)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1444, in _log\n    self.handle(record)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1454, in handle\n    self.callHandlers(record)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1516, in callHandlers\n    hdlr.handle(record)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 865, in handle\n    self.emit(record)",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1071, in emit\n    self.stream = self._open()",
        "  File \"/lib64/python3.6/logging/__init__.py\", line 1061, in _open\n    return open(self.baseFilename, self.mode, encoding=self.encoding)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.6",
    "crash_id": "2023-05-10T18:14:27.359124Z_dc485436-728c-4737-83f8-d50c9984c187",
    "entity_name": "mgr.aa73bf3ae3752691c907efca5ab18133b0a384c4",
    "mgr_module": "orchestrator",
    "mgr_module_caller": "ActivePyModule::load",
    "mgr_python_exception": "PermissionError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "5ac353db9ac287e6815a5fa0fabc0ce6d9ec08ae0b22360538e40f5f177d1590",
    "timestamp": "2023-05-10T18:14:27.359124Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-144-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#161-Ubuntu SMP Fri Feb 3 14:49:04 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.5, v17.2.6 added
Actions

Also available in: Atom PDF