On Mon, 2007-01-22 at 16:02 +0000, Daniel P. Berrange wrote:
On Mon, Jan 22, 2007 at 02:46:11PM +0000, Mark McLoughlin wrote:
>
http://www.gnome.org/~markmc/code/libvirt-networking/libvirt-qemu-transie...
That should not be neccessary in my latest patches - I fixed up the transient
domain cleanup stuff in a slightly different way.
AFAICS, this is still needed ... i.e.
$> virsh create foo.xml
$> virsh destroy Foo
$> virsh create foo.xml
libvir: QEMUD error : domain Foo exists already
error: Failed to create domain from foo.xml
Cheers,
Mark.