Bug 690088

Summary: Failed to detach interface from args
Product: Red Hat Enterprise Linux 5 Reporter: mliu
Component: libvirtAssignee: Daniel Veillard <veillard>
Status: CLOSED WONTFIX QA Contact: Virtualization Bugs <virt-bugs>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.6CC: dallan, dyuan, eblake, kxiong, mliu
Target Milestone: rc   
Target Release: ---   
Hardware: x86_64   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2012-01-31 02:34:44 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:

Description mliu 2011-03-23 10:35:35 UTC
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: