Displaying 2 results from an estimated 2 matches for "zhuohf#".
2017 Jul 04
0
node device lifecycle callback can't resive event
...ret = virConnectNodeDeviceEventRegisterAny(vmh_conn, NULL, VIR_NODE_DEVICE_EVENT_ID_LIFECYCLE,
VIR_NODE_DEVICE_EVENT_CALLBACK(nodeDeviceEventLifecycleCallback), NULL, NULL);
if (-1 == ret) { return ret;}
}
Below some information about my hypervisor:
root@ubuntu-05:/datapool/zhuohf# virsh -v
3.4.0
root@ubuntu-05:/datapool/zhuohf# qemu-x86_64 -version
qemu-x86_64 version 2.9.0
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers
2017 Aug 09
2
libvirt: XML-RPC error : Cannot write data: Broken pipe
...#39;s a bug, when call virDomainGetState after "service libvirtd stop", I receive signal SIGPIPE.
I want to know how to avoid this problem? And Other interfaces will also encounter this problem?
Below the bt information:
Below some information about my hypervisor:
root@ubuntu-05:/datapool/zhuohf# virsh -v
3.4.0
root@ubuntu-05:/datapool/zhuohf# qemu-x86_64 -version
qemu-x86_64 version 2.9.0
Copyright (c) 2003-2017 Fabrice Bellard and the QEMU Project developers