Hide Forgot
Description of problem: When detach interface from args, failed with error message Version-Release number of selected component (if applicable): libvirt-0.8.2-15.el5_6.3 kvm-83-224.el5 kernel-2.6.18-238.8.1.el5 How reproducible: Always Steps to Reproduce: 1.#virsh dumpxml rhel6 ... <interface type='network'> <mac address='52:54:00:bd:bb:f8'/> <source network='default'/> <target dev='vnet1'/> <model type='virtio'/> <address type='pci' domain='0x0000' bus='0x00' slot='0x03' function='0x0'/> </interface> ... 2.# virsh detach-interface rhel6 network --mac 52:54:00:bd:bb:f8 Actual results: error: Failed to detach interface error: operation failed: unable to determine original VLAN Expected results: Interface detached successfully Additional info: