Bug 908778 - Change PM delay for Start/Stop operations
Summary: Change PM delay for Start/Stop operations
Keywords:
Status: CLOSED CURRENTRELEASE
Alias: None
Product: Red Hat Enterprise Virtualization Manager
Classification: Red Hat
Component: ovirt-engine
Version: 3.2.0
Hardware: Unspecified
OS: Unspecified
medium
medium
Target Milestone: ---
: 3.2.0
Assignee: Eli Mesika
QA Contact: Tareq Alayan
URL:
Whiteboard: infra
Depends On:
Blocks: 915537
TreeView+ depends on / blocked
 
Reported: 2013-02-07 13:53 UTC by Eli Mesika
Modified: 2016-02-10 19:16 UTC (History)
11 users (show)

Fixed In Version: sf8
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed:
oVirt Team: Infra
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)


Links
System ID Private Priority Status Summary Last Updated
oVirt gerrit 11876 0 None None None Never

Description Eli Mesika 2013-02-07 13:53:50 UTC
Description of problem:
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 

Version-Release number of selected component (if applicable):


How reproducible:
Always

Steps to Reproduce:
1.Run a system with 2 Hosts h1 & h2 , h1 has PM
2.turn vdsmd down on h1
3.h1 will be fenced by h2
4.sometimes it will take more than a minute to update h1 status
  
Actual results:
Status change is delay due to improper value of delay between retries

FenceStartStatusDelayBetweenRetriesInSec=60
FenceStartStatusRetries=3
FenceStopStatusDelayBetweenRetriesInSec=60
FenceStopStatusRetries=3

Expected results:

Status should be changed ASAP
Default config values should be changed to 

FenceStartStatusDelayBetweenRetriesInSec=10
FenceStartStatusRetries=18
FenceStopStatusDelayBetweenRetriesInSec=10
FenceStopStatusRetries=18


Additional info:

Comment 1 Eli Mesika 2013-02-10 14:19:32 UTC
fixed in commit : 17aafef

Comment 3 Itamar Heim 2013-06-11 09:25:30 UTC
3.2 has been released

Comment 4 Itamar Heim 2013-06-11 09:30:21 UTC
3.2 has been released

Comment 5 Itamar Heim 2013-06-11 09:45:46 UTC
3.2 has been released


Note You need to log in before you can comment on or make changes to this bug.