On 05/30/2014 12:23 AM, Sijo Jose wrote:
> Hi,
>
> Is it possible to migrate an Offline VM using libvirt API ?
Yes. Check out the --offline flag of 'virsh migrate' to see what
happens under the hood.
--
Eric Blake eblake redhat com+1-919-301-3266
Libvirt virtualization library http://lib
Hi,
Please, choose either libvirt-list or libvirt-users when sending
questions but not both.
On Fri, May 30, 2014 at 11:53:21 +0530, Sijo Jose wrote:
> Is it possible to migrate an Offline VM using libvirt API ?
Yes. See VIR_MIGRATE_OFFLINE flag for virDomainMigrate* APIs. Or using
virsh migrate