mirror of
https://git.openafs.org/openafs.git
synced 2025-01-31 05:27:44 +00:00
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 <mbarbosa@sinenomine.net> Reviewed-by: Mark Vitale <mvitale@sinenomine.net> Tested-by: BuildBot <buildbot@rampaginggeek.com> Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
This commit is contained in:
parent
43a66de66c
commit
cd52915b3e
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user