OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-2155-g5815967

Gerrit Code Review gerrit@openafs.org
Tue, 7 Feb 2012 06:43:52 -0800 (PST)


The following commit has been merged in the master branch:
commit 58159672536df128cb21b449865acb011e8c90fc
Author: Marc Dionne <marc.c.dionne@gmail.com>
Date:   Wed Jan 18 14:04:28 2012 -0500

    RW Replication: Add basic definitions
    
    Add some basic definitions that will be needed to handle RW
    replicas.
    
    A new volume type RWREPL is added.  Replicas will share the same
    volume ID as the RW volume, so the array of volume IDs by volume
    type is unchanged, as is the VLDB entry format.
    
    A new flag bit ITSRWREPL/VLSF_RWREPLICA for serverFlags identifies
    RW replica sites in VLDB entries.
    
    Change-Id: I882b238f34e682ebea782e11dc418ae1340d4546
    Reviewed-on: http://gerrit.openafs.org/6676
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Simon Wilkinson <simonxwilkinson@gmail.com>
    Reviewed-by: Derrick Brashear <shadow@dementix.org>

 src/vlserver/vldbint.xg |    1 +
 src/vol/voldefs.h       |    4 +++-
 src/volser/volser.p.h   |    2 ++
 3 files changed, 6 insertions(+), 1 deletions(-)

-- 
OpenAFS Master Repository