Project

General

Profile

Actions

Bug #59842

open

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

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):

ef906c2d432c21fc088d3a1eb682535c35a9e12cc0f16861cc248759894334f4


Description

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

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.maybe_upgrade(db, int(row['value']))
    File "mgr/mgr_module.py", in maybe_upgrade: cur = db.executescript(self.SCHEMA)

Crash dump sample:
{
    "archived": "2023-05-05 09:41:10.019485",
    "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 1218, in db_ready\n    return self.db is not None",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1230, in db\n    self._db = self.open_db()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1211, in open_db\n    self.configure_db(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1201, in configure_db\n    self.load_schema(db)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1191, in load_schema\n    self.maybe_upgrade(db, int(row['value']))",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1168, in maybe_upgrade\n    cur = db.executescript(self.SCHEMA)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-05-05T06:14:57.226480Z_a1be57ea-64cb-410d-8ab3-a17aaa2ff08c",
    "entity_name": "mgr.668c60d70c103f3ea3faa14052c8dfc999c3ddce",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "OperationalError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "d081882f4cbc81c0934fd4206b0bd932f984bd7d0cc7877812438fd7e509967f",
    "timestamp": "2023-05-05T06:14:57.226480Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-146-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#163-Ubuntu SMP Fri Mar 17 18:26:02 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.1, v17.2.5 added
Actions

Also available in: Atom PDF