Bug 2138866
Summary: | NFS server umount a filesystem fails with EBUSY after it's exported and a subdirectory is mounted via NFSv4.0 | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 9 | Reporter: | Yongcheng Yang <yoyang> |
Component: | kernel | Assignee: | Jeff Layton <jlayton> |
kernel sub component: | NFS | QA Contact: | Yongcheng Yang <yoyang> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | unspecified | ||
Priority: | unspecified | CC: | jlayton, nfs-team, xzhou |
Version: | 9.2 | Keywords: | Regression, Reproducer, Triaged |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | kernel-5.14.0-202.el9 | Doc Type: | If docs needed, set a value |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2023-05-09 08:05:48 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: |
Description
Yongcheng Yang
2022-10-31 14:20:53 UTC
Bisect landed here: commit 876c553cb41026cb6ad3cef970a35e5f69c42a25 Author: Jeff Layton <jlayton> Date: Tue Jul 26 16:45:30 2022 +1000 NFSD: verify the opened dentry after setting a delegation I think I see the bug. We're not putting the export reference like we should in nfsd4_verify_deleg_dentry. Making this bug public. Patch sent upstream: https://lore.kernel.org/linux-nfs/20221108162311.320755-1-jlayton@kernel.org/T/#u I'll probably fold this fix into our larger bugfix MR for 9.2. Verified in kernel-5.14.0-202.el9: https://beaker.engineering.redhat.com/jobs/7285842 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 (Important: kernel security, bug fix, and enhancement 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/RHSA-2023:2458 |