
Tal Nisan has submitted this change and it was merged. Change subject: engine: Import clone VM without copy-collapse ...................................................................... engine: Import clone VM without copy-collapse The user should be able to import and clone a VM without snapshots without setting copy-collapse to true via REST. Also, when importing a VM without snapshots that is based on a template the copy-collapse parameter should not be ignored. The flow in this case in CopyImageGroupCommand should be the same as when copy-collapse is set to true. Change-Id: I8b3f2096341bef7a795813c304aebff3a0ee279e Bug-Url: https://bugzilla.redhat.com/1147011 Signed-off-by: Fred Rolland <frolland@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/ImportVmCommand.java 1 file changed, 9 insertions(+), 5 deletions(-) Approvals: Tal Nisan: Looks good to me, approved Jenkins CI: Passed CI tests Freddy Rolland: Verified -- To view, visit https://gerrit.ovirt.org/51580 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I8b3f2096341bef7a795813c304aebff3a0ee279e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Freddy Rolland <frolland@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>