Yair Zaslavsky has uploaded a new change for review. Change subject: core: Fixing import vm when there is vm with snapshots ......................................................................
core: Fixing import vm when there is vm with snapshots When there is VM with snapshot , there is more than one DiskImage that has the same Disk. As a result of this, two VmDevice objects will be added to the DB with the same ID. This patch fixes this - it gets a set of Disks (each entry is unique) from the images collection Change-Id: I12924a74b9ccc51a2ba3646952796c36440c49e5 Acked-By: --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/utils/VmDeviceUtils.java 1 file changed, 20 insertions(+), 2 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/30/3030/1 -- To view, visit http://gerrit.ovirt.org/3030 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I12924a74b9ccc51a2ba3646952796c36440c49e5 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
