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
On Fri, May 30, 2014 at 07:31:28AM -0400, Ainsworth, Thomas wrote:
Martin,
Thanks for the information. That makes sense. I *believe* we are good
there.
I noticed something weird yesterday. After a clone (via the virt-manager
GUI) it seems libvirtd locked up. A force quit pop up appeared -
Runing domain xml
vv.XMLDesc(0)
n ub_test1n 714dde02-76c9-7d45-25af-e50f0a54f4bcn 545792n 545792n
4n n hvmn n n n n n n destroyn restartn
destroyn n /usr/bin/kvmn n n n
n n n n n n n
n n n n n n n
Hello. I have a question about libvirt remote access. I read carefully how
to set up TLS authorization guide and I have done all the steps. Everything
works, but for my virtualization infrastructure I need more flexibility.
How can I configure a single host to trust more than one certificate
author
Martin,
Thanks for the information. That makes sense. I *believe* we are good
there.
I noticed something weird yesterday. After a clone (via the virt-manager
GUI) it seems libvirtd locked up. A force quit pop up appeared - I had to
kill it. Then I restarted libvirtd. Then I did a "ps -edf
On Thu, May 29, 2014 at 01:31:13PM -0400, Ainsworth, Thomas wrote:
Martin, et al,
Sorry for the lag in response.
So I started playing with the various virsh commands. Awesome.
Been doing some reading and I believe I have some things configured not so
well.
As I stated earlier in the thread, we
On Thu, May 29, 2014 at 11:52:49AM -0400, Brian Rak wrote:
> Okay, let's try this another way... how are people dynamically
> attaching/removing cdroms from guests, without requiring a guest restart?
You can't dynamically attach / detach IDE devices at all. If you're
using an IDE cdrom, the most y
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