summaryrefslogtreecommitdiff
path: root/sbin/mount_nfs/mount_nfs.8
diff options
context:
space:
mode:
authorMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-24 15:43:29 +0000
committerMichael Shalayeff <mickey@cvs.openbsd.org>2000-05-24 15:43:29 +0000
commit04524cab17e949e78d84afe42e0820ed8d62b0d0 (patch)
treefa33f179c83e27c4a0729c66935dd153b5c3c7ff /sbin/mount_nfs/mount_nfs.8
parent8fd465a2b9ec1b2e9041eb7166818e79ccb81af3 (diff)
a note on how to rule the daemons, nfsio threads in this reincarnation
Diffstat (limited to 'sbin/mount_nfs/mount_nfs.8')
-rw-r--r--sbin/mount_nfs/mount_nfs.819
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