Bug 2429623
| Summary: | [GSS][IBM_Support] Shallow Clone does not work as expected when an RWX clone is in progress. | |||
|---|---|---|---|---|
| Product: | [Red Hat Storage] Red Hat Ceph Storage | Reporter: | Bipin Kunal <bkunal> | |
| Component: | CephFS | Assignee: | Venky Shankar <vshankar> | |
| Status: | CLOSED UPSTREAM | QA Contact: | sumr | |
| Severity: | urgent | Docs Contact: | Rivka Pollack <rpollack> | |
| Priority: | urgent | |||
| Version: | 8.1 | CC: | ceph-eng-bugs, cephqe-warriors, mamohan, muagarwa, ngangadh, prallabh, rpollack, vshankar | |
| Target Milestone: | --- | Flags: | rpollack:
needinfo?
(vshankar) |
|
| Target Release: | 9.0z1 | |||
| Hardware: | Unspecified | |||
| OS: | Unspecified | |||
| Whiteboard: | ||||
| Fixed In Version: | Doc Type: | Known Issue | ||
| Doc Text: |
Cause:
The cephfs python binding which is used by the asynchronous cloner in the volumes module (mgr/volumes), invokes the client library API holding the Python Global Interpreter Lock (GIL).
Consequence:
Since the GIL is held for a prolonged time duration, various other subvolume operations via the volumes module are blocked on acquiring the GIL.
Fix:
Invoke the cephfs client API without holding the GIL.
Result:
Various volumes module operations can progress even when asynchronous clone is ongoing.
|
Story Points: | --- | |
| Clone Of: | ||||
| : | 2429624 (view as bug list) | Environment: | ||
| Last Closed: | 2026-03-05 07:25:28 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: | 2388233, 2429624 | |||
|
Description
Bipin Kunal
2026-01-14 16:19:43 UTC
Please specify the severity of this bug. Severity is defined here: https://bugzilla.redhat.com/page.cgi?id=fields.html#bug_severity. This product has been discontinued or is no longer tracked in Red Hat Bugzilla. |