Barak Azulay has posted comments on this change.

Change subject: Adding parameters to delay fence based on host's load
......................................................................


Patch Set 4: (4 inline comments)

....................................................
File backend/manager/dbscripts/upgrade/03_03_0110_delay_fence_parameters.sql
Line 1: select 
fn_db_add_config_value('DelayResetForSpmInSeconds','10','general');
Line 2: select fn_db_add_config_value('DelayResetPerVmInSeconds','3','general');
I would start with 0.5 secs per VM 
and 20 secs on the SPM


....................................................
File backend/manager/tools/src/main/conf/engine-config.properties
Line 147: SysPrepWindows8Path.description= "Path to a Windows 8 machine 
Sys-Prep file."
Line 148: SysPrepWindows8x64Path.description= "Path to a Windows 8 x64 machine 
Sys-Prep file."
Line 149: SysPrepWindows2012x64Path.description="Path to a Windows 2012 x64 
machine Sys-Prep file."
Line 150: SysPrepXPPath.description="Path to a Windows XP machine Sys-Prep 
file."
Line 151: TimeoutToResetVdsInSeconds.description="Communication timeout in 
seconds before trying to reset"
"Base Communication timeout in seconds before trying to reset a host"
Line 152: TimeoutToResetVdsInSeconds.type=Integer
Line 153: DelayResetForSpmInSeconds.description="Delay timeout before reset if 
host runs as SPM"
Line 154: DelayResetForSpmInSeconds.type=Double
Line 155: DelayResetPerVmInSeconds.description="Delay timeout for running vm 
before reset"


Line 149: SysPrepWindows2012x64Path.description="Path to a Windows 2012 x64 
machine Sys-Prep file."
Line 150: SysPrepXPPath.description="Path to a Windows XP machine Sys-Prep 
file."
Line 151: TimeoutToResetVdsInSeconds.description="Communication timeout in 
seconds before trying to reset"
Line 152: TimeoutToResetVdsInSeconds.type=Integer
Line 153: DelayResetForSpmInSeconds.description="Delay timeout before reset if 
host runs as SPM"
"Additional delay before reset due to a communication issue, when host is SPM"
Line 154: DelayResetForSpmInSeconds.type=Double
Line 155: DelayResetPerVmInSeconds.description="Delay timeout for running vm 
before reset"
Line 156: DelayResetPerVmInSeconds.type=Double
Line 157: TimeToReduceFailedRunOnVdsInMinutes.description="Time to Reduce 
Failed Run on Host (in minutes)"


Line 151: TimeoutToResetVdsInSeconds.description="Communication timeout in 
seconds before trying to reset"
Line 152: TimeoutToResetVdsInSeconds.type=Integer
Line 153: DelayResetForSpmInSeconds.description="Delay timeout before reset if 
host runs as SPM"
Line 154: DelayResetForSpmInSeconds.type=Double
Line 155: DelayResetPerVmInSeconds.description="Delay timeout for running vm 
before reset"
"Additional delay before reset due to a communication issue, per VM running on 
the host"
Line 156: DelayResetPerVmInSeconds.type=Double
Line 157: TimeToReduceFailedRunOnVdsInMinutes.description="Time to Reduce 
Failed Run on Host (in minutes)"
Line 158: TimeToReduceFailedRunOnVdsInMinutes.type=Integer
Line 159: UserDefinedVMProperties.description="User defined VM properties"


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

Gerrit-MessageType: comment
Gerrit-Change-Id: I69c15b254cb5323416aaa33756866218870056d2
Gerrit-PatchSet: 4
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Yaniv Bronhaim <[email protected]>
Gerrit-Reviewer: Barak Azulay <[email protected]>
Gerrit-Reviewer: Eli Mesika <[email protected]>
Gerrit-Reviewer: Maor Lipchuk <[email protected]>
Gerrit-Reviewer: Omer Frenkel <[email protected]>
Gerrit-Reviewer: Yair Zaslavsky <[email protected]>
Gerrit-Reviewer: Yaniv Bronhaim <[email protected]>
_______________________________________________
Engine-patches mailing list
[email protected]
http://lists.ovirt.org/mailman/listinfo/engine-patches

Reply via email to