The following commit has been merged in the openafs-stable-1_8_x branch:
commit 50fcd6763d4387950390b732d2a131c230d44c99
Author: Marcio Barbosa <mbarb...@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 <mvit...@sinenomine.net>
    Reviewed-by: Andrew Deason <adea...@dson.org>
    Reviewed-by: Benjamin Kaduk <ka...@mit.edu>
    Tested-by: BuildBot <build...@rampaginggeek.com>
    (cherry picked from commit f5c289d00aaf7c5525b477da5b89f6675456c211)
    
    Change-Id: I78ebd2b8aeae01ef5e3b826ad6f1de5a5c1db79e
    Reviewed-on: https://gerrit.openafs.org/12886
    Reviewed-by: Marcio Brito Barbosa <mbarb...@sinenomine.net>
    Tested-by: BuildBot <build...@rampaginggeek.com>
    Reviewed-by: Mark Vitale <mvit...@sinenomine.net>
    Reviewed-by: Benjamin Kaduk <ka...@mit.edu>

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

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
OpenAFS-cvs@openafs.org
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to