Vinzenz Feenstra has uploaded a new change for review. Change subject: core: el7 allows 4TiB max memory, enable for 3.6+ clusters ......................................................................
core: el7 allows 4TiB max memory, enable for 3.6+ clusters With this patch we will allow the usage of up to 4 TiB per VM Change-Id: Idb09797879553b38fd11517294d33dfa4d0246b3 Bug-Url: https://bugzilla.redhat.com/1201327 Signed-off-by: Vinzenz Feenstra <vfeen...@redhat.com> --- M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 1 file changed, 3 insertions(+), 1 deletion(-) git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/70/38670/1 diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql index 9833988..124e840 100644 --- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql +++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql @@ -538,7 +538,8 @@ select fn_db_add_config_value('VM32BitMaxMemorySizeInMB','20480','general'); select fn_db_add_config_value('VM64BitMaxMemorySizeInMB','524288','3.0'); select fn_db_add_config_value_for_versions_up_to('VM64BitMaxMemorySizeInMB','2097152','3.3'); -select fn_db_add_config_value_for_versions_up_to('VM64BitMaxMemorySizeInMB','4096000','3.6'); +select fn_db_add_config_value_for_versions_up_to('VM64BitMaxMemorySizeInMB','4096000','3.5'); +select fn_db_add_config_value_for_versions_up_to('VM64BitMaxMemorySizeInMB','4194304','3.6'); 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'); @@ -814,6 +815,7 @@ 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('VM64BitMaxMemorySizeInMB','4096000','3.5'); +select fn_db_update_config_value('VM64BitMaxMemorySizeInMB','4194304','3.6'); select fn_db_update_config_value('AutoStartVmsRunnerIntervalInSeconds','1','general'); -- enable migration, memory snapshot and suspend in the ppc64 architecture -- To view, visit https://gerrit.ovirt.org/38670 To unsubscribe, visit https://gerrit.ovirt.org/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Idb09797879553b38fd11517294d33dfa4d0246b3 Gerrit-PatchSet: 1 Gerrit-Project: ovirt-engine Gerrit-Branch: master Gerrit-Owner: Vinzenz Feenstra <vfeen...@redhat.com> _______________________________________________ Engine-patches mailing list Engine-patches@ovirt.org http://lists.ovirt.org/mailman/listinfo/engine-patches