Re: [Cause found, no patch yet] knfsd: nfs_revalidate_inode fails.

G. Allen Morris III (gam3@dharma.sehda.com)
Tue, 17 Nov 1998 16:28:02 -0800


>>>David Woodhouse said:
> OK, I think I've found the reason why I get NFS failures when rebooting the
> server.

I am fairly certain that this is a problem in H.J.'s kmountd. When kmountd
get a request to mount /home_1/cjd it should export the longest path that
is a substring of `/home_1/cjd'. In this case `/home_1' (I assume that
`/home_1/cjd' is not in the exports file of the server).
It should then call getfd with `/home_2/cjd'.

The paths in `/etc/exports', `/var/lib/nfsxtab', and `/proc/fs/nfs' should
all be the same!

Allen

> server /proc/fs/nfs $ egrep home.*devel2 exports
> /home_2/pican devel2.axiom.internal(rw,no_root_squash,async,wdelay) # 10.0
.1.4
> /home_2/wfc devel2.axiom.internal(rw,no_root_squash,async,wdelay) # 10.0
.1.4
> /home_2/elaine devel2.axiom.internal(rw,no_root_squash,async,wdelay) # 10.0
.1.4
> /home_2/dwmw2 devel2.axiom.internal(rw,no_root_squash,async,wdelay) # 10.0
.1.4
> /home_1/cjd devel2.axiom.internal(rw,no_root_squash,async,wdelay) # 10.0
.1.4

---------------------------------
G. Allen Morris III

-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@vger.rutgers.edu
Please read the FAQ at http://www.tux.org/lkml/