Eli Mesika has uploaded a new change for review.

Change subject: core: Changing Host free space threshold
......................................................................

core: Changing Host free space threshold

Engine raises a warning that free space in /var/run/vdsm is less than
1G.
/var/run/vdsm contains tiny .pid files, small .recovery files, soft
links, etc. 100MB would be enough for a big production
server.

Change-Id: I138e074fc26f34f6c87e72f5cebd28d29a88b79a
Bug-Url: https://bugzilla.redhat.com/show_bug.cgi?id=906788
Signed-off-by: Eli Mesika <[email protected]>
---
M packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 1 insertion(+), 1 deletion(-)


  git pull ssh://gerrit.ovirt.org:29418/ovirt-engine refs/changes/08/28308/1

diff --git a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql 
b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
index 4ca5e3c..344b02a 100644
--- a/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
+++ b/packaging/dbscripts/upgrade/pre_upgrade/0000_config.sql
@@ -902,7 +902,7 @@
 select 
fn_db_update_default_config_value('LDAPSecurityAuthentication','GSSAPI','default:GSSAPI','general',false);
 select 
fn_db_update_default_config_value('LDAPSecurityAuthentication','SIMPLE','default:SIMPLE','general',false);
 select 
fn_db_update_default_config_value('VdsLocalDisksCriticallyLowFreeSpace','100','500','general',false);
-select fn_db_update_default_config_value('VdsLocalDisksLowFreeSpace','500', 
'1000','general',false);
+select fn_db_update_default_config_value('VdsLocalDisksLowFreeSpace','1000', 
'100','general',false);
 
 -- Reduce the host connection timeout from 180 seconds to 2 seconds and
 -- disable retries for more predictable HA timing:


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

Gerrit-MessageType: newchange
Gerrit-Change-Id: I138e074fc26f34f6c87e72f5cebd28d29a88b79a
Gerrit-PatchSet: 1
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to