Eli Mesika has submitted this change and it was merged. Change subject: userportal: not passing hostsubject to spice-xpi ......................................................................
userportal: not passing hostsubject to spice-xpi The problem was, that the add_object_column_white_list_table.sql was ran as pre-upgrade script, but it tried to fill the object_column_white_list according to the not-yet crated view named 'vds'. Solved by creating also post-upgrade scripts, as a last step of the upgrade process and making the add_object_column_white_list_table.sql to be a post-upgrade script. Change-Id: Ice7c00a158a8778a6cb424be4e9720715a4df283 Signed-off-by: Tomas Jelinek <[email protected]> (cherry picked from commit 79cbe9b016abbf82e307c0b037d84df580c89738) --- M backend/manager/dbscripts/dbfunctions.sh A backend/manager/dbscripts/upgrade/post_upgrade/add_object_column_white_list_table.sql D backend/manager/dbscripts/upgrade/pre_upgrade/add_object_column_white_list_table.sql 3 files changed, 86 insertions(+), 74 deletions(-) Approvals: Tomas Jelinek: Looks good to me, but someone else must approve Eli Mesika: Verified; Looks good to me, approved Ofer Schreiber: Looks good to me, but someone else must approve Yair Zaslavsky: Looks good to me, approved -- To view, visit http://gerrit.ovirt.org/6640 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ice7c00a158a8778a6cb424be4e9720715a4df283 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: engine_3.1 Gerrit-Owner: Eli Mesika <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Ofer Schreiber <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Yair Zaslavsky <[email protected]> _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
