The following commit has been merged in the openafs-stable-1_6_x branch:
commit 09c1b9d5cf5aa9249b06b9312bb5e79eb3e06dca
Author: Jeffrey Altman <[email protected]>
Date:   Thu Jan 22 01:14:28 2015 -0500

    ubik: SDISK_Begin no quorum, wrong db, no transaction
    
    When processing an DISK_Begin RPC verify that there is an active quorum
    and that the local database is current.  Otherwise, fail the RPC with
    a UNOQUORUM error.
    
    The returned error must be UNOQUORUM instead of USYNC becase the returned
    error code will be returned by the coordinator's ContactQuorum_iterate()
    to the client that triggered the write transaction.  Most ubik clients
    will only retry if the error is UNOQUORUM.
    
    FIXES 131997
    
    Change-Id: Icaa30e6aca82e7e7d33e9171a4f023970aba61df
    Reviewed-on: http://gerrit.openafs.org/11689
    Tested-by: BuildBot <[email protected]>
    Reviewed-by: Daria Brashear <[email protected]>
    Reviewed-by: Benjamin Kaduk <[email protected]>
    Reviewed-by: Jeffrey Hutzelman <[email protected]>
    Reviewed-by: Jeffrey Altman <[email protected]>
    (cherry picked from commit d47beca13236c64ed935fabeff9d1001e8a8871f)
    Reviewed-on: http://gerrit.openafs.org/11773
    Reviewed-by: Chas Williams <[email protected]>
    Reviewed-by: Stephan Wiesand <[email protected]>

 src/ubik/remote.c |    5 +++++
 1 files changed, 5 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository
_______________________________________________
OpenAFS-cvs mailing list
[email protected]
https://lists.openafs.org/mailman/listinfo/openafs-cvs

Reply via email to