OpenAFS Master Repository branch, openafs-devel-1_7_x, updated. openafs-devel-1_7_1-42-gb3dd6cc

Gerrit Code Review gerrit@openafs.org
Sat, 12 Nov 2011 15:46:36 -0800 (PST)


The following commit has been merged in the openafs-devel-1_7_x branch:
commit b3dd6ccb74d0f2405b7d832c96b3b3369aba689c
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Thu Sep 29 16:04:54 2011 -0500

    DAFS: Skip hosts with invalid flags on restore
    
    Host entries with HWHO_INPROGRESS set or ALTADDR unset do not have
    valid state, since those flags indicate that the fileserver was in the
    middle of identifying the host when the host struct was serialized.
    Skip entries from the on-disk host data that have such invalid flags
    set when restoring state, so we do not load invalid data.
    
    Change-Id: I5d78718d5625e4ce8475695dcb699b1cd6b305c3
    Reviewed-on: http://gerrit.openafs.org/5527
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry-picked from 6e7b31ef0a69b8ea39e8acc474a7aab48f828d3d)
    Reviewed-on: http://gerrit.openafs.org/5872
    Tested-by: Jeffrey Altman <jaltman@secure-endpoints.com>
    Reviewed-by: Jeffrey Altman <jaltman@secure-endpoints.com>

 src/tviced/serialize_state.h |    1 +
 src/viced/callback.c         |    6 ++++++
 src/viced/host.c             |   10 ++++++++++
 3 files changed, 17 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository