OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_11-35-g8f85819

Gerrit Code Review gerrit@openafs.org
Mon, 7 May 2012 11:36:10 -0700 (PDT)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 8f85819c3e4c32589a770c596ec055e58f69b7b1
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun May 6 19:31:03 2012 -0400

    Windows: Checksum server lists on Volume Errors
    
    For VMOVED, VNOVOL and VOFFLINE checksum the server lists for
    the current volume.  If the server list changes as a result of
    the forced volume location update, do not set the updated flag
    which prevents subsequent volume location updates for the current
    cm_req object.
    
    This combined with the previous patchset to filter volume locations
    based upon the VLSF_NEWREPSITE flag will avoid outages during
    vos release operations.
    
    Reviewed-on: http://gerrit.openafs.org/7361
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    (cherry picked from commit 4fce72b0e6ddabce64af5fb7cef35492933f58d8)
    
    Change-Id: Ie2165b5698171fba4959228a4aafcf85915d502f
    Reviewed-on: http://gerrit.openafs.org/7363
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/WINNT/afsd/cm_conn.c   |   21 ++++++++++++++++-----
 src/WINNT/afsd/cm_conn.h   |    4 ++++
 src/WINNT/afsd/cm_volume.c |   16 ++++++++++++++++
 src/WINNT/afsd/cm_volume.h |    3 +++
 4 files changed, 39 insertions(+), 5 deletions(-)

-- 
OpenAFS Master Repository