我需要使用libvirt-python
侦听存储池事件,但在使用pip
(pip install 'libvirt-python==4.0.0'
)进行安装时,或者甚至在构建/安装时,storagePoolEventRegisterAny
方法不存在回购
我不是一个经验丰富的python开发人员(约1个月)所以也许我想念安装/配置libvirt-python的方式?!
在Ubuntu 16.04上
connection = libvirt.openReadOnly("qemu+tcp://<ip>/system")
connection.storagePoolEventRegisterAny(...)
加上适当的事件循环