Eli Mesika has submitted this change and it was merged.
Change subject: core: Change PM delay for Start/Stop operations
......................................................................
core: Change PM delay for Start/Stop operations
currently when a Start/Stop operation is invoked, the default number of
retries is 3 while the delay between retries is 60 sec.
That means that if when we initially check the status after a Start/Stop
operation it does not reach on/off status we will have to wait 60
seconds to sample the status again
A shorter delay of 10 seconds while keeping the total default waiting
time untouched (means modifying default number of retries to 18 will
improve user experience in PM operations
Default config values were changed to:
FenceStartStatusDelayBetweenRetriesInSec=10
FenceStartStatusRetries=18
FenceStopStatusDelayBetweenRetriesInSec=10
FenceStopStatusRetries=18
Since those values are not exposed to engine-config, we can simply
override the installed value.
Change-Id: I876d98013e2c3874680660940f78b8f14778fa92
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
Bug-Url:
https://bugzilla.redhat.com/show_bug.cgi?id=908778
Signed-off-by: Eli Mesika <emesika(a)redhat.com>
---
M backend/manager/dbscripts/upgrade/pre_upgrade/0000_config.sql
1 file changed, 4 insertions(+), 0 deletions(-)
Approvals:
Eli Mesika: Verified; Looks good to me, approved
--
To view, visit
http://gerrit.ovirt.org/11876
To unsubscribe, visit
http://gerrit.ovirt.org/settings
Gerrit-MessageType: merged
Gerrit-Change-Id: I876d98013e2c3874680660940f78b8f14778fa92
Gerrit-PatchSet: 2
Gerrit-Project: ovirt-engine
Gerrit-Branch: master
Gerrit-Owner: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Eli Mesika <emesika(a)redhat.com>
Gerrit-Reviewer: Michael Kublin <mkublin(a)redhat.com>
Gerrit-Reviewer: Yair Zaslavsky <yzaslavs(a)redhat.com>