Bug 676015
Summary: | set_link <tap> off not working with vhost-net | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Michael S. Tsirkin <mst> |
Component: | qemu-kvm | Assignee: | Michael S. Tsirkin <mst> |
Status: | CLOSED ERRATA | QA Contact: | Virtualization Bugs <virt-bugs> |
Severity: | medium | Docs Contact: | |
Priority: | unspecified | ||
Version: | 6.0 | CC: | ehabkost, michen, mkenneth, pradeepkumars, shu, virt-maint |
Target Milestone: | rc | Keywords: | Triaged |
Target Release: | --- | ||
Hardware: | Unspecified | ||
OS: | Unspecified | ||
Whiteboard: | |||
Fixed In Version: | qemu-kvm-0.12.1.2-2.145.el6 | Doc Type: | Bug Fix |
Doc Text: |
Cause: vhost keeps being enabled when qemu NIC link is set to 'off'.
Consequence: 'set_link <tap> off' doesn't work when using vhost-net.
Fix: disable vhost when 'set_link <tap> off' monitor command is used.
Result: 'set_link <tap> off' monitor command now works when using vhost.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2011-05-19 11:21:36 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: |
Description
Michael S. Tsirkin
2011-02-08 15:54:09 UTC
Verify this bug with qemu-kvm-0.12.1.2-2.146.el6 as following steps: Test Procedure: ---------------- 1.boot guest with vhost=off, ping guest from host. 2.in qemu monitor: (qemu)set_link hostnet0 off 3.in qemu monitor: (qemu)set_link hostnet0 on 4.boot guest with vhost=on, then do step 2-3 Actual results: ---------------- Both vhost=on/off works correctly. Conclusion: --------------- According to above results, this bug has been resolved. Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: Cause: vhost keeps being enabled when qemu NIC link is set to 'off'. Consequence: 'set_link <tap> off' doesn't work when using vhost-net. Fix: disable vhost when 'set_link <tap> off' monitor command is used. Result: 'set_link <tap> off' monitor command now works when using vhost. An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on therefore solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2011-0534.html |