[libvirt] [PATCH] [6/6] Add script hook support to the LXC driver

2010-03-26 Thread Daniel Veillard
Add script hook support to the LXC driver Right now this implements only 2 basic hooks: - before the lxc control process is being launched - after the lxc control process is terminated the XML description of the domain is passed to the hook script stdin /etc/libvirt/hook/lxc *

Re: [libvirt] [PATCH] [6/6] Add script hook support to the LXC driver

2010-03-26 Thread Eric Blake
On 03/26/2010 09:46 AM, Daniel Veillard wrote: Add script hook support to the LXC driver Right now this implements only 2 basic hooks: - before the lxc control process is being launched - after the lxc control process is terminated the XML description of the domain is passed to the hook