OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_73_3-69-g6c49c21
Gerrit Code Review
gerrit@openafs.org
Sun, 18 Apr 2010 10:54:11 -0700 (PDT)
The following commit has been merged in the master branch:
commit 6c49c21f9734d01ba6bf00f3a8e41460ff377868
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Apr 18 18:34:18 2010 +0100
Windows: Preserve volume location info in case of comm fail
The cache manager refreshes volume location information every
two hours. If during a refresh the communication with the
vldb server fails, the previously known volume location information
should continue to be used.
The previous behavior in which the volume location information
is discarded first and then the update is performed can result
in unnecessary client failures when a temporary disruption in
communication with the vldb server occurs. Instead, wait until
we have a successful response from the vldb server before the
previous server list is discarded.
LICENSE MIT
Change-Id: I7c63c4f673a7a1360a74611c356329f31f9ceec3
Reviewed-on: http://gerrit.openafs.org/1769
Reviewed-by: Asanka Herath <asanka@secure-endpoints.com>
Tested-by: Asanka Herath <asanka@secure-endpoints.com>
Reviewed-by: Jeffrey Altman <jaltman@openafs.org>
Tested-by: Jeffrey Altman <jaltman@openafs.org>
src/WINNT/afsd/cm_volume.c | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
--
OpenAFS Master Repository