Project

General

Profile

Actions

Bug #60264

open

crash: File "mgr/volumes/module.py", in __init__: self.vc = VolumeClient(self)

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

ddf02516901aefcc01fc41262d95302d86c3164db6063a1d3d607f5968dc5db0


Description

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

Sanitized backtrace:

    File "mgr/volumes/module.py", in __init__: self.vc = VolumeClient(self)
    File "mgr/volumes/fs/volume.py", in __init__: self.purge_queue = ThreadPoolPurgeQueueMixin(self, 4)
    File "mgr/volumes/fs/purge_queue.py", in __init__: super(ThreadPoolPurgeQueueMixin, self).__init__(volume_client, "puregejob", tp_size)
    File "mgr/volumes/fs/async_job.py", in __init__: self.start()
    File "/usr/lib64/python3.6/threading.py", in start: _start_new_thread(self._bootstrap, ())

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/volumes/module.py\", line 499, in __init__\n    self.vc = VolumeClient(self)",
        "  File \"/usr/share/ceph/mgr/volumes/fs/volume.py\", line 58, in __init__\n    self.purge_queue = ThreadPoolPurgeQueueMixin(self, 4)",
        "  File \"/usr/share/ceph/mgr/volumes/fs/purge_queue.py\", line 107, in __init__\n    super(ThreadPoolPurgeQueueMixin, self).__init__(volume_client, \"puregejob\", tp_size)",
        "  File \"/usr/share/ceph/mgr/volumes/fs/async_job.py\", line 131, in __init__\n    self.start()",
        "  File \"/usr/lib64/python3.6/threading.py\", line 867, in start\n    _start_new_thread(self._bootstrap, ())",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-01-13T10:16:52.460983Z_7c670d5c-67df-4b68-aa3b-44387fd52c49",
    "entity_name": "mgr.876c9a87f51252f396f36e9aa384414b66c9fe45",
    "mgr_module": "volumes",
    "mgr_module_caller": "ActivePyModule::load",
    "mgr_python_exception": "RuntimeError",
    "os_id": "almalinux",
    "os_name": "AlmaLinux",
    "os_version": "8.7 (Stone Smilodon)",
    "os_version_id": "8.7",
    "process_name": "ceph-mgr",
    "stack_sig": "d383eaed1f4e625d2d520e1fb9088e2bf32d99d141357ab74c0450759a96f187",
    "timestamp": "2023-01-13T10:16:52.460983Z",
    "utsname_machine": "x86_64",
    "utsname_release": "4.18.0-425.3.1.el8.x86_64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Tue Nov 8 14:08:25 EST 2022" 
}

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