Change in ovirt-engine[master]: core: prevent transaction roll back on restore stateless vm

Arik Hadas has submitted this change and it was merged. Change subject: core: prevent transaction roll back on restore stateless vm ...................................................................... core: prevent transaction roll back on restore stateless vm If template version update was made successfully when restoring stateless VM, we didn't call setSucceeded(true) so the transaction was rolled-back. So this patch adds the missing call. Change-Id: I9714a4675225ef87ca4e1bdcf934aa87f02428fc Signed-off-by: Arik Hadas <ahadas@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RestoreStatelessVmCommand.java 1 file changed, 3 insertions(+), 0 deletions(-) Approvals: Omer Frenkel: Looks good to me, approved Arik Hadas: Verified -- To view, visit http://gerrit.ovirt.org/34173 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I9714a4675225ef87ca4e1bdcf934aa87f02428fc Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Arik Hadas <ahadas@redhat.com> Gerrit-Reviewer: Omer Frenkel <ofrenkel@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server
participants (1)
-
ahadas@redhat.com