Re: [libvirt-users] [libvirt] Libvrt Migrate an Offline VM

2014-05-30 Thread Eric Blake
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

Re: [libvirt-users] [libvirt] Host OS, Storage Info

2014-05-30 Thread Martin Kletzander
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 -

[libvirt-users] Hot memory and cpu update

2014-05-30 Thread usha . basavaraju
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 

[libvirt-users] More than one certificate authority

2014-05-30 Thread Емил Гелев
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

Re: [libvirt-users] [libvirt] Host OS, Storage Info

2014-05-30 Thread Ainsworth, Thomas
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

Re: [libvirt-users] [libvirt] Host OS, Storage Info

2014-05-30 Thread Martin Kletzander
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

Re: [libvirt-users] Updating domain XML issue

2014-05-30 Thread Daniel P. Berrange
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

Re: [libvirt-users] [libvirt] Libvrt Migrate an Offline VM

2014-05-30 Thread Jiri Denemark
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