Subject: EJUKEBOX/ETRYLATER
To: None <tech-kern@netbsd.org>
From: YAMAMOTO Takashi <yamt@mwd.biglobe.ne.jp>
List: tech-kern
Date: 07/22/2003 23:10:23
hi,

RFC1813(NFSv3) says that, after getting NFSERR_JUKEBOX,
the client should wait and try the request again with a new XID.
but our client re-use the same XID.  i'd like to fix it.

however, the code is also used for NQNFS NFSERR_TRYLATER handling
and i'm not sure what should be done in that case.
should i keep current behaviour
(i.e. use the same XID for the request even after NFSERR_ETRYLATER)
for NQNFS?  or can i change it as well?

YAMAMOTO Takashi