Eli Mesika has posted comments on this change. Change subject: core, engine, webadmin: Consider only online logical CPUs ......................................................................
Patch Set 3: (2 comments) http://gerrit.ovirt.org/#/c/33788/3/packaging/dbscripts/upgrade/03_06_0410_add_online_cpu_list.sql File packaging/dbscripts/upgrade/03_06_0410_add_online_cpu_list.sql: Line 1: select fn_db_add_column('vds_dynamic', 'online_cpus', 'VARCHAR(1000)'); why 1000 ??? seems more safer to set as a text column http://gerrit.ovirt.org/#/c/33788/3/packaging/dbscripts/vds_sp.sql File packaging/dbscripts/vds_sp.sql: Line 292: v_is_numa_supported BOOLEAN, Line 293: v_supported_rng_sources VARCHAR(255), Line 294: v_is_live_snapshot_supported BOOLEAN, Line 295: v_is_live_merge_supported BOOLEAN, Line 296: v_online_cpus VARCHAR(1000)) varchar(1000) => text Line 297: RETURNS VOID Line 298: Line 299: --The [vds_dynamic] table doesn't have a timestamp column. Optimistic concurrency logic cannot be generated Line 300: AS $procedure$ -- To view, visit http://gerrit.ovirt.org/33788 To unsubscribe, visit http://gerrit.ovirt.org/settings Gerrit-MessageType: comment Gerrit-Change-Id: Ib20f20d6003502fe2f2864abb5ad8f4f5a19ecdc Gerrit-PatchSet: 3 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vitor de Lima <[email protected]> Gerrit-Reviewer: Eli Mesika <[email protected]> Gerrit-Reviewer: Jiří Moskovčák <[email protected]> Gerrit-Reviewer: Omer Frenkel <[email protected]> Gerrit-Reviewer: Roy Golan <[email protected]> Gerrit-Reviewer: Tomas Jelinek <[email protected]> Gerrit-Reviewer: Vitor de Lima <[email protected]> Gerrit-Reviewer: [email protected] Gerrit-Reviewer: oVirt Jenkins CI Server Gerrit-HasComments: Yes _______________________________________________ Engine-patches mailing list [email protected] http://lists.ovirt.org/mailman/listinfo/engine-patches
