OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2490-g4fce72b
Gerrit Code Review
gerrit@openafs.org
Sun, 6 May 2012 17:52:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 4fce72b0e6ddabce64af5fb7cef35492933f58d8
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.
Change-Id: I39e6981b9fac5ed0dfd900e09474df43cb72feec
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>
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