Yair Zaslavsky has posted comments on this change. Change subject: core: Upgrade will update image statuses to OK. ......................................................................
Patch Set 1: (1 inline comment) .................................................... File backend/manager/dbscripts/delete_async_tasks_and_compensation_data.sql Line 4: Line 5: -- Change status from LOCKED to OK after upgrade since the tasks will be cacelled. Line 6: UPDATE images Line 7: SET imagestatus = 1 Line 8: WHERE imagestatus = 2; I remind you we have the engine maintainance mode. Upgrade script changes the engine ports (when upgrading from 3.0 to 3.1) so no new commands can be received. At that point zombie tasks value is set to 0, and when engine is restarted, all the tasks are supposed to get cleaned. Line 9: Line 10: -- To view, visit http://gerrit.ovirt.org/10492 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I2a6bd270ebd2125252a4b155f050db103969cb5e Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Ayal Baron <[email protected]> Gerrit-Reviewer: Daniel Erez <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Maor Lipchuk <[email protected]> Gerrit-Reviewer: Vered Volansky <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
