Omer Frenkel has submitted this change and it was merged.
Change subject: core, engine: Do not count sPAPR VLAN devices as PCI
......................................................................
core, engine: Do not count sPAPR VLAN devices as PCI
The checkPciAndIdeLimits function accounted sPAPR VLAN devices as PCI,
but these devices have their own bus (the spapr-vio bus). This change
skips these devices in the total count of PCI devices done in the VM
related commands.
Change-Id: Iab14ae25f59cd77e29ef444bb1887911a2dcdb05
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=1076518
Signed-off-by: Vitor de Lima <vitor.lima(a)eldorado.org.br>
---
M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/VmCommand.java
1 file changed, 2 insertions(+), 0 deletions(-)
Approvals:
Vitor de Lima: Verified
Jiří Moskovčák: Looks good to me, but someone else must approve
Omer Frenkel: Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/25758
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: Iab14ae25f59cd77e29ef444bb1887911a2dcdb05
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vdelima(a)redhat.com>
Gerrit-Reviewer: Gustavo Frederico Temple Pedrosa <gustavo.pedrosa(a)eldorado.org.br>
Gerrit-Reviewer: Jiří Moskovčák <jmoskovc(a)redhat.com>
Gerrit-Reviewer: Leonardo Bianconi <leonardo.bianconi(a)eldorado.org.br>
Gerrit-Reviewer: Omer Frenkel <ofrenkel(a)redhat.com>
Gerrit-Reviewer: Roy Golan <rgolan(a)redhat.com>
Gerrit-Reviewer: Vitor de Lima <vdelima(a)redhat.com>
Gerrit-Reviewer: automation(a)ovirt.org
Gerrit-Reviewer: oVirt Jenkins CI Server