Eli Mesika has posted comments on this change. Change subject: enigne:Trusted Compute Pools - Open Attestation integration with oVirt engine proposal ......................................................................
Patch Set 3: I would prefer that you didn't submit this (3 inline comments) .................................................... File backend/manager/dbscripts/upgrade/03_02_0340_add_trusted_service_to_vds_groups.sql Line 1: select fn_db_add_column('vds_groups', 'trusted_service', 'boolean not null default false'); AFAIK this is a 3.3 feature so prefix of this file must be "03_03" .................................................... File backend/manager/dbscripts/vds_groups_sp.sql Line 24: v_migrate_on_error INTEGER, Line 25: v_virt_service BOOLEAN, Line 26: v_gluster_service BOOLEAN, Line 27: v_tunnel_migration BOOLEAN, Line 28: v _trusted_service BOOLEAN) Please verify that you are able to run create_db.sh without any errors before sending the next patch Line 29: RETURNS VOID Line 30: AS $procedure$ Line 31: BEGIN Line 32: INSERT INTO vds_groups(vds_group_id,description, name, cpu_name, selection_algorithm, high_utilization, low_utilization, Line 202: AS $procedure$ Line 203: BEGIN Line 204: RETURN QUERY SELECT vds_groups.* Line 205: FROM vds_groups Line 206: WHERE trusted_service=true; since this is a boolean it can be simple : WHERE trusted_service; Line 207: END; $procedure$ -- To view, visit http://gerrit.ovirt.org/14605 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: I8ce3448a821c74521d277f92f2c8d63ba0accfed Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Dave Chen <wei.d.c...@intel.com> Gerrit-Reviewer: Dave Chen <wei.d.c...@intel.com> Gerrit-Reviewer: Doron Fediuck <dfedi...@redhat.com> Gerrit-Reviewer: Eli Mesika <emes...@redhat.com> Gerrit-Reviewer: Emily Zhang <lijuan.zh...@intel.com> Gerrit-Reviewer: Gang Wei <gang....@intel.com> Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com> Gerrit-Reviewer: Tal Nisan <tni...@redhat.com> Gerrit-Reviewer: ofri masad <oma...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches