Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 4 Aug 1999 12:33:11 -0400 (EDT)
From:      Alfred Perlstein <bright@rush.net>
To:        Peter Wemm <peter@FreeBSD.ORG>
Cc:        cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG
Subject:   Re: cvs commit: src/sys/nfs nfsm_subs.h
Message-ID:  <Pine.BSF.3.96.990804122853.20420F-100000@cygnus.rush.net>
In-Reply-To: <199908041441.HAA13225@freefall.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Wed, 4 Aug 1999, Peter Wemm wrote:

> peter       1999/08/04 07:41:40 PDT
> 
>   Modified files:
>     sys/nfs              nfsm_subs.h 
>   Log:
>   Don't over-allocate and over-copy shorter NFSv2 filehandles and then
>   correct the pointers afterwards.
>   
>   It's kinda bogus that we generate a 24 (?) byte filehandle (2 x int32
>   fsid and 16 byte VFS fhandle) and pad it out to 64 bytes for NFSv3 with
>   garbage.  The whole point of NFSv3's variable filehandle length was
>   to allow for shorter handles, both in memory and over the wire.  I plan
>   on taking a shot at fixing this shortly.
>   
>   Revision  Changes    Path
>   1.25      +11 -10    src/sys/nfs/nfsm_subs.h
> 

while you are investigating that keep an eye open for the reason
that NFS has become stateful lately.

basically, if your server reboots, you must remount the 
filesystems or you will get ESTALE on the client side.

i'm going to test whether this is a client or server 
problem soon then see if i can find it myself.

-Alfred Perlstein - [bright@rush.net|bright@wintelcom.net] 
systems administrator and programmer
    Wintelcom - http://www.wintelcom.net/



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.3.96.990804122853.20420F-100000>