Bug 823018
| Summary: | link of a delegated file fails (due to server returning NOENT instead of DELAY) | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | J. Bruce Fields <bfields> | ||||
| Component: | kernel | Assignee: | J. Bruce Fields <bfields> | ||||
| Status: | CLOSED ERRATA | QA Contact: | Eryu Guan <eguan> | ||||
| Severity: | high | Docs Contact: | |||||
| Priority: | unspecified | ||||||
| Version: | 6.3 | CC: | eguan, jiali, jstancek, yanwang | ||||
| Target Milestone: | rc | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | Doc Type: | Bug Fix | |||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2013-02-21 05:55:09 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: | |||||||
| Attachments: |
|
||||||
|
Description
J. Bruce Fields
2012-05-18 19:24:40 UTC
Created attachment 585472 [details]
nfsd: link returns nfserr_delay when breaking lease
This is fixed upstream by Casey bodley's 7d751f6f8c679 "nfsd: link returns nfserr_delay when breaking lease", which still applies cleanly to the rhel6 kernel.
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. This request was not resolved in time for the current release. Red Hat invites you to ask your support representative to propose this request, if still desired, for consideration in the next release of Red Hat Enterprise Linux. *** Bug 827846 has been marked as a duplicate of this bug. *** This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux release for currently deployed products. This request is not yet committed for inclusion in a release. Reproduced on kernel-2.6.32-279.el6
# Server is kernel-2.6.32-279.el6
[root@hp-dl388g8-03 nfs4.0]# ./testserver.py $SERVER:/mnt/nfsexport link DELEG15b
*****CB received COMPOUND******
******* CB_Recall (id=1)********
**************************************************
DELEG15b st_delegation.testLink : FAILURE
link which causes recall should return NFS4_OK or
NFS4ERR_DELAY, instead got NFS4ERR_NOENT
LINK2 st_link.testNoSfh : PASS
LINK3 st_link.testNoCfh : PASS
LINKS st_link.testSupported : PASS
**************************************************
Command line asked for 22 of 650 tests
Of those: 18 Skipped, 1 Failed, 0 Warned, 3 Passed
Verified on kernel-2.6.32-355.el6
[root@hp-dl388g8-03 nfs4.0]# ./testserver.py $SERVER:/mnt/nfsexport link DELEG15b
*****CB received COMPOUND******
******* CB_Recall (id=1)********
Sleeping for 1 seconds: Got NFS4ERR_DELAY on link
Woke up
**************************************************
DELEG15b st_delegation.testLink : PASS
LINK2 st_link.testNoSfh : PASS
LINK3 st_link.testNoCfh : PASS
LINKS st_link.testSupported : PASS
**************************************************
Command line asked for 22 of 650 tests
Of those: 18 Skipped, 0 Failed, 0 Warned, 4 Passed
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, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2013-0496.html |