Gilad Chaplik has posted comments on this change. Change subject: engine: NUMA feature transaction support ......................................................................
Patch Set 7: (2 comments) http://gerrit.ovirt.org/#/c/28241/7/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java File backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java: Line 931: Line 932: protected void addVmNumaNodes() { Line 933: List<VmNumaNode> numaNodes = getParameters().getVmStaticData().getvNumaNodeList(); Line 934: VmNumaNodeOperationParameters params = new VmNumaNodeOperationParameters(getVmId(), numaNodes); Line 935: getBackend().runInternalAction(VdcActionType.AddVmNumaNodes, params); > compensation problem here. AddNumaNodes command doesn't support compensatio could be address later as a bug. Line 936: } Line 937: Line 938: protected void addVmInit() { Line 939: VmHandler.addVmInitToDB(getParameters().getVmStaticData()); Line 932: protected void addVmNumaNodes() { Line 933: List<VmNumaNode> numaNodes = getParameters().getVmStaticData().getvNumaNodeList(); Line 934: VmNumaNodeOperationParameters params = new VmNumaNodeOperationParameters(getVmId(), numaNodes); Line 935: getBackend().runInternalAction(VdcActionType.AddVmNumaNodes, params); Line 936: } > can you fixup 32904 to this patch and upload? Done Line 937: Line 938: protected void addVmInit() { Line 939: VmHandler.addVmInitToDB(getParameters().getVmStaticData()); Line 940: } -- To view, visit http://gerrit.ovirt.org/28241 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: If84e59fa38c9174fe7150116bf3c8832f7fac1dd Gerrit-PatchSet: 7 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Jason Liao <[email protected]> Gerrit-Reviewer: Arik Hadas <[email protected]> Gerrit-Reviewer: Doron Fediuck <[email protected]> Gerrit-Reviewer: Gilad Chaplik <[email protected]> Gerrit-Reviewer: Jason Liao <[email protected]> Gerrit-Reviewer: Michal Skrivanek <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Xiaolei Shi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
