Bug 690088 - Failed to detach interface from args
Summary: Failed to detach interface from args
Keywords:
Status: CLOSED WONTFIX
Alias: None
Product: Red Hat Enterprise Linux 5
Classification: Red Hat
Component: libvirt
Version: 5.6
Hardware: x86_64
OS: Linux
medium
medium
Target Milestone: rc
: ---
Assignee: Daniel Veillard
QA Contact: Virtualization Bugs
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2011-03-23 10:35 UTC by mliu
Modified: 2012-07-03 03:22 UTC (History)
5 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2012-01-31 02:34:44 UTC
Target Upstream Version:


Attachments (Terms of Use)

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:


Note You need to log in before you can comment on or make changes to this bug.