Project

General

Profile

Actions

Bug #59999

open

crash: File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)

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

1fadbd1d59dba9cdec3552be37427b3aa4cbd119ed0825eb6cd0ed23bb24681f


Description

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

Sanitized backtrace:

    File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)
    File "mgr/mgr_module.py", in remote: return self._ceph_dispatch_remote(module_name, method_name,
    ImportError: Module not
    During handling of the above exception, another exception
    Traceback (most recent call
    File "mgr/nfs/module.py", in cluster_ls: return available_clusters(self)
    File "mgr/nfs/utils.py", in available_clusters: completion = mgr.describe_service(service_type='nfs')
    File "mgr/orchestrator/_interface.py", in inner: completion = self._oremote(method_name, args, kwargs)
    File "mgr/orchestrator/_interface.py", in _oremote: f_set = self.get_feature_set()
    File "mgr/orchestrator/_interface.py", in inner: completion = self._oremote(method_name, args, kwargs)
    File "mgr/orchestrator/_interface.py", in _oremote: return mgr.remote(o, meth, *args, **kwargs)
    File "mgr/mgr_module.py", in remote: return self._ceph_dispatch_remote(module_name, method_name,

Crash dump sample:
{
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1550, in _oremote\n    return mgr.remote(o, meth, *args, **kwargs)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 2169, in remote\n    return self._ceph_dispatch_remote(module_name, method_name,",
        "ImportError: Module not found",
        "\nDuring handling of the above exception, another exception occurred:\n",
        "Traceback (most recent call last):",
        "  File \"/usr/share/ceph/mgr/nfs/module.py\", line 154, in cluster_ls\n    return available_clusters(self)",
        "  File \"/usr/share/ceph/mgr/nfs/utils.py\", line 38, in available_clusters\n    completion = mgr.describe_service(service_type='nfs')",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1479, in inner\n    completion = self._oremote(method_name, args, kwargs)",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1554, in _oremote\n    f_set = self.get_feature_set()",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1479, in inner\n    completion = self._oremote(method_name, args, kwargs)",
        "  File \"/usr/share/ceph/mgr/orchestrator/_interface.py\", line 1550, in _oremote\n    return mgr.remote(o, meth, *args, **kwargs)",
        "  File \"/usr/share/ceph/mgr/mgr_module.py\", line 2169, in remote\n    return self._ceph_dispatch_remote(module_name, method_name,",
        "<redacted>" 
    ],
    "ceph_version": "17.2.5",
    "crash_id": "2023-04-02T02:49:27.349066Z_f282cdd1-8ec7-477c-8ca4-d9724c4f53e1",
    "entity_name": "mgr.0a056e1c853e75f70e8ee303a80e8ae02f275d02",
    "mgr_module": "nfs",
    "mgr_module_caller": "ActivePyModule::dispatch_remote cluster_ls",
    "mgr_python_exception": "ImportError",
    "os_id": "11",
    "os_name": "Debian GNU/Linux 11 (bullseye)",
    "os_version": "11 (bullseye)",
    "os_version_id": "11",
    "process_name": "ceph-mgr",
    "stack_sig": "32331c9f45167389cb4d1b65ed61be084fdae32c4587dde66f2b89f5f72fff16",
    "timestamp": "2023-04-02T02:49:27.349066Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.102-1-pve",
    "utsname_sysname": "Linux",
    "utsname_version": "#1 SMP PVE 5.15.102-1 (2023-03-14T13:48Z)" 
}

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