Project

General

Profile

Actions

Bug #60645

open

crash: File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule # noqa: F401

Added by Telemetry Bot 12 months ago. Updated 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):

f648cdc6c01d300d09968acf54772e60dee70a8834a022390bf402202d87af0d


Description

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

Sanitized backtrace:

    File "mgr/dashboard/__init__.py", in <module>: from .module import Module, StandbyModule  # noqa: F401
    File "mgr/dashboard/module.py", in <module>: from .services.exception import dashboard_exception_handler
    File "mgr/dashboard/services/exception.py", in <module>: from orchestrator import OrchestratorError
    File "mgr/orchestrator/__init__.py", in <module>: from .module import OrchestratorCli
    File "mgr/orchestrator/module.py", in <module>: from object_format import Format

Crash dump sample:
{
    "archived": "2023-03-15 15:55:53.841255",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/dashboard/__init__.py\", line 60, in <module>\n    from .module import Module, StandbyModule  # noqa: F401",
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 31, in <module>\n    from .services.exception import dashboard_exception_handler",
        "  File \"/usr/share/ceph/mgr/dashboard/services/exception.py\", line 11, in <module>\n    from orchestrator import OrchestratorError",
        "  File \"/usr/share/ceph/mgr/orchestrator/__init__.py\", line 3, in <module>\n    from .module import OrchestratorCli",
        "  File \"/usr/share/ceph/mgr/orchestrator/module.py\", line 25, in <module>\n    from object_format import Format",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-15T15:36:34.283122Z_cdeb8d7f-fe29-4045-b25d-53c33d012f95",
    "entity_name": "mgr.c8e6a46af2823df027814b4db830de2797e21b9b",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModule::load_subclass_of",
    "mgr_python_exception": "ModuleNotFoundError",
    "os_id": "22.04",
    "os_name": "Ubuntu 22.04.2 LTS",
    "os_version": "22.04.2 LTS (Jammy Jellyfish)",
    "os_version_id": "22.04",
    "process_name": "ceph-mgr",
    "stack_sig": "adad57cb11715500e7a92cd70a776d531f91d156230473d81775005fc8dfc56d",
    "timestamp": "2023-03-15T15:36:34.283122Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-67-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#74-Ubuntu SMP Wed Feb 22 14:14:39 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 added
Actions

Also available in: Atom PDF