OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_32-18-g4293c2f

Gerrit Code Review gerrit@openafs.org
Thu, 24 Sep 2015 23:27:50 -0400


The following commit has been merged in the openafs-devel-1_7_x branch:
commit 4293c2f1de0e4d628f245467390c2868cb60bc41
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.
    
    Reviewed-on: http://gerrit.openafs.org/11919
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>
    (cherry picked from commit 653647e8617d4fc3e7721832ebdd1f1e9057e9ac)
    
    Change-Id: I082d2c86a93274906d2048f6cd2fe640392ae514
    Reviewed-on: http://gerrit.openafs.org/12039
    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