Re: [libvirt] [PATCH 1/2] virsh: don't reject undefine on active domain

2011-08-12 Thread Eric Blake
On 08/11/2011 09:11 PM, Daniel Veillard wrote: On Thu, Aug 11, 2011 at 08:39:22PM -0600, Eric Blake wrote: The public API documents that undefine may be used to transition a running persistent domain into a transient one. Many drivers still do not support this usage, but virsh shouldn't be

[libvirt] [PATCH 1/2] virsh: don't reject undefine on active domain

2011-08-11 Thread Eric Blake
The public API documents that undefine may be used to transition a running persistent domain into a transient one. Many drivers still do not support this usage, but virsh shouldn't be getting in the way of those that do support it. * tools/virsh.c (cmdUndefine): Allow undefine on active domains;

Re: [libvirt] [PATCH 1/2] virsh: don't reject undefine on active domain

2011-08-11 Thread Daniel Veillard
On Thu, Aug 11, 2011 at 08:39:22PM -0600, Eric Blake wrote: The public API documents that undefine may be used to transition a running persistent domain into a transient one. Many drivers still do not support this usage, but virsh shouldn't be getting in the way of those that do support it.