Bug 418531 - RFE: Make fenced's retry timeout configurable
Summary: RFE: Make fenced's retry timeout configurable
Keywords:
Status: CLOSED UPSTREAM
Alias: None
Product: Fedora
Classification: Fedora
Component: cman
Version: rawhide
Hardware: All
OS: Linux
low
low
Target Milestone: ---
Assignee: Lon Hohberger
QA Contact: Fedora Extras Quality Assurance
URL:
Whiteboard:
Depends On:
Blocks:
TreeView+ depends on / blocked
 
Reported: 2007-12-10 17:58 UTC by Lon Hohberger
Modified: 2008-01-29 21:46 UTC (History)
1 user (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2008-01-29 21:46:50 UTC
Type: ---
Embargoed:


Attachments (Terms of Use)
Makes fenced's retry time configurable from command line or cluster.conf (2.73 KB, patch)
2008-01-29 21:41 UTC, Lon Hohberger
no flags Details | Diff

Description Lon Hohberger 2007-12-10 17:58:48 UTC
Description of problem:

     /* Check for manual intervention */
     override = open_override(comline.override_path);
     if (check_override(override, node->name, 5) > 0) {

The '5' is static (# of seconds between fence retries) and should be configurable.

Comment 1 Lon Hohberger 2008-01-29 21:41:11 UTC
Created attachment 293346 [details]
Makes fenced's retry time configurable from command line or cluster.conf


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