Project

General

Profile

Actions

Bug #61003

open

crash: File "/lib64/python3.6/subprocess.py", in run: stdout, stderr = process.communicate(input, timeout=timeout)

Added by Telemetry Bot 11 months ago. Updated 11 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):

d8cf8f96f5a8fca06c986c17a80a5a51807f153bf62aedd5513e7ccca19ebbc7


Description

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

Sanitized backtrace:

    File "/lib64/python3.6/subprocess.py", in run: stdout, stderr = process.communicate(input, timeout=timeout)
    File "/lib64/python3.6/subprocess.py", in communicate: stdout, stderr = self._communicate(input, endtime, timeout)
    File "/lib64/python3.6/subprocess.py", in _communicate: self._check_timeout(endtime, orig_timeout)
    File "/lib64/python3.6/subprocess.py", in _check_timeout: raise TimeoutExpired(self.args, orig_timeout)
    subprocess.TimeoutExpired: Command '['rados', '-n', 'mgr.vb001-02.ekwqit', '-k', '/var/lib/ceph/mgr/ceph-vb001-02.ekwqit/keyring', '-p', '.nfs', '--namespace', 'nfs.1', 'rm', 'grace']' timed out after 10
    During handling of the above exception, another exception
    Traceback (most recent call
    File "mgr/cephadm/module.py", in serve: serve.serve()
    File "mgr/cephadm/serve.py", in serve: self._purge_deleted_services()
    File "mgr/cephadm/serve.py", in _purge_deleted_services: self.mgr.cephadm_services[spec.service_type].purge(service_name)
    File "mgr/cephadm/services/nfs.py", in purge: timeout=10
    File "/lib64/python3.6/subprocess.py", in run: stderr=stderr)

Crash dump sample:
{
    "backtrace": [
        "  File \"/lib64/python3.6/subprocess.py\", line 425, in run\n    stdout, stderr = process.communicate(input, timeout=timeout)",
        "  File \"/lib64/python3.6/subprocess.py\", line 863, in communicate\n    stdout, stderr = self._communicate(input, endtime, timeout)",
        "  File \"/lib64/python3.6/subprocess.py\", line 1535, in _communicate\n    self._check_timeout(endtime, orig_timeout)",
        "  File \"/lib64/python3.6/subprocess.py\", line 891, in _check_timeout\n    raise TimeoutExpired(self.args, orig_timeout)",
        "subprocess.TimeoutExpired: Command '['rados', '-n', 'mgr.vb001-02.ekwqit', '-k', '/var/lib/ceph/mgr/ceph-vb001-02.ekwqit/keyring', '-p', '.nfs', '--namespace', 'nfs.1', 'rm', 'grace']' timed out after 10 seconds",
        "\nDuring handling of the above exception, another exception occurred:\n",
        "Traceback (most recent call last):",
        "  File \"/usr/share/ceph/mgr/cephadm/module.py\", line 612, in serve\n    serve.serve()",
        "  File \"/usr/share/ceph/mgr/cephadm/serve.py\", line 98, in serve\n    self._purge_deleted_services()",
        "  File \"/usr/share/ceph/mgr/cephadm/serve.py\", line 990, in _purge_deleted_services\n    self.mgr.cephadm_services[spec.service_type].purge(service_name)",
        "  File \"/usr/share/ceph/mgr/cephadm/services/nfs.py\", line 289, in purge\n    timeout=10",
        "  File \"/lib64/python3.6/subprocess.py\", line 430, in run\n    stderr=stderr)",
        "<redacted>" 
    ],
    "ceph_version": "17.2.6",
    "crash_id": "2023-04-24T17:25:01.904880Z_e83253c0-368e-4275-a3ca-59c042583b62",
    "entity_name": "mgr.252c85702951eb5081535ad021c5beebf8ed9d44",
    "mgr_module": "cephadm",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "TimeoutExpired",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "961a8cfff8b4a18d3d53f394ae1bb5faca8f0cf5d971dba8c9658687b9caa16d",
    "timestamp": "2023-04-24T17:25:01.904880Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.4.0-147-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#164-Ubuntu SMP Tue Mar 21 14:23:17 UTC 2023" 
}

Actions #1

Updated by Telemetry Bot 11 months ago

  • Crash signature (v1) updated (diff)
  • Crash signature (v2) updated (diff)
  • Affected Versions v17.2.6 added
Actions

Also available in: Atom PDF