search for: rbcallback

Displaying 3 results from an estimated 3 matches for "rbcallback".

Did you mean: r_callback
2017 May 16
2
Duplicate reboot events
Hi, Running on: $ cat /etc/redhat-release CentOS Linux release 7.3.1611 (Core) And: $ rpm -qa |grep libvirt libvirt-daemon-2.0.0-10.el7_3.5.x86_64 libvirt-daemon-driver-qemu-2.0.0-10.el7_3.5.x86_64 libvirt-daemon-driver-secret-2.0.0-10.el7_3.5.x86_64 libvirt-client-2.0.0-10.el7_3.5.x86_64 libvirt-daemon-driver-network-2.0.0-10.el7_3.5.x86_64
2017 May 16
0
Re: Duplicate reboot events
...roducible 100% of the time by doing /sbin/reboot from within a VM started with qemu-kvm. Any ideas on whats going on? > >Let me know if any other information would be useful. > >Thanks > >Martins > >#!/usr/bin/env python > >import libvirt >import time > >def RBcallback(conn, dom, opaque): > print "Reboot: Domain %s(%s)" % (dom.name(), dom.ID()) > print time.time() > >if __name__ == '__main__': > > libvirt.virEventRegisterDefaultImpl() > > conn = libvirt.openReadOnly('qemu:///system') > > conn....
2017 May 16
3
Re: Duplicate reboot events
...ted with qemu-kvm. Any ideas on whats going on? >> >> Let me know if any other information would be useful. >> >> Thanks >> >> Martins >> > >> #!/usr/bin/env python >> >> import libvirt >> import time >> >> def RBcallback(conn, dom, opaque): >> print "Reboot: Domain %s(%s)" % (dom.name(), dom.ID()) >> print time.time() >> >> if __name__ == '__main__': >> >> libvirt.virEventRegisterDefaultImpl() >> >> conn = libvirt.openReadOnly('qemu://...