Bug 486751 - umount.nfs: error message when unmounting mount done with vers= option
Summary: umount.nfs: error message when unmounting mount done with vers= option
Keywords:
Status: CLOSED RAWHIDE
Alias: None
Product: Fedora
Classification: Fedora
Component: nfs-utils
Version: 11
Hardware: All
OS: Linux
low
medium
Target Milestone: ---
Assignee: Jeff Layton
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard: cthon09
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2009-02-21 18:54 UTC by Jeff Layton
Modified: 2009-06-11 17:28 UTC (History)
2 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2009-06-11 17:28:42 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)

Description Jeff Layton 2009-02-21 18:54:40 UTC
Problem in a nutshell:

[root@redhat-11 cthon04]# mount -t nfs  -o vers=3 redhat-2:/server /mnt/cthon/
[root@redhat-11 cthon04]# umount -v /mnt/cthon
umount.nfs: Server failed to unmount '172.16.16.2:/server'
redhat-2:/server umounted

...but...

[root@redhat-11 cthon04]# mount -t nfs redhat-2:/server /mnt/cthon/
[root@redhat-11 cthon04]# umount -v /mnt/cthon
umount.nfs: trying 172.16.16.2 prog 100005 vers 3 prot UDP port 797
redhat-2:/server umounted

...so we get an error message when unmounting if the mount was done with vers= option set. If it's not set, then we don't get an error.

Comment 1 Bug Zapper 2009-06-09 11:34:01 UTC
This bug appears to have been reported against 'rawhide' during the Fedora 11 development cycle.
Changing version to '11'.

More information and reason for this action is here:
http://fedoraproject.org/wiki/BugZappers/HouseKeeping

Comment 2 Steve Dickson 2009-06-11 17:28:42 UTC
This has been fixed in nfs-utils-1.2.0-3


Note You need to log in before you can comment on or make changes to this bug.