]> git.saurik.com Git - apple/network_cmds.git/blobdiff - rpc_lockd.tproj/rpc.lockd.8
network_cmds-245.8.tar.gz
[apple/network_cmds.git] / rpc_lockd.tproj / rpc.lockd.8
index e4172df6d321e395521a3117e33aecf7ff1ef0e8..191bbec43ffdb12b5297bac8739b5352bcc5f064 100644 (file)
@@ -43,6 +43,7 @@
 .Nm
 .Op Fl d Ar debug_level
 .Op Fl g Ar grace period
+.Op Fl x Ar statd cache period
 .Sh DESCRIPTION
 The
 .Nm
@@ -93,6 +94,16 @@ locking daemon(s).  This may be used on NFS clients to defer starting the
 NFS locking daemons until it is known that they will be needed.  (Note:
 .Xr rpc.statd 8
 will also be started if it isn't already running)
+.It Fl x
+The
+.Fl x
+option tells rpc.lockd how long to cache state records for contacting
+client
+.Xr rpc.statd 8
+implementations.  Setting it to zero will disable the cache which will
+make lock and unlock requests from a single client more expensive because
+of additional interaction with the client's statd.  The default cache time
+is 60 seconds.
 .El
 .Pp
 Error conditions are logged to syslog, irrespective of the debug level,