Change in ovirt-engine[master]: core: copy disks from template instead of instance type

Tomas Jelinek has submitted this change and it was merged. Change subject: core: copy disks from template instead of instance type ...................................................................... core: copy disks from template instead of instance type When the VM was created from both template and instance type, all the devices (including the disks) were taken from the instance type. The problem is that the disks are supposed to be taken from the template. This patch ensures that if the VM is created from an instance type, the disks are taken from the template. Change-Id: Iaddc4d3da99c0a459c7339639cca15cbb597df18 Signed-off-by: Tomas Jelinek <tjelinek@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/AddVmCommand.java 1 file changed, 26 insertions(+), 0 deletions(-) Approvals: Tomas Jelinek: Verified Omer Frenkel: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/27630 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Iaddc4d3da99c0a459c7339639cca15cbb597df18 Gerrit-PatchSet: 5 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: Shahar Havivi <shavivi@redhat.com> Gerrit-Reviewer: Tomas Jelinek <tjelinek@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
tjelinek@redhat.com