Project

General

Profile

Actions

Bug #60258

open

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

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

01c6e9a103fa0e001c181b9d2ab23a5dbf16fed43b0758f771743a6538059583


Description

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

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.fs_client = CephfsClient(self.vc.mgr)
    File "mgr/mgr_util.py", in __init__: self.connection_pool = CephfsConnectionPool(self.mgr)
    File "mgr/mgr_util.py", in __init__: self.timer_task.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 125, in __init__\n    self.fs_client = CephfsClient(self.vc.mgr)",
        "  File \"/usr/share/ceph/mgr/mgr_util.py\", line 294, in __init__\n    self.connection_pool = CephfsConnectionPool(self.mgr)",
        "  File \"/usr/share/ceph/mgr/mgr_util.py\", line 198, in __init__\n    self.timer_task.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-13T09:46:06.995881Z_c33124ee-48bc-45ca-aefc-8dd50a1e79b6",
    "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": "83a1b25719ac2e286fb0eeb15083f247a5504f9b028e2382e21ce0d69dd6a579",
    "timestamp": "2023-01-13T09:46:06.995881Z",
    "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