Bug 526871

Summary: nfs mounting should fallback to v3
Product: [Fedora] Fedora Reporter: Jens Petersen <petersen>
Component: nfs-utilsAssignee: Steve Dickson <steved>
Status: CLOSED CURRENTRELEASE QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: medium Docs Contact:
Priority: low    
Version: rawhideCC: steved
Target Milestone: ---Keywords: Regression
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2009-11-12 15:30:02 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 Jens Petersen 2009-10-02 08:29:52 UTC
Description of problem:
After doing a fresh rawhide install yesterday I can no longer
mount local nfs3 exports like I used to be able to.

Version-Release number of selected component (if applicable):
nfs-utils-1.2.0-13.fc12

How reproducible:
every time

Steps to Reproduce:
1. install rawhide
2. try to mount an nfs3 server
# showmount -e fileserver
# mount fileserver:/exports/pub /mnt
  
Actual results:
mount.nfs: mounting fileserver:/exports/pub failed, reason given by server:
  No such directory

Expected results:
nfs server to mount or at least an intelligible error like
"nfs v3 server: please use '-o v3' mount option".

Additional info:
I do hope fallback to version 3 can be done -
there are still many nfs3 server around in production.

Comment 1 Steve Dickson 2009-10-02 12:50:13 UTC
Fixed in nfs-utils-1.2.0-14.fc12

Please verify...