Bug 418531

Summary: RFE: Make fenced's retry timeout configurable
Product: [Fedora] Fedora Reporter: Lon Hohberger <lhh>
Component: cmanAssignee: Lon Hohberger <lhh>
Status: CLOSED UPSTREAM QA Contact: Fedora Extras Quality Assurance <extras-qa>
Severity: low Docs Contact:
Priority: low    
Version: rawhideCC: teigland
Target Milestone: ---   
Target Release: ---   
Hardware: All   
OS: Linux   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2008-01-29 21:46:50 UTC Type: ---
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Attachments:
Description Flags
Makes fenced's retry time configurable from command line or cluster.conf none

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