OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_76-4531-g4b64892

Gerrit Code Review gerrit@openafs.org
Sun, 4 Jan 2015 21:47:53 -0500


The following commit has been merged in the master branch:
commit 4b648925603a50d2a248304a954308e8fa902df4
Author: Mark Vitale <mvitale@sinenomine.net>
Date:   Wed Nov 20 15:05:21 2013 -0500

    fssync-debug: close test connection
    
    A valid fssync-debug query <volid> command issued against
    a DAFS fileserver will produce the following error messages in FileLog:
    
    	SYNC_getCom:  error receiving command
    	FSYNC_com:  read failed; dropping connection (cnt=1)
    
    Routine dafs_prolog() issues a tentative FSYNC_VOL_LISTVOLUMES operation
    to test for the presence of a DAFS fileserver.  If DAFS is detected,
    we then call dafssync-debug for the original requested operation.
    However, the FSYNC connection for the tentative LISTVOLUMES operation
    is never closed. This results in the errors when the command completes.
    
    Close the test connection.
    
    Change-Id: I3c987289408407ba38cd184b7518e72ee1ae9cfc
    Reviewed-on: http://gerrit.openafs.org/10476
    Reviewed-by: Daria Brashear <shadow@your-file-system.com>
    Reviewed-by: Mark Vitale <mvitale@sinenomine.net>
    Tested-by: BuildBot <buildbot@rampaginggeek.com>
    Reviewed-by: Benjamin Kaduk <kaduk@mit.edu>

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

-- 
OpenAFS Master Repository