]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
mount_nfs: update man page description for oneopenown
authorRick Macklem <rmacklem@FreeBSD.org>
Mon, 18 Jan 2021 03:00:41 +0000 (19:00 -0800)
committerRick Macklem <rmacklem@FreeBSD.org>
Mon, 18 Jan 2021 03:00:41 +0000 (19:00 -0800)
commit448de00de556753575ec0a2e705712e7c606e680
treed44730b53fb962b54021708fa4a2ab5d41dedc0a
parent25c2c952e3f64ec1a59033c0e2dc870a6c818a84
mount_nfs: update man page description for oneopenown

A recent email discussion indicated that a large
accumulation of NFSv4 Opens was occurring on
a mount. This appears to have been caused by a
shared library within the mount being used by
several processes, such that there is always at
least one of these processes running.
A new Open was created by each process and
were not closed, since all the Opens were never
closed. This is alleviated by using the
"oneopenown" mount option.

This man page update attempts to indicate the
use of "oneopenown" for this case.

This is a content change.

Reported by: j.david.lists@gmail.com
Reviewed by: 0mp
MFC: 1 month
Differential Revision: https://reviews.freebsd.org/D28215
sbin/mount_nfs/mount_nfs.8