Project

General

Profile

Bug #56287

crash: File "mgr/devicehealth/module.py", in serve: if self.db_ready() and self.enable_monitoring:

Added by Telemetry Bot almost 2 years ago. Updated about 1 year ago.

Status:
Duplicate
Priority:
Normal
Assignee:
-
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):

7ea7ab36946ce7e1ee42c3db55b1f40c4e09f3f9a2cc99ffd99bb0a631c0f973


Description

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

Sanitized backtrace:

    File "mgr/devicehealth/module.py", in serve: if self.db_ready() and self.enable_monitoring:
    File "mgr/mgr_module.py", in db_ready: return self.db is not None
    File "mgr/mgr_module.py", in db: self._db = self.open_db()
    File "mgr/mgr_module.py", in open_db: self.configure_db(db)
    File "mgr/mgr_module.py", in configure_db: self.load_schema(db)
    File "mgr/mgr_module.py", in load_schema: self.create_skeleton_schema(db)
    File "mgr/mgr_module.py", in create_skeleton_schema: db.executescript(SQL)

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/devicehealth/module.py\", line 338, in serve\n    if self.db_ready() and self.enable_monitoring:",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1189, in db_ready\n    return self.db is not None",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1201, in db\n    self._db = self.open_db()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1182, in open_db\n    self.configure_db(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1172, in configure_db\n    self.load_schema(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1159, in load_schema\n    self.create_skeleton_schema(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1100, in create_skeleton_schema\n    db.executescript(SQL)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-05-30T12:53:44.711290Z_dba37d1a-5579-41fe-a9aa-0714a2cbd7f8",
    "entity_name": "mgr.68142379c9bb1791d5a0accaa8445fbca578bf97",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "InternalError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "cd528bbc0eb5444a0a90ff7e05d6b49d0706ad5cbc694a93748094599c38c588",
    "timestamp": "2022-05-30T12:53:44.711290Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.39-talos",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Thu May 12 15:08:32 UTC 2022" 
}


Related issues

Duplicates cephsqlite - Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknown Resolved

History

#1 Updated by Telemetry Bot almost 2 years ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.0 added

#2 Updated by Patrick Donnelly about 1 year ago

  • Duplicates Bug #55606: [ERR] Unhandled exception from module ''devicehealth'' while running on mgr.y: unknown added

#3 Updated by Patrick Donnelly about 1 year ago

  • Status changed from New to Duplicate

Also available in: Atom PDF