Hello All,
I am trying to create
a Domain/VM copy program.
In this program, a completely new domain
should be created from a source domain.
What I tried so far is this:
2. Get the Hypervisor Object for the
source Domain using "virDomainGetConnect".
After doing this, I get the following
error:
libvirt.libvirtError: POST operation
failed: xend_post: error from xen daemon: (xend.err "Error creating domain: VM
name already in use by domain 4")
First of all, Is this the correct way to
create a new Domain as a copy of the original??
If not, please tell me how should I
go about this??
Thanks and Regards
Sagar
Barve