Eli Mesika has submitted this change and it was merged. Change subject: core: fix upgrade scripts gap validation ......................................................................
core: fix upgrade scripts gap validation Current implementation of upgrade mechanism does not allow subsequent scripts to have more than a 10 gap in their numbering. For example, if last installed script is 03011500 then a subsequent upgrade with 03011501 to 03011510 is OK while 03011511 03011512 and so forth will be rejected. This patch fix bug when moving to another major version , for example from 0301 to 0302. It adds a condition that checks for gaps between two subsequent versions only if their major version (first 4 digits) match. Change-Id: Id260d437914911c71cc2ea22d9a0314e62d72c78 Signed-off-by: Eli Mesika <emes...@redhat.com> --- M backend/manager/dbscripts/dbfunctions.sh 1 file changed, 12 insertions(+), 5 deletions(-) Approvals: Eli Mesika: Verified; Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/9133 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Id260d437914911c71cc2ea22d9a0314e62d72c78 Gerrit-PatchSet: 2 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Moti Asayag <masa...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches