Project

General

Profile

Actions

Bug #59850

open

crash: File "mgr/devicehealth/module.py", in get_recent_device_metrics: return self._get_device_metrics(devid, min_sample=min_sample)

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

fc1094cc34fbda6f4c049e2e7d3d5f8b002a25fddaf353135b167d0526be34fc


Description

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

Sanitized backtrace:

    File "mgr/devicehealth/module.py", in get_recent_device_metrics: return self._get_device_metrics(devid, min_sample=min_sample)
    File "mgr/devicehealth/module.py", in _get_device_metrics: with self._db_lock, self.db:
    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 764, in get_recent_device_metrics\n    return self._get_device_metrics(devid, min_sample=min_sample)",
        "  File \"/usr/share/ceph/mgr/devicehealth/module.py\", line 553, in _get_device_metrics\n    with self._db_lock, self.db:",
        "  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 1207, in open_db\n    self.create_mgr_pool()",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1117, in create_mgr_pool\n    self.create_pool(self.MGR_POOL_NAME)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1090, in create_pool\n    self.check_mon_command(c)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 1591, in check_mon_command\n    raise MonCommandFailed(f'{cmd_dict[\"prefix\"]} failed: {r.stderr} retval: {r.retval}')",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-03-16T03:50:36.533501Z_1c2c2e2f-d11d-4b04-8743-4c0caa1bce53",
    "entity_name": "mgr.8f13b73e3b585a631bf28474249738c76b315dc6",
    "mgr_module": "devicehealth",
    "mgr_module_caller": "ActivePyModule::dispatch_remote get_recent_device_metrics",
    "mgr_python_exception": "MonCommandFailed",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "9f13a9c0382b2e08b9dc0ee44d974967e2b5ce1a3735c43d576c62a10fcca50e",
    "timestamp": "2023-03-16T03:50:36.533501Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-408.el8.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Mon Jul 18 17:42:52 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot 12 months ago

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

Also available in: Atom PDF