Bug 116269

Summary: warning issued from NFS mount
Product: Red Hat Enterprise Linux 4 Reporter: Glen A. Foster <glen.foster>
Component: util-linuxAssignee: Elliot Lee <sopwith>
Status: CLOSED NOTABUG QA Contact: Ben Levenson <benl>
Severity: medium Docs Contact:
Priority: medium    
Version: 4.0CC: bernd.bartmann, jturner
Target Milestone: ---   
Target Release: ---   
Hardware: i386   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2004-02-23 21:15:22 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 Glen A. Foster 2004-02-19 16:25:27 UTC
Description of problem: after creating an entry in /etc/fstab to set
up an NFS mount, I get the following error with an NFS mount -- the
mount does succeed, but something should change to get rid of the message:

nfs warning: mount version older than kernel

Version-Release number of selected component (if applicable):
# rpm -q kernel util-linux
kernel-2.6.1-1.138.2.1
util-linux-2.12pre-3

How reproducible: very

Steps to Reproduce:
1. perform an NFS mount on RHEL4

Comment 1 Elliot Lee 2004-02-23 21:15:22 UTC
It's OK for the message to be there. It's just a warning.

Comment 2 Glen A. Foster 2004-02-23 22:07:12 UTC
Strange this is not a bug.  Every other NFS mount warning I've ever
reported was closed FIXED, not NOTABUG.  Are you certain?  Is this the
behavior RHEL4 will exhibit?  If so, we need to document this
somewhere; if not, please consider re-opening this defect and closing
it when an appropriate fix is implemented.

Comment 3 Elliot Lee 2004-02-24 14:55:58 UTC
*** Bug 115606 has been marked as a duplicate of this bug. ***

Comment 4 Elliot Lee 2004-02-24 15:35:43 UTC
*** Bug 115003 has been marked as a duplicate of this bug. ***

Comment 5 Elliot Lee 2004-02-24 15:41:34 UTC
Unfortunately it's the kernel that prints out this message, so I can't
just disable it in /bin/mount. The kernel prints it out when the mount
program isn't as recent as the kernel's NFS mount structure...
According to the source code, this message will go away when we start
using the >= 2.6.2 kernel - /bin/mount just doesn't support the
particular NFS mount structure found in early 2.6.[01] kernels.