The following commit has been merged in the openafs-stable-1_6_x branch:
commit 31b32e2e2f3d09a8ca5cd91a6f48be9ab72efe10
Author: Andrew Deason <[email protected]>
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 <[email protected]>
    Reviewed-by: Derrick Brashear <[email protected]>
    (cherry picked from commit 4f7a51aa5115a9073771bc396e25d510aeae71e8)
    
    Change-Id: I34967bb03a09e5655b02c9b7b39272cfe8f71d7b
    Reviewed-on: http://gerrit.openafs.org/10799
    Reviewed-by: D Brashear <[email protected]>
    Reviewed-by: Andrew Deason <[email protected]>
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 .../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
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to