Change in ovirt-engine[ovirt-engine-3.6]: core: RunVmCommand using callbacks

Tal Nisan has submitted this change and it was merged. Change subject: core: RunVmCommand using callbacks ...................................................................... core: RunVmCommand using callbacks Set the commnad id and the shouldBeEndedByParent with false. RunVmCommand is calling its only child command, CreateAllSnapshotsFromVmCommand, form the execute command and at the endAction phase. Once the command is used with a callback we need to change the command to be set with ShouldBeEndedByParent as false so the snapshot and the disk will be unlocked. Change-Id: I6a5889eb4ab378347baa46672afaf2edf48cd738 Bug-Url: https://bugzilla.redhat.com/1305809 Signed-off-by: Maor Lipchuk <mlipchuk@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RunVmCommand.java 1 file changed, 4 insertions(+), 0 deletions(-) Approvals: Tal Nisan: Passed CI tests Daniel Erez: Looks good to me, approved Maor Lipchuk: Verified -- To view, visit https://gerrit.ovirt.org/53513 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I6a5889eb4ab378347baa46672afaf2edf48cd738 Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Maor Lipchuk <mlipchuk@redhat.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com> Gerrit-Reviewer: gerrit-hooks <automation@ovirt.org>
participants (1)
-
tnisan@redhat.com