Omer Frenkel has uploaded a new change for review. Change subject: core: revert add wrong values in action_version_map table ......................................................................
core: revert add wrong values in action_version_map table revert part of the following commit as it adds not-yet-existing values to the db, making the engine throw exception on startup commit b08518abe4221adb73b0bde70c5a570c1d8290f8 dal: Add HostDev passthrough support #2 Change-Id: I72f62b0a6492dfd28bfebe479888fa405ac5d501 Signed-off-by: Omer Frenkel <ofren...@redhat.com> --- A packaging/dbscripts/upgrade/03_06_1240_revert_03_06_1210_add_vm_host_device_commands.sql 1 file changed, 2 insertions(+), 0 deletions(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/07/39907/1 diff --git a/packaging/dbscripts/upgrade/03_06_1240_revert_03_06_1210_add_vm_host_device_commands.sql b/packaging/dbscripts/upgrade/03_06_1240_revert_03_06_1210_add_vm_host_device_commands.sql new file mode 100644 index 0000000..90bb547 --- /dev/null +++ b/packaging/dbscripts/upgrade/03_06_1240_revert_03_06_1210_add_vm_host_device_commands.sql @@ -0,0 +1,2 @@ +-- Revert entries for AddVmHostDevicesCommand and RemoveVmHostDevicesCommand +delete from action_version_map where action_type in (2350,2351); -- To view, visit https://gerrit.ovirt.org/39907 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: I72f62b0a6492dfd28bfebe479888fa405ac5d501 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Omer Frenkel <ofren...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches