Bug 2355691

Summary: Prevent hangs and delays when the libcephfs proxy is used
Product: [Red Hat Storage] Red Hat Ceph Storage Reporter: Xavi Hernandez <jahernan>
Component: CephFSAssignee: Xavi Hernandez <jahernan>
Status: VERIFIED --- QA Contact: Mohit Bisht <mobisht>
Severity: high Docs Contact: Rivka Pollack <rpollack>
Priority: unspecified    
Version: 8.1CC: anoopcs, ceph-eng-bugs, cephqe-warriors, hyelloji, mobisht, rpollack, sprabhu, tserlin, vshankar
Target Milestone: ---   
Target Release: 8.1   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: ceph-19.2.1-130.el9cp Doc Type: Bug Fix
Doc Text:
.Inode invalidation operations now complete faster Previously, an extra reference to an inode was taken in some cases that was never released. As a result, operations requiring inode invalidation were delayed until a timeout elapsed, making them very slow. With this fix, the extra reference is avoided, allowing these operations to complete much faster without unnecessary delays.
Story Points: ---
Clone Of: Environment:
Last Closed: 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: 2351689    

Description Xavi Hernandez 2025-03-28 08:30:48 UTC
A recent bug has been descovered in libcephfs (https://tracker.ceph.com/issues/70553) that could cause delays in some operations and even hangs during disconnection.