Re: [Libvir] [PATCH] lxc: shutdown and destroy domain

2008-03-27 Thread Dave Leskovec
Daniel Veillard wrote: > On Wed, Mar 26, 2008 at 11:22:25PM -0700, Dave Leskovec wrote: >> This patch contains the shutdown and destroy domain support for Linux >> Containers. >> >> A shutdown of the container is requested by sending a SIGINT to the container >> root process. >> A container is des

Re: [Libvir] [PATCH] lxc: shutdown and destroy domain

2008-03-27 Thread Daniel Veillard
On Wed, Mar 26, 2008 at 11:22:25PM -0700, Dave Leskovec wrote: > This patch contains the shutdown and destroy domain support for Linux > Containers. > > A shutdown of the container is requested by sending a SIGINT to the container > root process. > A container is destroyed by sending a SIGKILL to

[Libvir] [PATCH] lxc: shutdown and destroy domain

2008-03-26 Thread Dave Leskovec
This patch contains the shutdown and destroy domain support for Linux Containers. A shutdown of the container is requested by sending a SIGINT to the container root process. A container is destroyed by sending a SIGKILL to the container root process. When this process exits, it takes all containe