Eli Mesika has posted comments on this change.

Change subject: core: Memory hotunplug
......................................................................


Patch Set 1:

(1 comment)

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

Line 200: select 
fn_db_add_config_value_for_versions_up_to('HotPlugCpuSupported', 
'{"x86_64":"false","ppc64":"false"}', '3.3');
Line 201: select 
fn_db_add_config_value_for_versions_up_to('HotPlugCpuSupported', 
'{"x86_64":"true","ppc64":"false"}', '3.6');
Line 202: select 
fn_db_add_config_value_for_versions_up_to('HotUnplugCpuSupported', 
'{"x86_64":"false","ppc64":"false"}', '3.6');
Line 203: select 
fn_db_add_config_value_for_versions_up_to('HotPlugMemorySupported', 
'{"x86_64":"false","ppc64":"false"}', '3.5');
Line 204: select 
fn_db_add_config_value_for_versions_up_to('HotUnplugMemorySupported', 
'{"x86_64":"false","ppc64":"false"}', '3.5');
IMO , you should also change that for the 3.6 version in the UPGRADE section :

select fn_db_update_config_value('HotUnplugMemorySupported', 
'{"x86_64":"true","ppc64":"false"}', '3.6');
Line 205: select fn_db_add_config_value('MaxMemorySlots','16','general');
Line 206: select 
fn_db_add_config_value('HotPlugMemoryMultiplicationSizeMb','256','general');
Line 207: 
Line 208: -- migration support per architecture


-- 
To view, visit https://gerrit.ovirt.org/41294
To unsubscribe, visit https://gerrit.ovirt.org/settings

Gerrit-MessageType: comment
Gerrit-Change-Id: I53fd56fc1cede366759bd1a3283a75d683bad431
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Vitor de Lima <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Jenkins CI
Gerrit-Reviewer: [email protected]
Gerrit-HasComments: Yes
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to