Bug 2219093
Summary: | MGR process hung - pybind/cephfs: holds GIL during rmdir | |||
---|---|---|---|---|
Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | bmcmurra | |
Component: | Ceph-Mgr Plugins | Assignee: | Patrick Donnelly <pdonnell> | |
Ceph-Mgr Plugins sub component: | volumes | QA Contact: | Hemanth Kumar <hyelloji> | |
Status: | CLOSED ERRATA | Docs Contact: | Rivka Pollack <rpollack> | |
Severity: | urgent | |||
Priority: | urgent | CC: | akraj, assingh, bhubbard, gjose, hyelloji, kdreyer, kjosy, knakai, lema, mcaldeir, nojha, pdhange, pdonnell, rmandyam, rrajaram, rsachere, rzarzyns, tsaito, vumrao | |
Version: | 5.1 | Keywords: | Reopened | |
Target Milestone: | --- | |||
Target Release: | 7.0 | |||
Hardware: | x86_64 | |||
OS: | Linux | |||
Whiteboard: | ||||
Fixed In Version: | ceph-18.2.0-1 | Doc Type: | Bug Fix | |
Doc Text: |
.Python tasks no longer wait for the GIL
Previously, the Ceph manager daemon held the Python global interpreter lock (GIL) during some RPCs with the Ceph MDS, due to which, other Python tasks are starved waiting for the GIL.
With this fix, the GIL is released during all `libcephfs`/`librbd` calls and other Python tasks may acquire the GIL normally.
|
Story Points: | --- | |
Clone Of: | ||||
: | 2219173 2219440 (view as bug list) | Environment: | ||
Last Closed: | 2023-12-13 15:20:36 UTC | Type: | Bug | |
Regression: | --- | Mount Type: | --- | |
Documentation: | --- | CRM: | ||
Verified Versions: | Category: | --- | ||
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | ||
Cloudforms Team: | --- | Target Upstream Version: | ||
Embargoed: | ||||
Bug Depends On: | ||||
Bug Blocks: | 2210690, 2219173, 2219440, 2237662 |
Comment 28
tsaito
2023-07-28 01:06:39 UTC
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory (Red Hat Ceph Storage 7.0 Bug Fix update), and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. https://access.redhat.com/errata/RHBA-2023:7780 |