Project

General

Profile

Actions

Bug #60091

open

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

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

8990dbb67d77195b18891a55f3d32eaf75c2685403d1e818468f2c4d28fb9779


Description

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

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.sovereign.pktvzu', '-k', '/var/lib/ceph/mgr/ceph-sovereign.pktvzu/keyring', '-p', '.nfs', '--namespace', 'nfs', '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.sovereign.pktvzu', '-k', '/var/lib/ceph/mgr/ceph-sovereign.pktvzu/keyring', '-p', '.nfs', '--namespace', 'nfs', '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 594, in serve\n    serve.serve()",
        "  File \"/usr/share/ceph/mgr/cephadm/serve.py\", line 96, in serve\n    self._purge_deleted_services()",
        "  File \"/usr/share/ceph/mgr/cephadm/serve.py\", line 975, 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.5",
    "crash_id": "2022-12-15T04:24:28.662169Z_8edc119c-b6bc-4871-b2e2-ac32bcfa7194",
    "entity_name": "mgr.538bf1040bc9f3017cb39fa47ff77c84f3bcd4d6",
    "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": "e607e6d6693c24bacac539b7f838c626a56803773ff328035f09120e2b2b1200",
    "timestamp": "2022-12-15T04:24:28.662169Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.10.0-19-amd64",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP Debian 5.10.149-2 (2022-10-21)" 
}

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