OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_74_1-377-g6b041b7

Gerrit Code Review gerrit@openafs.org
Fri, 2 Jul 2010 10:34:38 -0700 (PDT)


The following commit has been merged in the master branch:
commit 6b041b7cb0d29815495b2559f24f4ff4979eb129
Author: Andrew Deason <adeason@sinenomine.net>
Date:   Tue Jun 29 14:44:31 2010 -0500

    DAFS: Allow FSSYNC salvages on unknown volumes
    
    Allow salvage requests over FSSYNC (FORCE_ERROR with the FSYNC_SALVAGE
    reason code) that are requested on volumes that we do not know to
    exist. This can be helpful if a salvage is requested on a volume that
    someone attempted to create but failed, indicating that a
    partially-created volume may be in the way.
    
    Log an additional message when we do this, as it should not be a
    normal occurrence.
    
    Change-Id: I6e1bbe35111a41c489fe85cad36e6a8a6f323a5a
    Reviewed-on: http://gerrit.openafs.org/2285
    Reviewed-by: Tom Keiser <tkeiser@sinenomine.net>
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/vol/fssync-server.c |   16 ++++++++++++++++
 1 files changed, 16 insertions(+), 0 deletions(-)

-- 
OpenAFS Master Repository