nfs_getpages: error 4
Eugene Grosbein
eugen at grosbein.net
Sat Mar 5 14:02:06 UTC 2016
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.
More information about the freebsd-stable
mailing list