Allon Mureinik has submitted this change and it was merged. Change subject: core: AddVmFromSnapshot - avoid early end method run ......................................................................
core: AddVmFromSnapshot - avoid early end method run When adding vm as a clone of snapshot, the vm id should be set as the entity id for the child commands parameters - this prevent a situation in which the end method is called too early. NOTE: seems like the MoveOrCopyImageGroupParameters class might be re-factored so that in a case of given ContainerId, it will be set as the entity id - but that's not in the scope of this change. Change-Id: I7a536cb3c530fd9caa0b121830481604c0558d53 Signed-off-by: Liron Aravot <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmAndCloneImageCommand.java 1 file changed, 1 insertion(+), 0 deletions(-) Approvals: Allon Mureinik: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/12267 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I7a536cb3c530fd9caa0b121830481604c0558d53 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Liron Ar <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Daniel Paikov <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
