Liron Ar has uploaded a new change for review. Change subject: core: remove unneeded load from db ......................................................................
core: remove unneeded load from db the given load is unneeded, therefore being removed. Change-Id: Ib81147871cc546b40750cccdca4f04b21d467eb1 Signed-off-by: Liron Aravot <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java 1 file changed, 0 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/14/20714/1 diff --git a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java index 0f2ea98..58b9a4a 100644 --- a/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java +++ b/backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ExportVmCommand.java @@ -544,7 +544,6 @@ endActionOnAllImageGroups(); VM vm = getVm(); VmHandler.unLockVm(vm); - VmHandler.updateDisksFromDb(vm); setSucceeded(true); } -- To view, visit http://gerrit.ovirt.org/20714 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ib81147871cc546b40750cccdca4f04b21d467eb1 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
