OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_6-53-g744d01a
Gerrit Code Review
gerrit@openafs.org
Fri, 14 Mar 2014 03:11:14 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 744d01a63b32d848af7a2aeee0280036f83cdbec
Author: Andrew Deason <adeason@sinenomine.net>
Date: Fri Oct 29 11:29:37 2010 -0500
vol: Interrupt RX calls accessing offlining vols
When we are waiting for a volume to go offline, only wait a certain
amount of time for it to go offline before we interrupt all RX calls
associated with that volume. This amount of time is configurable in
the new offline_timeout and offline_shutdown_timeout volume package
option fields.
Reviewed-on: http://gerrit.openafs.org/3216
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 57a5da63439c2e2b88dd32dc8aa42dc2f6eef116)
Change-Id: I331d7ca09f17e5fc74de0c5da40c18b67e124cff
Reviewed-on: http://gerrit.openafs.org/6266
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
src/vol/volume.c | 302 +++++++++++++++++++++++++++++++++++++++++++++++++++---
src/vol/volume.h | 16 +++
2 files changed, 301 insertions(+), 17 deletions(-)
--
OpenAFS Master Repository