OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2808-g09f5a1e
Gerrit Code Review
gerrit@openafs.org
Thu, 2 Aug 2012 07:13:37 -0700 (PDT)
The following commit has been merged in the master branch:
commit 09f5a1e6053e6db3df581543875512d8cff259ae
Author: Michael Meffie <mmeffie@sinenomine.net>
Date: Wed Aug 1 11:42:34 2012 -0400
bozo: avoid canceling the sigkill timer for hung processes
A sigkill signal is sent to fileserver processes when a timeout is
exceeded for shutting down processes for the fs/dafs bnode.
(Currently 30 minutes for the fileserver, 1 minute for the other
server processes.)
If the bnode goal is set to run before this timeout expires, the
timer is incorrectly stopped, and a wedged process is never killed.
Fix this by not canceling the timer when a fs/dafs process has been
signaled to shutdown, regardless of the current goal.
Change-Id: I2eca8bcb4bac690f3ef671ca4cf375164ff34d5e
Reviewed-on: http://gerrit.openafs.org/7920
Reviewed-by: Derrick Brashear <shadow@dementix.org>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/bozo/fsbnodeops.c | 7 ++++++-
1 files changed, 6 insertions(+), 1 deletions(-)
--
OpenAFS Master Repository