Eli Mesika has posted comments on this change.

Change subject: core, engine: Fix HotPlugCpuSupported config value
......................................................................


Patch Set 1:

(1 comment)

http://gerrit.ovirt.org/#/c/24134/1/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
File packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql:

Line 162: select 
fn_db_add_config_value('HotPlugCpuSupported','{"x86_64":"false","ppc64":"false"}','3.0');
Line 163: select 
fn_db_add_config_value('HotPlugCpuSupported','{"x86_64":"false","ppc64":"false"}','3.1');
Line 164: select 
fn_db_add_config_value('HotPlugCpuSupported','{"x86_64":"false","ppc64":"false"}','3.2');
Line 165: select 
fn_db_add_config_value('HotPlugCpuSupported','{"x86_64":"false","ppc64":"false"}','3.3');
Line 166: select 
fn_db_add_config_value('HotPlugCpuSupported','{"x86_64":"true","ppc64":"false"}','3.4');
Please use : fn_db_rename_config_key
See examples in the following section :

------------------------------------------------------------------------------------
-- Rename existing configuration key names, values modifications are preserved
------------------------------------------------------------------------------------
Line 167: select 
fn_db_add_config_value('MigrationSupportForNativeUsb','false','3.0');
Line 168: select 
fn_db_add_config_value('MigrationSupportForNativeUsb','false','3.1');
Line 169: select 
fn_db_add_config_value('NetworkLinkingSupported','false','3.0');
Line 170: select 
fn_db_add_config_value('NetworkLinkingSupported','false','3.1');


-- 
To view, visit http://gerrit.ovirt.org/24134
To unsubscribe, visit http://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I3ef5b2e39b2067239721a65b031d247ace3b0c2c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-Reviewer: Eli Mesika <emes...@redhat.com>
Gerrit-Reviewer: Omer Frenkel <ofren...@redhat.com>
Gerrit-Reviewer: Roy Golan <rgo...@redhat.com>
Gerrit-Reviewer: Vitor de Lima <vitor.l...@eldorado.org.br>
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to