Home
last modified time | relevance | path

Searched hist:"7 e53f16baa3a02118f40c50587efde0338b5053e" (Results 1 – 1 of 1) sorted by relevance

/freebsd/sbin/mount_nfs/
H A Dmount_nfs.8diff 7e53f16baa3a02118f40c50587efde0338b5053e Sun Jun 18 22:02:20 CEST 2023 Rick Macklem <rmacklem@FreeBSD.org> mount_nfs.8: Note a case where the "nconnect" option does not work

The "nconnect" NFS mount option will not work
correctly for servers where the TCP connections
might connect to different NFS clusters that do not
share NFSv4.1/4.2 state information, such as file locks.

This patch adds a sentence to the "nconnect" section
of mount_nfs.8 noting this case.

This is a content change.

Reviewed by: karels, pauamma_gundo.com (manpages)
MFC after: 2 weeks
Differential Revision: https://reviews.freebsd.org/D40547