Bug 5674
Summary: | NFS filesystems are mounted before NFS server is started | ||
---|---|---|---|
Product: | [Retired] Red Hat Linux | Reporter: | Chris Siebenmann <cks-rhbugzilla> |
Component: | initscripts | Assignee: | Bill Nottingham <notting> |
Status: | CLOSED WONTFIX | QA Contact: | |
Severity: | medium | Docs Contact: | |
Priority: | medium | ||
Version: | 6.0 | CC: | 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: | 2003-01-24 18:36:20 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
Chris Siebenmann
1999-10-07 06:40:22 UTC
NFS filesystem mounting is before server starting because the server uses stuff that's on /usr. This probably won't be changed without moving the NFS server stuff to /sbin. (admittedly, running the nfs server off of NFS is an odd case...) I think that the better (and easier) solution is to have a new /etc/rc.d/init.d file (and step) that mounts /usr early on if it's not already mounted, just after the network and portmap and so on have been started, and then move the netfs mount-everything after the various remote filesystem servers have been started. Bug 5674 has been closed as Red Hat Linux 6.0 is not supported by Red Hat any longer, and the problem is not one that seems easily fixed. The mounting of /usr before other services might cause problems on clients that mount /usr off the net. In general, the advice from Unix System Administration Handbook and other books is NOT to architect your network with 2 servers needing cross mounts from each other. It is prone to cause problems beyond the boot-time race condition no matter the OS. |