[Midnightbsd-cvs] [MidnightBSD/src] 2ef01b: If the "intr" and/or "soft" mount options are used...
Lucas Holt
noreply at github.com
Wed Feb 1 20:25:12 EST 2023
Branch: refs/heads/master
Home: https://github.com/MidnightBSD/src
Commit: 2ef01bb3f45cbff79130a46b59bdb0bb80f0cb92
https://github.com/MidnightBSD/src/commit/2ef01bb3f45cbff79130a46b59bdb0bb80f0cb92
Author: Lucas Holt <luke at foolishgames.com>
Date: 2022-12-31 (Sat, 31 Dec 2022)
Changed paths:
M sbin/mount_nfs/mount_nfs.8
Log Message:
-----------
If the "intr" and/or "soft" mount options are used for
NFSv4 mounts, the protocol can be broken when the
operation returns without waiting for the RPC reply.
The likelyhood of failure increases for NFSv4.1/4.2
mounts, since the session slot will be broken when
an RPC reply is not processed.
This is mentioned in the BUGS section of "man mount_nfs",
but there was no specific mention of the session slot
problem. This patch adds a sentence for this case.
More information about the Midnightbsd-cvs
mailing list