Bug 110253

Summary: nfs does not mount on bot as netfs parses /etc/fstab before nic has completed auto-neg,
Product: Red Hat Enterprise Linux 3 Reporter: danny <danny.hallwood>
Component: initscriptsAssignee: Bill Nottingham <notting>
Status: CLOSED DUPLICATE QA Contact: Brock Organ <borgan>
Severity: medium Docs Contact:
Priority: medium    
Version: 3.0CC: danny.hallwood, eric.eisenhart, rvokal
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2006-02-21 19:00: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 danny 2003-11-17 16:59:37 UTC
Description of problem:
netfs attempts to mount nfs shares whilst nic is still 
autonegotiating port speed.


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

How reproducible:
every time


Steps to Reproduce:
1. boot server
2.
3.
  
Actual results:
no nfs mounts, error is rpc no route to host


Expected results:
nfs mounts should be mounted 


Additional info:
a sleep in netfs of a couple of seconds fixes this. The netfs init 
script should test the network interface has completed autoneg before 
trying to mount nfs shares, or indeed perform any network dependant 
actions.

This happens on all our ES boxes built on standard  HP DL360/DL380 
servers connected to a cisco switch infrastructure.

Comment 1 Bill Nottingham 2003-11-17 19:53:40 UTC
Static IPs?

Comment 2 danny 2003-11-17 20:08:19 UTC
The machine has two static ip address's, 1 bound to each Nic. The 
problem appears to be:

ifconfig plumbs the Nics, this then exits, our portmap is started and 
netfs attempts to mount the nfs share. Unfortunately the nics whilst 
up are still negotiating the connection media, 100 full 100 half 10 
half etc, by the time they have negotiated a media the nfs shares 
have failed to mount.
When the box has finished booting the nics have negotioated a medium. 
meaning I can login and manually mount the share using fstab. ie 
mount /www/.




Comment 3 Eric Eisenhart 2003-12-10 19:34:27 UTC
I believe this is the same basic problem as in 107999; I attached a
workaround there.

Comment 4 Bill Nottingham 2003-12-10 20:09:10 UTC

*** This bug has been marked as a duplicate of 107999 ***

Comment 5 Red Hat Bugzilla 2006-02-21 19:00:02 UTC
Changed to 'CLOSED' state since 'RESOLVED' has been deprecated.