Bug ID 1182885
Summary libvirt NodeDeviceDetach no longer works on Xen unless driver explicitly specified
Classification openSUSE
Product openSUSE Tumbleweed
Version Current
Hardware Other
OS Other
Status NEW
Severity Normal
Priority P5 - None
Component Virtualization:Tools
Assignee virt-bugs@suse.de
Reporter jfehlig@suse.com
QA Contact qa-bugs@suse.de
Found By ---
Blocker ---

The libvirt NodeDeviceDetach API no longer works for Xen unless the stub driver
name is specified. E.g.

# virsh nodedev-detach pci_0000_0a_10_0
error: Failed to detach device pci_0000_0a_10_0
error: An error occurred, but the cause is unknown

It works if the stub driver name is explicitly specified

# virsh nodedev-detach pci_0000_0a_10_0 --driver xen

This is a regression wrt previous libvirt versions and was introduced by commit
887dd0d331.


You are receiving this mail because: