Change in ovirt-engine[ovirt-engine-3.6]: core: Fix task completion after removing a snapshot

Piotr Kliczewski has submitted this change and it was merged. Change subject: core: Fix task completion after removing a snapshot ...................................................................... core: Fix task completion after removing a snapshot When removing a snapshot or disk snapshot, the task neither removed from the database nor from the UI. This patch fixes this behavior by calling ExecutionHandler.endJob after the command completes. Note: this fix is not required on master branch because the framework handles this behavior. Change-Id: Ic6eefaa6ee18994321319b27d1d66fed9fd41677 Bug-Url: https://bugzilla.redhat.com/1344479 Signed-off-by: Ala Hino <ahino@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/RemoveDiskSnapshotsCommandCallback.java 1 file changed, 9 insertions(+), 4 deletions(-) Approvals: Jenkins CI: Passed CI tests Allon Mureinik: Looks good to me, approved Ala Hino: Verified -- To view, visit https://gerrit.ovirt.org/59451 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ic6eefaa6ee18994321319b27d1d66fed9fd41677 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: ovirt-engine-3.6 Gerrit-Owner: Ala Hino <ahino@redhat.com> Gerrit-Reviewer: Ala Hino <ahino@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Jenkins CI Gerrit-Reviewer: Liron Aravot <laravot@redhat.com> Gerrit-Reviewer: Piotr Kliczewski <piotr.kliczewski@gmail.com> Gerrit-Reviewer: Tal Nisan <tnisan@redhat.com>
participants (1)
-
piotr.kliczewski@gmail.com