[libvirt] [PATCH 3/3] lxc: Check domain is active/inactive as required by operation

2010-05-03 Thread jdenemar
From: Jiri Denemark jdene...@redhat.com Report VIR_ERR_OPERATION_INVALID when operation which requires running domain is called on inactive domain and vice versa. --- src/lxc/lxc_driver.c | 18 ++ 1 files changed, 18 insertions(+), 0 deletions(-) diff --git

Re: [libvirt] [PATCH 3/3] lxc: Check domain is active/inactive as required by operation

2010-05-03 Thread Daniel Veillard
On Mon, May 03, 2010 at 02:20:28PM +0200, jdene...@redhat.com wrote: From: Jiri Denemark jdene...@redhat.com Report VIR_ERR_OPERATION_INVALID when operation which requires running domain is called on inactive domain and vice versa. --- src/lxc/lxc_driver.c | 18 ++ 1