OpenAFS Master Repository branch, openafs-stable-1_8_x, updated. openafs-stable-1_8_0pre4-24-g50fcd67

Gerrit Code Review gerrit@openafs.org
Fri, 9 Feb 2018 22:04:46 -0500


The following commit has been merged in the openafs-stable-1_8_x branch:
commit 50fcd6763d4387950390b732d2a131c230d44c99
Author: Marcio Barbosa <mbarbosa@sinenomine.net>
Date:   Wed Jun 21 16:24:05 2017 -0400

    ubik: check if epoch is sane before db relabel
    
    The sync-site relabels its database at the end of the first write
    transaction. The new label will be equal to the time at which the
    sync-site in question first received its coordinator mandate. This time
    is stored by a global called ubik_epochTime. In order to make sure that
    the new database label is sane, only relabel the database if
    ubik_epochTime is within a specific range.
    
    Reviewed-on: https://gerrit.openafs.org/12640
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Andrew Deason <adeason@dson.org>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    (cherry picked from commit f5c289d00aaf7c5525b477da5b89f6675456c211)
    
    Change-Id: I78ebd2b8aeae01ef5e3b826ad6f1de5a5c1db79e
    Reviewed-on: https://gerrit.openafs.org/12886
    Reviewed-by: Marcio Brito Barbosa <mbarbosa@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

 src/ubik/disk.c   |    8 ++++++++
 src/ubik/ubik.p.h |    5 +++++
 2 files changed, 13 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository