Sandro Bonazzola has submitted this change and it was merged. Change subject: tools : Upgrades from 3.5 on should look for Command Coordinator related changes to Aysc Tasks ......................................................................
tools : Upgrades from 3.5 on should look for Command Coordinator related changes to Aysc Tasks >From 3.5 on Async Tasks exists in two different tables, async_tasks and command_entities. When upgrading from 3.5.x to higher versions we need to check if there any rows in command_entities table where callback_enabled is true and callback_notified is false. If there are any rows upgrades should not be allowed. Change-Id: Ib2c240301cd37df195d60fd8949cd45de78f183e Bug-Url: https://bugzilla.redhat.com/1108162 Signed-off-by: Ravi Nori <[email protected]> --- M packaging/setup/plugins/ovirt-engine-setup/ovirt-engine/upgrade/asynctasks.py 1 file changed, 79 insertions(+), 8 deletions(-) Approvals: Sandro Bonazzola: Looks good to me, approved Simone Tiraboschi: Looks good to me, but someone else must approve Eli Mesika: Looks good to me, but someone else must approve Ravi Nori: Verified oVirt Jenkins CI Server: Looks good to me, but someone else must approve Oved Ourfali: Looks good to me, but someone else must approve -- To view, visit http://gerrit.ovirt.org/28965 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ib2c240301cd37df195d60fd8949cd45de78f183e Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Ravi Nori <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Oved Ourfali <[email protected]> Gerrit-Reviewer: Ravi Nori <[email protected]> Gerrit-Reviewer: Sandro Bonazzola <[email protected]> Gerrit-Reviewer: Simone Tiraboschi <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
