[lxc-devel] [GIT] lxc branch, master, updated. 6f0a42008dab87e1c97bc71319c793315f87a328

Daniel Lezcano git at users.sourceforge.net
Mon Jul 19 09:07:12 UTC 2010


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "lxc".

The branch, master has been updated
       via  6f0a42008dab87e1c97bc71319c793315f87a328 (commit)
       via  6fd1668e7f96c15b8688a0fa955e2c10bbc4785d (commit)
       via  83ee787579b400ee266d41d95d13913ca47df246 (commit)
       via  f3304a29eb234cf1e90c74f9444f4d4de98e3e3a (commit)
      from  d1c383f39064969b647fd632f8e6614b49fd6cf2 (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 6f0a42008dab87e1c97bc71319c793315f87a328
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Tue Jul 13 14:51:45 2010 +0200

    lxc-init finishes the remaining processes with SIGKILL
    
    If lxc-init receives a SIGALRM, a timeout, it kills all the processes
    of the container with SIGKILL. That will prevent the container to be
    stuck when one process ignore the SIGTERM signal.
    
    Each time a process exits, the timeout is resetted.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 6fd1668e7f96c15b8688a0fa955e2c10bbc4785d
Author: Daniel Lezcano <dlezcano at fr.ibm.com>
Date:   Tue Jul 13 14:51:45 2010 +0200

    lxc-init kills all processes with SIGTERM
    
    When lxc-init receives a SIGTERM, let's kill all the processes of
    the pid namespace with kill -1. So the exit of the container will
    happen gracefully with processes death cascade.
    
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit 83ee787579b400ee266d41d95d13913ca47df246
Author: Ferenc Wagner <wferi at niif.hu>
Date:   Tue Jul 13 14:51:45 2010 +0200

    generalize the name of the signal handler
    
    Signed-off-by: Ferenc Wagner <wferi at niif.hu>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

commit f3304a29eb234cf1e90c74f9444f4d4de98e3e3a
Author: Ferenc Wagner <wferi at niif.hu>
Date:   Tue Jul 13 14:51:45 2010 +0200

    forward signals to the container init
    
    Signed-off-by: Ferenc Wagner <wferi at niif.hu>
    Signed-off-by: Daniel Lezcano <dlezcano at fr.ibm.com>

-----------------------------------------------------------------------

Summary of changes:
 src/lxc/lxc_init.c |   48 ++++++++++++++++++++++++++++++++++++++++++------
 src/lxc/start.c    |   32 +++++++++++++++++++-------------
 2 files changed, 61 insertions(+), 19 deletions(-)


hooks/post-receive
-- 
lxc




More information about the lxc-devel mailing list