Bug 696376
Summary: | server BUG() on receipt of bad NFSv4 lock request | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | J. Bruce Fields <bfields> |
Component: | kernel | Assignee: | J. Bruce Fields <bfields> |
kernel sub component: | NFS | QA Contact: | Filesystem QE <fs-qe> |
Status: | CLOSED ERRATA | Docs Contact: | |
Severity: | urgent | ||
Priority: | unspecified | CC: | cmarthal, klaus.steinberger, kzhang, liko, mzywusko, rwheeler, syeghiay |
Version: | 6.1 | Keywords: | Regression |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | kernel-2.6.32-131.0.5.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 12:42:50 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
J. Bruce Fields
2011-04-13 22:49:47 UTC
Fix commited upstream as 23fcf2ec93fb8573a653408316af599939ff9a8e Simplest reproducer I've found is a) open a file b) restart the server c) get a lock on the open file descriptor while the server is still in its grace period (so within 90 seconds of step b). 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. *** Bug 697032 has been marked as a duplicate of this bug. *** Patch(es) available on kernel-2.6.32-131.0.5.el6 I ran into this during cluster relocation tests while running a -132 based kernel. I re-ran it with kernel-2.6.32-131.0.5.el6.x86_64 and made it through the relocation tests. Is there a clone to make sure this patch makes it into 6.2? It's in as of kernel-2.6.32-134.el6. As I understand it, that means it should be headed for both 6.1 and 6.2 already. Sounds good, I'll mark this verified for 6.1. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0542.html (In reply to J. Bruce Fields from comment #3) > Simplest reproducer I've found is: > a) open a file > b) restart the server > c) get a lock on the open file descriptor while the server is still in its grace period (so within 90 seconds of step b). This scenario has been covered by many tests under /kernel/filesystems/nfs/function/nfslock/ already. |