On Sun, Feb 07, 2010 at 05:23:49PM +0900, OGAWA Hirofumi wrote:
No, the -N4 tells rpc.mountd to turn off NFSv4 support before starting
the server.
The problem is that the server is accepting NFSv4 rpc calls even though
it doesn't actually support v4, so the mount fails a few rpc's later
with an odd error.
I changed that error around the same time "mount" on the client was
modified to start trying v4 support first, and the mount code included a
workaround for the linux server behavior that only handled exactly the
old errors.
--b.
--