Displaying 4 results from an estimated 4 matches for "virdomainmigrate2".
Did you mean:
virdomainmigrate
2013 Nov 13
1
Migration function is not supported by the connection driver: virDomainMigrate2
...I attempt to migrate I get the following. (Although, I've tried every
permutation of syntax I've read about. The following appears to be most
reasonable for my situation?)
# virsh migrate --live z19 xen+tls://x2.localdomain
error: this function is not supported by the connection driver:
virDomainMigrate2
# virsh -c xen+tls://x1.localdomain migrate z19 xen+tls://x2.localdomain
error: this function is not supported by the connection driver:
virDomainMigrate2
# virsh migrate --live z19 xen+ssh://root@x2.localdomain
error: this function is not supported by the connection driver:
virDomainMigrate2
I&...
2011 Jun 11
1
Difference between function Migrate and Migrate2
I was reading the API reference for the libvirt, when I came across
the function? virDomainMigrate and virDomainMigrate2. I am unable to
find the difference between the two. Can someone please tell the
difference in the application of the two?
--
Abhishek
2011 Jul 02
2
Associating a statefile with an image
Hi ,
I am trying to perform offline migration (i.e) Create an incremental image using the qcow format, transfer the vm memory state to a state fie.Use the image and statefile together as a template. Now create a new vm using the template. I can successfully do it using the following commands :
Save phase :
stop
migrate "exec:gzip -c > STATEFILE.gz"
qemu-img
qemu-img create -b
2011 Jun 20
1
libvirt-users Digest, Vol 18, Issue 17
...ce between function Migrate and
> Migrate2
> Message-ID: <BANLkTinv6XiRMz=rS88A-U-b2Hz3SVTesg at mail.gmail.com>
> Content-Type: text/plain; charset=ISO-8859-1
>
> I was reading the API reference for the libvirt, when I came across
> the function? virDomainMigrate and virDomainMigrate2. I am unable to
> find the difference between the two. Can someone please tell the
> difference in the application of the two?
>
> --
> Abhishek
>
>
>
> ------------------------------
>
> Message: 5
> Date: Mon, 13 Jun 2011 17:21:02 +0200
> From: Michal Privoz...