Bug 496121
| Summary: | NFS server reboot results in "Stale NFS file handle" | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 4 | Reporter: | johnschmidt4 |
| Component: | nfs-utils | Assignee: | Steve Dickson <steved> |
| Status: | CLOSED DUPLICATE | QA Contact: | BaseOS QE <qe-baseos-auto> |
| Severity: | medium | Docs Contact: | |
| Priority: | low | ||
| Version: | 4.7 | CC: | brsmith, casmith, jlayton, johnschmidt4, staubach, steved |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | 473396 | Environment: | |
| Last Closed: | 2009-07-28 19:20:53 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
johnschmidt4
2009-04-16 18:32:48 UTC
Now that I look closer, it looks like this is already fixed in RHEL4:
[ "$NFSD_MODULE" != "noload" ] && {
[ -x /sbin/modprobe ] && /sbin/modprobe nfsd
}
action $"Starting NFS services: " /usr/sbin/exportfs -r
...and /etc/modprobe.conf.dist has this:
install nfsd /sbin/modprobe --first-time --ignore-install nfsd && { /bin/mount -t nfsd nfsd /proc/fs/nfsd > /dev/null 2>&1 || :; }
...so when the modprobe occurs, the nfsd filesystem will get mounted up (assuming they don't have it set up to "noload").
This is on nfs-utils-1.0.6-90.EL4.x86_64. Looks like it went in with the bugfix for 461043.
Closing this as a duplicate of 461043 since it looks like this was fixed at the same time as that bug. *** This bug has been marked as a duplicate of bug 461043 *** |