Project

General

Profile

Actions

Bug #56373

open

crash: File "mgr/dashboard/module.py", in serve: uri = self.await_configuration()

Added by Telemetry Bot almost 2 years ago. Updated over 1 year 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):

69ae31de03a33a1bebc49df7fcbaa47b892fe81e9caab58ca7a9fe96739e0df9


Description

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

Sanitized backtrace:

    File "mgr/dashboard/module.py", in serve: uri = self.await_configuration()
    File "mgr/dashboard/module.py", in await_configuration: uri = self._configure()
    File "mgr/dashboard/module.py", in _configure: verify_tls_files(cert_fname, pkey_fname)
    File "mgr/mgr_util.py", in verify_tls_files: pkey.check()
    File "/lib/python3.6/site-packages/OpenSSL/crypto.py", in check: raise TypeError("key type unsupported")

Crash dump sample:
{
    "archived": "2022-06-19 12:44:53.062169",
    "backtrace": [
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 475, in serve\n    uri = self.await_configuration()",
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 211, in await_configuration\n    uri = self._configure()",
        "  File \"/usr/share/ceph/mgr/dashboard/module.py\", line 172, in _configure\n    verify_tls_files(cert_fname, pkey_fname)",
        "  File \"/usr/share/ceph/mgr/mgr_util.py\", line 637, in verify_tls_files\n    pkey.check()",
        "  File \"/lib/python3.6/site-packages/OpenSSL/crypto.py\", line 344, in check\n    raise TypeError(\"key type unsupported\")",
        "<redacted>" 
    ],
    "ceph_version": "17.2.0",
    "crash_id": "2022-06-19T12:37:02.525543Z_a3e564dd-3fb6-4d0e-8791-4f3f6bd878b3",
    "entity_name": "mgr.71708805154dbf89d8ee4f9a6931dce697a6ecc6",
    "mgr_module": "dashboard",
    "mgr_module_caller": "PyModuleRunner::serve",
    "mgr_python_exception": "TypeError",
    "os_id": "centos",
    "os_name": "CentOS Stream",
    "os_version": "8",
    "os_version_id": "8",
    "process_name": "ceph-mgr",
    "stack_sig": "fc0169cae1584d80d4a6905840b4b054c323aa137dc26faaddf9d63e50f91821",
    "timestamp": "2022-06-19T12:37:02.525543Z",
    "utsname_machine": "x86_64",
    "utsname_release": "5.15.0-30-generic",
    "utsname_sysname": "Linux",
    "utsname_version": "#31-Ubuntu SMP Thu May 5 10:00:34 UTC 2022" 
}

Actions #1

Updated by Telemetry Bot almost 2 years ago

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

Also available in: Atom PDF