Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 5 Mar 2016 21:01:54 +0700
From:      Eugene Grosbein <eugen@grosbein.net>
To:        Dmitry Sivachenko <trtrmitya@gmail.com>
Cc:        FreeBSD Stable ML <stable@freebsd.org>
Subject:   Re: nfs_getpages: error 4
Message-ID:  <56DAE6D2.5040309@grosbein.net>
In-Reply-To: <ED06D277-F19B-46F4-BD61-08B6AD10326B@gmail.com>
References:  <A2A32332-4D9D-40DF-9DEC-EE9000879416@gmail.com> <56DACD4E.3070905@grosbein.net> <550ADE4F-9F60-44FB-BF07-A1384A6B7B1A@gmail.com> <56DAE033.9020304@grosbein.net> <ED06D277-F19B-46F4-BD61-08B6AD10326B@gmail.com>

next in thread | previous in thread | raw e-mail | index | archive | help
05.03.2016 20:42, Dmitry Sivachenko пишет:

>> and to discover what version is broken. And show full mount command/option set.
> I already included mount flags from fstab in my original e-mail:
>
> rw,bg,intr,soft

If that's only options you use, there is another workaround: add options
rsize=1024,wsize=1024 to avoid possible packet reassemply/defragmentation
related bugs.

Again, error 4 is EINTR so you could disable both "soft" and "intr" options for test.
Anyway, re-read mount_nfs(8) manual page, section BUGS before switch to NFSv4.





Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?56DAE6D2.5040309>