Daniel Erez has submitted this change and it was merged. Change subject: core: Fix Live Merge regression ...................................................................... core: Fix Live Merge regression A change in CoCo exposed some bad code in DestroyImageCommand; fix the async task creation to not reference the wrong command type. Change-Id: I90e4b96cb673975c964fcb37146ad6baa510c8eb Bug-Url: https://bugzilla.redhat.com/1141985 Signed-off-by: Greg Padgett <gpadgett@redhat.com> --- M backend/manager/modules/bll/src/main/java/org/ovirt/engine/core/bll/DestroyImageCommand.java 1 file changed, 2 insertions(+), 3 deletions(-) Approvals: Ravi Nori: Looks good to me, but someone else must approve Greg Padgett: Verified Allon Mureinik: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/32960 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: I90e4b96cb673975c964fcb37146ad6baa510c8eb Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Greg Padgett <gpadgett@redhat.com> Gerrit-Reviewer: Allon Mureinik <amureini@redhat.com> Gerrit-Reviewer: Daniel Erez <derez@redhat.com> Gerrit-Reviewer: Greg Padgett <gpadgett@redhat.com> Gerrit-Reviewer: Ravi Nori <rnori@redhat.com> Gerrit-Reviewer: automation@ovirt.org Gerrit-Reviewer: oVirt Jenkins CI Server