Maor Lipchuk has submitted this change and it was merged. Change subject: core: Sync VM disks with new guid when importing a VM. ......................................................................
core: Sync VM disks with new guid when importing a VM. Currently ImportVmCommand use three different kinds of containers when importing a VM: image id, disk id, and the new disk which is about to be added to the DB. The use of those containers has dependency with each other, and should be reflected in only one container so it will remain in sync. the following fix, put those parameters into one map, and use this map when copying a new disk into the Data Center. Change-Id: I5e25c75b95e08bbb5955b4d96a17baff59336e68 Bug-Url: https://bugzilla.redhat.com/970485 Signed-off-by: Maor Lipchuk <[email protected]> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java 1 file changed, 40 insertions(+), 19 deletions(-) Approvals: Maor Lipchuk: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/17169 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I5e25c75b95e08bbb5955b4d96a17baff59336e68 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Alissa Bonas <[email protected]> Gerrit-Reviewer: Allon Mureinik <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Liron Ar <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Sergey Gotliv <[email protected]> Gerrit-Reviewer: Tal Nisan <[email protected]> Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
