Martin Betak has uploaded a new change for review.

Change subject: core: Support creation of Vms with 4000GB of memory
......................................................................

core: Support creation of Vms with 4000GB of memory

Change-Id: I13a40b21db18e98c02d11fe7ff158a299cd7bc1c
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=1104774
Signed-off-by: Martin Betak <mbe...@redhat.com>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 2 insertions(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/57/28657/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index 90aa783..159d395 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -536,7 +536,7 @@
 select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.1');
 select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.2');
 select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.3');
-select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','2097152','3.4');
+select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','4096000','3.4');
 select fn_db_add_config_value('VmGracefulShutdownMessage','System 
Administrator has initiated shutdown of this Virtual Machine. Virtual Machine 
is shutting down.','general');
 select fn_db_add_config_value('VmGracefulShutdownTimeout','30','general');
 select fn_db_add_config_value('VMMinMemorySizeInMB','256','general');
@@ -773,6 +773,7 @@
 select fn_db_update_config_value('VM64BitMaxMemorySizeInMB','2097152','3.1');
 select fn_db_update_config_value('VM64BitMaxMemorySizeInMB','2097152','3.2');
 select fn_db_update_config_value('VM64BitMaxMemorySizeInMB','2097152','3.3');
+select fn_db_update_config_value('VM64BitMaxMemorySizeInMB','4096000','3.4');
 select 
fn_db_update_config_value('AutoStartVmsRunnerIntervalInSeconds','1','general');
 
 -- Allow to specify SecurityGroups property for vNICs, containing either an 
empty string or a list of one or more comma seperated UUIDs.


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I13a40b21db18e98c02d11fe7ff158a299cd7bc1c
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: ovirt-engine-3.4
Gerrit-Owner: Martin Betak <mbe...@redhat.com>
_______________________________________________
Engine-patches mailing list
Engine-patches@ovirt.org
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to