Project

General

Profile

Actions

Bug #60260

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

5011935040280ab41772e41630bdf8ef2f33fb5a2a6652f45b50b65258bf06fc


Description

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

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.threads[-1].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 130, in __init__\n    self.threads[-1].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:20:24.973668Z_202721bd-1183-411c-a735-5a18c079c1b1",
    "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": "df08689945209aef16090fadc7dd2210d99020f77f1fbc403e6af1b8e946329f",
    "timestamp": "2023-01-13T10:20:24.973668Z",
    "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