LWP fileserver is no more 29/11529/10
authorBenjamin Kaduk <kaduk@mit.edu>
Tue, 7 Oct 2014 21:17:08 +0000 (17:17 -0400)
committerBenjamin Kaduk <kaduk@mit.edu>
Wed, 6 Jul 2016 02:14:43 +0000 (22:14 -0400)
Don't mention it in the man pages.

Change-Id: I8a6d706f055545642116af5a98fa8c04f533b990
Reviewed-on: https://gerrit.openafs.org/11529
Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

doc/man-pages/pod8/fragments/fileserver-description.pod
doc/man-pages/pod8/fragments/fileserver-options.pod

index 155505f..450a38b 100644 (file)
@@ -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
index f771823..378f630 100644 (file)
@@ -28,7 +28,7 @@ and C<125>. The default value of C<0> produces only a few messages.
 
 =item B<-p> <I<number of processes>>
 
-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> <I<timeout in seconds>>
 
 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> <always | onclose | none>
 
 This option changes how hard the fileserver tries to ensure that data written