diff options
author | 2000-05-24 15:43:28 +0000 | |
---|---|---|
committer | 2000-05-24 15:43:28 +0000 | |
commit | 0a337c4b320c27e109a1bcc60f531d70cda71f96 (patch) | |
tree | 0d7b755347e8c36ce6b3d876b28bff539247bffb | |
parent | add ip6(4) into reference. add AF_INET6 samples. (diff) | |
download | wireguard-openbsd-0a337c4b320c27e109a1bcc60f531d70cda71f96.tar.xz wireguard-openbsd-0a337c4b320c27e109a1bcc60f531d70cda71f96.zip |
a note on how to rule the daemons, nfsio threads in this reincarnation
-rw-r--r-- | sbin/mount_nfs/mount_nfs.8 | 19 |
1 files changed, 17 insertions, 2 deletions
diff --git a/sbin/mount_nfs/mount_nfs.8 b/sbin/mount_nfs/mount_nfs.8 index 6560f2cc827..a61ec8932e8 100644 --- a/sbin/mount_nfs/mount_nfs.8 +++ b/sbin/mount_nfs/mount_nfs.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: mount_nfs.8,v 1.18 2000/04/15 02:15:15 aaron Exp $ +.\" $OpenBSD: mount_nfs.8,v 1.19 2000/05/24 15:43:28 mickey Exp $ .\" $NetBSD: mount_nfs.8,v 1.3 1996/02/18 11:59:10 fvdl Exp $ .\" .\" Copyright (c) 1992, 1993, 1994, 1995 @@ -244,11 +244,26 @@ when mounting servers that do not support TCP mounts. .It Fl x Ar retrans Set the retransmit timeout count for soft mounts to the specified value. .El +In versions prior to +.Ox 2.7 +.Nm nfsiod +daemons were running to improve perfomance of client NFS I/O. +This is no longer done this way. +Use +.Xr sysctl 8 +or modify +.Xr sysctl.conf 5 +to adjust the +.Nm vfs.nfs.iothreads +value, which is the number of kernel threads created +to serve asynchronous NFS I/O requests. .Sh SEE ALSO .Xr mount 2 , .Xr unmount 2 , .Xr fstab 5 , -.Xr mount 8 +.Xr mount 8 , +.Xr nfsd 8 , +.Xr sysctl 8 .Sh BUGS Due to the way that Sun RPC is implemented on top of UDP (unreliable datagram) transport, tuning such mounts is really a black art that can only be expected |