Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-19 Thread Jim Fehlig
Cole Robinson wrote: > On 02/18/2014 10:45 PM, Jim Fehlig wrote: > >> Cole Robinson wrote: >> >>> On 02/18/2014 05:12 AM, Kim Larry wrote: >>> >>> The thing I found today is that if libvirt uses xend driver, shutdown events are delivered, but if libvirt uses libxl

Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-19 Thread Cole Robinson
On 02/18/2014 10:45 PM, Jim Fehlig wrote: > Cole Robinson wrote: >> On 02/18/2014 05:12 AM, Kim Larry wrote: >> >>> The thing I found today is that if libvirt uses xend driver, shutdown events >>> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. >>> It >>> seems there

Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-18 Thread Jim Fehlig
Cole Robinson wrote: > On 02/18/2014 05:12 AM, Kim Larry wrote: > >> The thing I found today is that if libvirt uses xend driver, shutdown events >> are delivered, but if libvirt uses libxl drvier, doesn't show up anything. It >> seems there are bugs on shutdown event, so I did dig into the libv

Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-18 Thread Cole Robinson
On 02/18/2014 05:12 AM, Kim Larry wrote: > 2014년 2월 11일 오후 10:00에 Eric Blake 작성: > >> On 02/11/2014 12:20 AM, Kim Larry wrote: >> > libvirtd version is 1.1.4 and using Xen for hypervisor. I'm not as familiar with the xen hypervisor as with qemu; it may just be the case that no one h

Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-18 Thread Kim Larry
2014년 2월 11일 오후 10:00에 Eric Blake 작성:On 02/11/2014 12:20 AM, Kim Larry wrote: libvirtd version is 1.1.4 and using Xen for hypervisor.I'm not as familiar with the xen hypervisor as with qemu; it may just bethe case that no one has coded the xen driver to send a shutdown event.At any rate, I can con

Re: [libvirt-users] event-test.py cannot detects domain shutdown

2014-02-10 Thread Eric Blake
On 02/09/2014 03:52 AM, Kim Larry wrote: > Hi, > > I used event-test.py from here: > http://libvirt.org/git/?p=libvirt-python.git;a=blob;f=examples/event-test.py;h=1402c043ca99fdc1cf03ad97ab60e7e3bbabfad2;hb=HEAD__which > > is very lasted version. > > However, it detects all of events but not

[libvirt-users] event-test.py cannot detects domain shutdown

2014-02-10 Thread Kim Larry
Hi, I used event-test.py from here: http://libvirt.org/git/?p=libvirt-python.git;a=blob;f=examples/event-test.py;h=1402c043ca99fdc1cf03ad97ab60e7e3bbabfad2;hb=HEAD which is very lasted version.However, it detects all of events but not domain shutdown. I've searched through Google and got nothing.li