Tal Nisan has submitted this change and it was merged.
Change subject: engine: Treat bonds and VLANs properly in host network usage
......................................................................
engine: Treat bonds and VLANs properly in host network usage
Previously VLANs and bond slaves would have been included in the
search for the "bottleneck" interface in network usage, however VLAN
devices' speed is meaningless and bond slaves should be ignored (as
the bond itself will be evaluated).
Change-Id: I71adf32f76414fe34d433177741e73529959992b
Bug-Url:
https://bugzilla.redhat.com/1114085
Signed-off-by: Lior Vernia <lvernia(a)redhat.com>
(cherry picked from commit c3b9082346d91264c08a08c9d0106edd62782c4e)
---
M
backend/manager/modules/common/src/main/java/org/ovirt/engine/core/common/businessentities/network/VdsNetworkInterface.java
M
backend/manager/modules/vdsbroker/src/main/java/org/ovirt/engine/core/vdsbroker/vdsbroker/VdsBrokerObjectsBuilder.java
2 files changed, 21 insertions(+), 8 deletions(-)
Approvals:
Alona Kaplan: Looks good to me, approved
Lior Vernia: Verified
--
To view, visit
http://gerrit.ovirt.org/31506
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I71adf32f76414fe34d433177741e73529959992b
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.5
Gerrit-Owner: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Alona Kaplan <alkaplan(a)redhat.com>
Gerrit-Reviewer: Lior Vernia <lvernia(a)redhat.com>
Gerrit-Reviewer: Moti Asayag <masayag(a)redhat.com>
Gerrit-Reviewer: Tal Nisan <tnisan(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server