OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_6-54-g31b32e2
Gerrit Code Review
gerrit@openafs.org
Fri, 14 Mar 2014 03:11:50 -0700 (PDT)
The following commit has been merged in the openafs-stable-1_6_x branch:
commit 31b32e2e2f3d09a8ca5cd91a6f48be9ab72efe10
Author: Andrew Deason <adeason@sinenomine.net>
Date: Tue Oct 12 17:46:36 2010 -0500
viced: Add options for interrupting clients
Add the -offline-timeout and -offline-shutdown-timeout options to the
fileserver, to implement interrupting clients accessing volumes we are
trying to take the volume offline. Document the new options.
Currently this is only implemented for read operations. Implementing
this for write operations and callback breaks will require more work.
This also removes the VGetVolumeTimed interface from the volume
package, since the fileserver was the only user and with this change
the fileserver now uses the VGetVolumeWithCall interface.
Reviewed-on: http://gerrit.openafs.org/2984
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Derrick Brashear <shadow@dementia.org>
(cherry picked from commit 4f7a51aa5115a9073771bc396e25d510aeae71e8)
Change-Id: I34967bb03a09e5655b02c9b7b39272cfe8f71d7b
Reviewed-on: http://gerrit.openafs.org/10799
Reviewed-by: D Brashear <shadow@your-file-system.com>
Reviewed-by: Andrew Deason <adeason@sinenomine.net>
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Stephan Wiesand <stephan.wiesand@desy.de>
.../pod8/fragments/dafileserver-synopsis.pod | 2 +
.../pod8/fragments/fileserver-options.pod | 41 ++++++++++++
.../pod8/fragments/fileserver-synopsis.pod | 2 +
src/viced/afsfileprocs.c | 68 ++++++++++++++++----
src/viced/viced.c | 55 ++++++++++++++++
src/vol/volume.c | 14 ----
src/vol/volume.h | 2 -
7 files changed, 154 insertions(+), 30 deletions(-)
--
OpenAFS Master Repository