Bug 640792

Summary: Fedora 14 nfs service does not work
Product: [Fedora] Fedora Reporter: Eric Sokolowsky <esok127>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: high Docs Contact:
Priority: low    
Version: 14CC: esok127, jlayton, steved
Target Milestone: ---   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2010-12-01 17:08:19 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 Eric Sokolowsky 2010-10-06 19:37:27 UTC
Description of problem:

Fedora 14 does not properly serve files with nfs, even to same host.

Version-Release number of selected component (if applicable):


How reproducible:

Always. 

Steps to Reproduce:
1. [ edit /etc/exportfs to export any mounted directory to local subnet ]
2. service nfs start
3. mkdir /mnt/test
4. mount -t nfs -o rw,hard,intr,bg xxx:/path /mnt/test
  
Actual results:

A message onscreen that the request is being backgrounded; multiple messages in /var/log/messages: "mount to NFS server '192.168.10.1' failed: Stale NFS file handle, retrying"

Expected results:

mounted filesystem

Additional info:

Tested on Mac Mini 2010 model running Fedora 14 beta, kernel 2.6.35.4-28.fc14.x86_64 or kernel 2.6.35.6-37.fc14.x86_64. I also tried the same steps on Fedora 13 and it worked without trouble. I tried to use Fedora 14 as the client and Fedora 13 as the NFS server and was successful. I was unable to use Fedora 13 as the client and Fedora 14 as the server; the Fedora 13 machine showed exactly the same symptoms and didn't mount the volume.

Comment 1 Steve Dickson 2010-10-15 23:01:00 UTC
Please update to the latest nfs-utils vers

https://admin.fedoraproject.org/updates/nfs-utils-1.2.3-1.fc14

to see if the problem still exists. tia...

Comment 2 Eric Sokolowsky 2010-11-19 14:11:00 UTC
Testing after updating to Fedora 14 Release solved problem. Thank you.