Bug 867806
Summary: | Hotplug NIC should fail when an action of enabling port mirroring on the VM fails | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | GenadiC <gcheresh> |
Component: | vdsm | Assignee: | Igor Lvovsky <ilvovsky> |
Status: | CLOSED ERRATA | QA Contact: | GenadiC <gcheresh> |
Severity: | unspecified | Docs Contact: | |
Priority: | high | ||
Version: | 6.3 | CC: | abaron, bazulay, danken, iheim, ilvovsky, jbiddle, lpeer, myakove, ykaul |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | x86_64 | ||
OS: | Linux | ||
Whiteboard: | network | ||
Fixed In Version: | vdsm-4.9.6-40.0 | Doc Type: | Bug Fix |
Doc Text: |
Previously, if the "port mirroring enable" action on a virtual machine failed, it remained configured in the VDSM. This patch corrects the error so that if enabling port mirroring fails it is properly reflected in the VDSM.
|
Story Points: | --- |
Clone Of: | Environment: | ||
Last Closed: | 2012-12-04 19:12:57 UTC | Type: | Bug |
Regression: | --- | Mount Type: | --- |
Documentation: | --- | CRM: | |
Verified Versions: | Category: | --- | |
oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
Cloudforms Team: | --- | Target Upstream Version: | |
Embargoed: |
Description
GenadiC
2012-10-18 10:27:32 UTC
(In reply to comment #0) > 2. Try to enable port mirroring how do you do that? by starting a fresh vm with a target nic, or by hot-plugging? (verification of this bug should be done for both means, btw) In the specific scenario, that the logs are attached for I was using hotplug with port mirroring When an action of hotplug fails because of port mirroring failure the engine report the hotplug is failed but on the host and also on the VM the new nic created. When trying to start VM with port mirroring enable and if set port mirroring fails the VM will not start. Steps to Reproduce: (On rhel host) 1. mv /sbin/tc /sbin/tc.bak 2. Create VM and start it. 3. Add hotplug nic with port mirroring enabled. Actual results: Hotplug fail on backend but VDSM add the nic to the VM. Expected results: Hotplug should fail. Verified in SI24 Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHSA-2012-1508.html |