[libvirt] [PATCH 7/7] lxc: Ensure container init actually exists

2011-06-02 Thread Cole Robinson
Since we can't really get useful error reporting from virCommandExec since it needs to be the last thing we do. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/lxc/lxc_container.c |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/src/lxc/lxc_container.c

Re: [libvirt] [PATCH 7/7] lxc: Ensure container init actually exists

2011-06-02 Thread Eric Blake
On 06/02/2011 01:40 PM, Cole Robinson wrote: Since we can't really get useful error reporting from virCommandExec since it needs to be the last thing we do. Signed-off-by: Cole Robinson crobi...@redhat.com --- src/lxc/lxc_container.c |7 +++ 1 files changed, 7 insertions(+), 0