List:Commits« Previous MessageNext Message »
From:mcbrown Date:February 18 2008 12:18pm
Subject:svn commit - mysqldoc@docsrva: r9893 - trunk/refman-common
View as plain text  
Author: mcbrown
Date: 2008-02-18 13:18:11 +0100 (Mon, 18 Feb 2008)
New Revision: 9893

Log:
Fixing the deadping/deadtime examples



Modified:
   trunk/refman-common/ha-heartbeat.xml


Modified: trunk/refman-common/ha-heartbeat.xml
===================================================================
--- trunk/refman-common/ha-heartbeat.xml	2008-02-18 11:36:59 UTC (rev 9892)
+++ trunk/refman-common/ha-heartbeat.xml	2008-02-18 12:18:11 UTC (rev 9893)
Changed blocks: 2, Lines Added: 9, Lines Deleted: 2; 1174 bytes

@@ -228,7 +228,7 @@
 <programlisting>ping 10.0.0.1
 respawn hacluster /usr/lib64/heartbeat/ipfail
 apiauth ipfail gid=haclient uid=hacluster
-deadping 15</programlisting>
+deadping 5</programlisting>
 
     <para>
       In the above example, the <command>ipfail</command> command, which

@@ -236,9 +236,16 @@
       'fakes' a fault on the currently active server. You need to
       configure the user and group ID under which the command should be
       executed (using the <literal>apiauth</literal>). The failure will
-      be triggered after 15 seconds.
+      be triggered after 5 seconds.
     </para>
 
+    <note>
+      <para>
+        The <literal>deadping</literal> value must be less than the
+        <literal>deadtime</literal> value.
+      </para>
+    </note>
+
     <para>
       The <filename>auth_keys</filename> file holds the authorization
       information for the Heartbeat cluster. The authorization relies on


Thread
svn commit - mysqldoc@docsrva: r9893 - trunk/refman-commonmcbrown18 Feb