From cd52915b3e8c8249c5af1cfebd57276cd34a00b9 Mon Sep 17 00:00:00 2001 From: Benjamin Kaduk Date: Tue, 7 Oct 2014 17:17:08 -0400 Subject: [PATCH] LWP fileserver is no more Don't mention it in the man pages. Change-Id: I8a6d706f055545642116af5a98fa8c04f533b990 Reviewed-on: https://gerrit.openafs.org/11529 Reviewed-by: Marcio Brito Barbosa Reviewed-by: Mark Vitale Tested-by: BuildBot Reviewed-by: Benjamin Kaduk --- doc/man-pages/pod8/fragments/fileserver-description.pod | 4 ++-- doc/man-pages/pod8/fragments/fileserver-options.pod | 6 +----- 2 files changed, 3 insertions(+), 7 deletions(-) diff --git a/doc/man-pages/pod8/fragments/fileserver-description.pod b/doc/man-pages/pod8/fragments/fileserver-description.pod index 155505f..450a38b 100644 --- a/doc/man-pages/pod8/fragments/fileserver-description.pod +++ b/doc/man-pages/pod8/fragments/fileserver-description.pod @@ -18,7 +18,7 @@ machine sizes. =item * -The maximum number of lightweight processes (LWPs) or pthreads +The maximum number of threads the File Server uses to handle requests for data; corresponds to the B<-p> argument. The File Server always uses a minimum of 32 KB of memory for these processes. @@ -64,7 +64,7 @@ The default values are: Parameter (Argument) Small (-S) Medium Large (-L) --------------------------------------------------------------------- - Number of LWPs (-p) 6 9 128 + Number of threads (-p) 6 9 128 Number of cached dir blocks (-b) 70 90 120 Number of cached large vnodes (-l) 200 400 600 Number of cached small vnodes (-s) 200 400 600 diff --git a/doc/man-pages/pod8/fragments/fileserver-options.pod b/doc/man-pages/pod8/fragments/fileserver-options.pod index f771823..378f630 100644 --- a/doc/man-pages/pod8/fragments/fileserver-options.pod +++ b/doc/man-pages/pod8/fragments/fileserver-options.pod @@ -28,7 +28,7 @@ and C<125>. The default value of C<0> produces only a few messages. =item B<-p> > -Sets the number of threads (or LWPs) to run. Provide a positive integer. +Sets the number of threads to run. Provide a positive integer. The File Server creates and uses five threads for special purposes, in addition to the number specified (but if this argument specifies the maximum possible number, the File Server automatically uses five @@ -337,8 +337,6 @@ Setting this option to C<0> means to interrupt clients immediately if a volume is waiting to go offline. Setting this option to C<-1> means to wait forever for client requests to finish. The default value is C<-1>. -For the LWP fileserver, the only valid value for this option is C<-1>. - =item B<-offline-shutdown-timeout> > This option behaves similarly to B<-offline-timeout> but applies to @@ -356,8 +354,6 @@ If B<-offline-timeout> is specified, the default value of B<-offline-shutdown-timeout> is the value specified for B<-offline-timeout>. Otherwise, the default value is C<-1>. -For the LWP fileserver, the only valid value for this option is C<-1>. - =item B<-sync> This option changes how hard the fileserver tries to ensure that data written -- 1.9.4