OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4710-g653647e
Gerrit Code Review
gerrit@openafs.org
Thu, 24 Sep 2015 00:20:44 -0400
The following commit has been merged in the master branch:
commit 653647e8617d4fc3e7721832ebdd1f1e9057e9ac
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date: Sun Jun 28 14:56:47 2015 -0400
Windows: avoid vldb lookup race with network stack
If a VLDB query attempt occurs when there is no current cell db server
list then the VLDB query won't actually occur but the last query time
would be set. This prevents a query from taking place again on the volume
for 60 seconds. If the volume in question is the root.cell volume then
the redirector will be forced to return device not ready for the share
(aka \\afs\cell).
Check for a failure of cm_UpdateCell() and only set the last update time
for the volume if there was success or if the VLDB responded with volume
unknown.
Change-Id: Ic87d871feac3f2ea3d3db377854efa9dc9db3c00
Reviewed-on: http://gerrit.openafs.org/11919
Tested-by: BuildBot <buildbot@rampaginggeek.com>
Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
src/WINNT/afsd/cm_volume.c | 14 +++++++++++---
1 files changed, 11 insertions(+), 3 deletions(-)
--
OpenAFS Master Repository