[Linux-cluster] Proposed change to /etc/init.d/fenced

Birger Wathne Birger.Wathne at ift.uib.no
Thu May 12 10:43:55 UTC 2005


Lon Hohberger wrote:

>On Thu, 2005-05-05 at 18:25 +0200, birger wrote:
>
>  
>
>>If the startup files would let me set parameters in 
>>/etc/sysconfig/cluster (it's already being sourced by the fenced script 
>>at least) I wouldn't have to worry...
>>    
>>
>
>Don't all (or most) of them do this?
>
>(They probably all *should*, if they're not currently...)
>  
>
The startup file for ccsd does, but fenced doesn't. I have changed my 
fenced file to follow the coding and naming convention from the ccsd 
startup file. Here is a diff.

10a11,12
 > FENCED_OPTS=-w
 >
21c23
<       fence_tool join -w > /dev/null 2>&1
---
 >       fence_tool join ${FENCED_OPTS} > /dev/null 2>&1

-- 
birger




More information about the Linux-cluster mailing list