Maor Lipchuk has submitted this change and it was merged.
Change subject: core: Sync Template disks with new GUID.
......................................................................
core: Sync Template disks with new GUID.
Currently ImportVmTemplateCommand use two different kinds of containers
when importing a Template, disks GUIDs and image GUIDs.
Those two containers are correlated, and should be reflected in a map
so it will remain in sync, same as we use in ImportVmCommand.
Signed-off-by: Maor Lipchuk <mlipchuk(a)redhat.com>
Change-Id: I5d0ef009e24aac07e2623dbef0fb762ca333888c
---
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmTemplateCommand.java
M
backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/MoveOrCopyTemplateCommand.java
3 files changed, 11 insertions(+), 16 deletions(-)
Approvals:
Maor Lipchuk: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/20002
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I5d0ef009e24aac07e2623dbef0fb762ca333888c
Gerrit-PatchSet: 8
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Allon Mureinik <amureini(a)redhat.com>
Gerrit-Reviewer: Maor Lipchuk <mlipchuk(a)redhat.com>
Gerrit-Reviewer: Sergey Gotliv <sgotliv(a)redhat.com>
Gerrit-Reviewer: oVirt Jenkins CI Server