Bug 596274
Summary: | QMP: netdev_del sometimes fails claiming the device is in use | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Daniel Berrangé <berrange> |
Component: | qemu-kvm | Assignee: | Markus Armbruster <armbru> |
Status: | CLOSED CURRENTRELEASE | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | low | ||
Version: | 6.0 | CC: | amit.shah, juzhang, llim, tburke, virt-maint |
Target Milestone: | rc | ||
Target Release: | --- | ||
Hardware: | All | ||
OS: | Linux | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.82.el6 | Doc Type: | Bug Fix |
Doc Text: | Story Points: | --- | |
Clone Of: | Environment: | ||
Last Closed: | 2010-07-02 05:09:03 UTC | Type: | --- |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: | |||
Bug Depends On: | |||
Bug Blocks: | 580953 |
Description
Daniel Berrangé
2010-05-26 14:05:00 UTC
This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux major release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Major release. This request is not yet committed for inclusion. Using the comment0 steps Reproduced on qemu-kvm-0.12.1.2-2.77.el6 After step 5,qmp emit the following message. "{"error": {"class": "DeviceInUse", "desc": "Device 'hostnet2' is in use", "data": {"device": "hostnet2"}}}" Verified on qemu-kvm-0.12.1.2-2.82.el6 before step5 Devices not on any VLAN: net1: model=virtio-net-pci,macaddr=1a:2b:3c:4d:5f:6e hostnet2: ifname=tap0,script=/etc/qemu-ifup,downscript=/etc/qemu-ifdown after step5 Devices not on any VLAN: net1: model=virtio-net-pci,macaddr=1a:2b:3c:4d:5f:6e Results: {"return": {}} netdev_del succeeds. |