Project

General

Profile

Actions

Bug #60263

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

d2fdd26598477a630220e1653476368a55f2bc734044fd9f1dfd5c14c2f91853


Description

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

Sanitized backtrace:

    File "mgr/volumes/module.py", in __init__: self.vc = VolumeClient(self)
    File "mgr/volumes/fs/volume.py", in __init__: self.cloner = Cloner(self, self.mgr.max_concurrent_clones, self.mgr.snapshot_clone_delay)
    File "mgr/volumes/fs/async_cloner.py", in __init__: super(Cloner, self).__init__(volume_client, "cloner", 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 57, in __init__\n    self.cloner = Cloner(self, self.mgr.max_concurrent_clones, self.mgr.snapshot_clone_delay)",
        "  File \"/usr/share/ceph/mgr/volumes/fs/async_cloner.py\", line 335, in __init__\n    super(Cloner, self).__init__(volume_client, \"cloner\", 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-13T09:38:08.649065Z_0b54801c-0248-481d-9d01-3824c613f380",
    "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": "dd3ae1881c76e6b51104b5e630b12e2450e7746621f5c87859b4a1b9753a99a2",
    "timestamp": "2023-01-13T09:38:08.649065Z",
    "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