OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4711-g6baaa39

Gerrit Code Review gerrit@openafs.org
Thu, 24 Sep 2015 00:21:05 -0400


The following commit has been merged in the master branch:
commit 6baaa39333fba8afda84ccdb68ba106ce7ae3705
Author: Jeffrey Altman <jaltman@your-file-system.com>
Date:   Sun Jun 28 15:06:34 2015 -0400

    Windows: cm_Analyze mark server down for misc rx errors
    
    In cm_Analyze() replace the token error retry logic for miscellaneous
    rx errors and simply mark the server down.  The most common error
    that will be seen in this category is RX_INVALID_OPERATION which would
    be received if the Rx service id or security class is not recognized
    by the peer.  This could happen if an AuriStor server is replaced by
    an AFS3 server or if a packet is reflected.
    
    A side effect of this change is that V* and CM_ERROR_* errors will
    once again be retried.  This will permit proper failover to occur.
    
    Change-Id: I77e6325eb05643ea6df1fc0bc877bd4ef496c974
    Reviewed-on: http://gerrit.openafs.org/11920
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Jeffrey Altman <jaltman@your-file-system.com>

 src/WINNT/afsd/cm_conn.c |   46 ++++++++++++++++++++++++++++++++++++----------
 1 files changed, 36 insertions(+), 10 deletions(-)

-- 
OpenAFS Master Repository