<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 TRANSITIONAL//EN">
<HTML>
<HEAD>
  <META HTTP-EQUIV="Content-Type" CONTENT="text/html; CHARSET=UTF-8">
  <META NAME="GENERATOR" CONTENT="GtkHTML/3.14.2">
</HEAD>
<BODY>
On a related note, what is the correct value for clean_start in cluster.conf?<BR>
<BR>
<FONT SIZE="2"><FONT COLOR="#000000"><fence_daemon clean_start="1" post_fail_delay="0" post_join_delay="3"/></FONT></FONT><BR>
<BR>
The man page states it should be set to zero "0"... you have it set to "1", which intuitively, makes more sense.<BR>
<BR>
<TT>       To disable fencing at domain-creation time entirely, the -c option can</TT><BR>
<TT>       be  used  to  declare  that  all nodes are in a clean or safe state to</TT><BR>
<TT>       start.  The clean_start cluster.conf option can  also  be  set  to  do</TT><BR>
<TT>       this,  but automatically disabling startup fencing in cluster.conf can</TT><BR>
<TT>       risk file system corruption.</TT><BR>
<BR>
<TT>       Clean-start  is  used  to prevent any startup fencing the daemon might</TT><BR>
<TT>       do.  It indicates that the daemon should assume all  nodes  are  in  a</TT><BR>
<TT>       clean state to start.</TT><BR>
<BR>
<TT>         <fence_daemon clean_start="0"></TT><BR>
<TT>         </fence_daemon></TT><BR>
<BR>
</BODY>
</HTML>