OpenAFS Master Repository branch, openafs-stable-1_6_x, updated. openafs-stable-1_6_0b-53-g69a2865

Gerrit Code Review gerrit@openafs.org
Sun, 9 Oct 2011 10:22:08 -0700 (PDT)


The following commit has been merged in the openafs-stable-1_6_x branch:
commit 9378144f94425df4abbe818ae93b3eb06c49b43c
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.
    
    Reviewed-on: http://gerrit.openafs.org/5527
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>
    (cherry picked from commit 6e7b31ef0a69b8ea39e8acc474a7aab48f828d3d)
    
    Change-Id: Ifa69ec30bda8f9ba162954d39f9b60d9fc630289
    Reviewed-on: http://gerrit.openafs.org/5545
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 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