OpenAFS Master Repository branch, master, updated. openafs-devel-1_5_66-40-gf6ce2af

Gerrit Code Review gerrit@openafs.org
Mon, 9 Nov 2009 06:17:23 -0800 (PST)


The following commit has been merged in the master branch:
commit f6ce2af008feb615e94d924fc9f81e2098e73e7c
Author: Michael Meffie <mmeffie@sinenomine.net>
Date:   Thu Nov 5 11:08:08 2009 -0500

    viced: avoid useless core if shutdown during initialization
    
    Avoid leaving an unnecessary core file when the fileserver is
    shutdown while still attaching volumes.  The bosserver issues
    SIQUIT to shutdown the fileserver which leaves a core file by
    default.
    
    Register the fileserver shutdown signal handler earlier in the
    fileserver initialization, before the long running volume
    attachment is started. The volume package shutdown has been
    changed to allow the VShutdown to gracefully abort the volume
    attachment (or pre-attachment for DAFS).
    
    FIXES 124485
    
    Change-Id: Ic22e68afb7bcc54ad956b2ae093375f29b969191
    Reviewed-on: http://gerrit.openafs.org/764
    Reviewed-by: Derrick Brashear <shadow@dementia.org>
    Tested-by: Derrick Brashear <shadow@dementia.org>

 src/viced/viced.c |   31 +++++++++++-------
 src/vol/volume.c  |   93 ++++++++++++++++++++++++++++++++++++++++++----------
 src/vol/volume.h  |    1 +
 3 files changed, 95 insertions(+), 30 deletions(-)

-- 
OpenAFS Master Repository