You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Sep 30, 2023. It is now read-only.
使用virsh attach-device成功
vm xml里增加了disk信息
然后使用virsh detach-device 卸载设备,也返回成功
但是
virsh dumpxml avocado-vt-vm1
还是显示disk信息libvirtd日志如下
其中没有找到类似于
detach_disk
时的DEVICE_DELETED
消息,在detach_disk
时需要这个 event 来通知 libvirt 删除 xml 中的相关信息感觉这里是 qemu 没有通知 libvirt detach_device 完成了,所以 libvirt 没有删除 xml 中的信息
参考:https://bugzilla.redhat.com/show_bug.cgi?id=2035237
The text was updated successfully, but these errors were encountered: