OpenAFS Master Repository branch, openafs-stable-1_4_x, updated. openafs-stable-1_4_12-107-gd3e2b09
Gerrit Code Review
gerrit@openafs.org
Wed, 16 Mar 2011 07:35:49 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_4_x branch:
commit 8c56218c6b7413b2de619d13fa40970c94db9f6a
Author: Andrew Deason <adeason@sinenomine.net>
Date: Mon Feb 7 13:13:31 2011 -0600
viced: Enforce lwps limit for -L
Previously, we only enforced the calculated lwp/thread maximum when
the -p argument was specified. When -L was specified, we set lwps to
128, which can be over the max of (effectively)
MAX_FILESERVER_THREAD-FILESERVER_HELPER_THREADS, depending on the
value of MAX_FILESERVER_THREAD.
Instead, enforce the lwps min/max after all code to set the lwps has
run. Note that this is slightly different for 1.4, so we don't reduce
the number of threads we run.
Reviewed-on: http://gerrit.openafs.org/3903
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
Tested-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 9315c66f15fb0d178e1c322cf14c0d64eea46c65)
Change-Id: Ia38726c9828966d2f475c7e488de913ae379c2e7
Reviewed-on: http://gerrit.openafs.org/4181
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
src/viced/viced.c | 23 +++++++++++++++++------
1 files changed, 17 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository