Re: 2.6.0-test6 NFS?

From: Patrick Mau
Date: Sat Oct 11 2003 - 03:38:06 EST


On Wed, Oct 08, 2003 at 06:49:03PM -0400, Robert L. Harris wrote:
>
>
> I've been trying to run my NFS server on 2.6 kernels for a while now.
> My desktop and my Firewall are both 2.6 already and happy. My
> fileserver though is giving me an ulcer.

[...]

> I get the stale handles. Reverting back to 2.4 and all is well on the
> same export and mount configs.
>
> Thoughts?

Hallo Robert,

you could search the archives for "NFS Problem" and "STALE", you
will probably find my post near end of September. The short solution:

Use "no_subtree_check" in /etc/exports like this:

/home \
tony.local.net(rw,sync,no_root_squash,no_subtree_check)

I think I have found a bug in the nfs server code that always
returns a failure on subtree checks. I described my findings in
a post to this list, but nobody answered.

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