[libvirt-users] virsh migrate fails with Input/output error

2013-10-14 Thread Tim
Hey guys, I'm running the following setup on a few hosts: ~ # virsh version Compiled against library: libvir 0.9.8 Using library: libvir 0.9.8 Using API: QEMU 0.9.8 Running hypervisor: QEMU 1.0.0 Online Migrations with local storage are working smooth, Host OS is always Ubuntu 12.04, CPUs are Int

Re: [libvirt-users] qemuMonitorIO internal error

2013-10-14 Thread Francois Gaudreault
Hi Michal, Looking in the logs, it looks like the libvirt process sent a sigkill to the qemu process: 2013-10-11 19:59:22.132+: 10212: debug : virLockManagerAcquire:358 : lock=0x7f6bc80de170 state='(null)' flags=3 action=0 fd=0x7f6bdf3bf074 2013-10-11 19:59:22.132+: 10212: debug : virLo

[libvirt-users] Kvm Libvirt dirty page log facility

2013-10-14 Thread hellen maziku
Greetings! I am new to kvm Libvirt and are writing a python script to get the number of pre-copy cycles during a remote vm migration given memory size M  of a VM in MB, the page dirty rate R of a vm in MB/s. My question is on how to get the page dirty rate. Does kvm libvirt provide a dirty page

Re: [libvirt-users] Xen - 4.2.1 with libvirt-1.1.3

2013-10-14 Thread cooldharma06
And also i found this one when running the following command: * * *tools/virsh -c xen:///* error: failed to connect to the hypervisor error: internal error: libxenlight state driver is not active any suggestion to solve this. regards, cooldharma06. On Mon, Oct 14, 2013 at 11:40 AM, cooldharma06

Re: [libvirt-users] event handler

2013-10-14 Thread Alexandr
Michal Privoznik писал 2013-10-14 12:04: On 14.10.2013 10:57, Alexandr wrote: Michal Privoznik писал 2013-10-14 11:39: On 14.10.2013 10:33, Alexandr wrote: Michal Privoznik писал 2013-10-14 08:48: On 14.10.2013 02:42, Alexandr wrote: good day to all. i still have not solved my problem with e

Re: [libvirt-users] event handler

2013-10-14 Thread Michal Privoznik
On 14.10.2013 10:57, Alexandr wrote: > Michal Privoznik писал 2013-10-14 11:39: >> On 14.10.2013 10:33, Alexandr wrote: >>> Michal Privoznik писал 2013-10-14 08:48: On 14.10.2013 02:42, Alexandr wrote: > good day to all. > i still have not solved my problem with event handling. > c

Re: [libvirt-users] event handler

2013-10-14 Thread Alexandr
Michal Privoznik писал 2013-10-14 11:39: On 14.10.2013 10:33, Alexandr wrote: Michal Privoznik писал 2013-10-14 08:48: On 14.10.2013 02:42, Alexandr wrote: good day to all. i still have not solved my problem with event handling. currently i have following code void libvirt_eventloop_thr_func

[libvirt-users] migrate & virtlockd

2013-10-14 Thread NEVEU Stephane
Hi all, I'm testing virtlockd with libvirt 1.1.3 and it seems I can't migrate my VMs from the first to my second kvm node (on a NFS storage). Virtlockd is locking my qcow2 : Error : resource busy Lockspace resource 'ea3jkj78.' is locked As a result my VM is paused. How can I fix this behavio

Re: [libvirt-users] event handler

2013-10-14 Thread Michal Privoznik
On 14.10.2013 10:33, Alexandr wrote: > Michal Privoznik писал 2013-10-14 08:48: >> On 14.10.2013 02:42, Alexandr wrote: >>> good day to all. >>> i still have not solved my problem with event handling. >>> currently i have following code >>> >>> >>> void libvirt_eventloop_thr_func() >>> { >>> wh

Re: [libvirt-users] event handler

2013-10-14 Thread Alexandr
Michal Privoznik писал 2013-10-14 08:48: On 14.10.2013 02:42, Alexandr wrote: good day to all. i still have not solved my problem with event handling. currently i have following code void libvirt_eventloop_thr_func() { while(true) //TODO: stop somehow on exit { if(virEventRunDe

Re: [libvirt-users] [libvirt] Guide to view the libvirt source.

2013-10-14 Thread Osier Yang
On 04/10/13 21:04, cooldharma06 wrote: hi all, i am new to this libvirt. Any guide or reference is available to know more things libvirt (individual programs). because it will give me some idea to get about the libvirt and its corresponding programs. If there is available means please guide