Project

General

Profile

Actions

Bug #56296

open

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 12 months ago.

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

0%

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

bfa6352915d3e0503320b83ed3cb528272df4f76971228004ba890062716adfe
fdb6b20ab380e3ca9023c1dff7b2959a073e44b01991256e59d47d92b0dc514b


Description

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

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.create_mgr_pool()
    File "mgr/mgr_module.py", in create_mgr_pool: self.create_pool(self.MGR_POOL_NAME)
    File "mgr/mgr_module.py", in create_pool: self.check_mon_command(c)
    File "mgr/mgr_module.py", in check_mon_command: raise MonCommandFailed(f'{cmd_dict["prefix"]} failed: {r.stderr} retval: {r.retval}')

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 1178, in open_db\n    self.create_mgr_pool()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1088, in create_mgr_pool\n    self.create_pool(self.MGR_POOL_NAME)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1061, in create_pool\n    self.check_mon_command(c)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1562, in check_mon_command\n    raise MonCommandFailed(f'{cmd_dict[\"prefix\"]} failed: {r.stderr} retval: {r.retval}')",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-05-10T02:34:58.320101Z_5b256b4f-b0bb-4772-b117-ddc17b841668",
    "entity_name": "mgr.35e79cb6f210afc96fff163750072dd7025f9c76",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "MonCommandFailed",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "91f118d3e8d6cd2c0eba2c783d0ae3ca582675380f81c8946600148c0e5343dc",
    "timestamp": "2022-05-10T02:34:58.320101Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-27-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#28-Ubuntu SMP Thu Apr 14 04:55:28 UTC 2022" 
}

Actions #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
Actions #2

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF