Bug 215988

Summary: Cannot mount NFSv3 with nfs-utils-1.0.10-1.fc6
Product: [Fedora] Fedora Reporter: Jeff Bastian <jmbastia>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 6   
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: 1.0.10-3 Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-11-16 21:58:23 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 Jeff Bastian 2006-11-16 18:29:33 UTC
Description of problem:
I applied the latest updates to one of my FC6 systems yesterday and now I cannot
mount anything.  After some experimenting, I found the mount command claims
NFSv3 is not supported:
   # mount -t nfs -o proto=tcp,vers=3 server:/some/dir /mnt
   NFS version 3 is not supported.
   #

However, going directly to mount.nfs works fine:
   # mount.nfs server:/some/dir /mnt -t 3 -o proto=tcp,vers=3
   # 

My other FC6 system still has nfs-utils-1.0.9-8.fc6 and everything works fine on it.


Version-Release number of selected component (if applicable):
nfs-utils-1.0.10-1.fc6

How reproducible:
Every time

Steps to Reproduce:
1. Try to mount with options proto=tcp,vers=3
2. Note error message
3. Try to mount with mount.nfs command and it works
  
Actual results:
mount fails with an error message claiming NFS version 3 is not supported

Expected results:
The mount should work

Additional info:

Comment 1 Steve Dickson 2006-11-16 21:42:47 UTC
yum update nfs-utils to nfs-utils-1.0.10-3 should fix the problem



Comment 2 Jeff Bastian 2006-11-16 21:58:23 UTC
That worked!  Thanks!  Closing BZ.

Jeff