[DRBD-cvs] r1589 - branches/drbd-0.7/documentation

svn at svn.drbd.org svn at svn.drbd.org
Wed Oct 13 17:03:31 CEST 2004


Author: lars
Date: 2004-10-13 17:03:28 +0200 (Wed, 13 Oct 2004)
New Revision: 1589

Modified:
   branches/drbd-0.7/documentation/drbd.conf.sgml
Log:
no more negative values in wfc-timeout...

Modified: branches/drbd-0.7/documentation/drbd.conf.sgml
===================================================================
--- branches/drbd-0.7/documentation/drbd.conf.sgml	2004-10-13 14:54:07 UTC (rev 1588)
+++ branches/drbd-0.7/documentation/drbd.conf.sgml	2004-10-13 15:03:28 UTC (rev 1589)
@@ -455,10 +455,9 @@
   The init script <citerefentry><refentrytitle>drbd</refentrytitle>
   <manvolnum>8</manvolnum></citerefentry> blocks the boot process
   until the DRBD resources are connected.
+  This is so when the cluster manager starts later,
+  it does not see a resource with internal split-brain.
   In case you want to limit the wait time, do it here.
-  The sign is important.
-  Always use a negative value, positive will (try to) force primary status,
-  which is not what you want, if it has outdated data.
   Default is 0, which means unlimited. Unit is seconds.
   </para></listitem>
 </varlistentry>
@@ -468,7 +467,9 @@
   <listitem><para>
   Wait for connection timeout, if this node was a degraded cluster.
   In case a degraded cluster (= cluster with only one node left)
-  is rebooted, this timeout value is used instead of wfc-timeout.
+  is rebooted, this timeout value is used instead of wfc-timeout,
+  because the peer is less likely to show up in time,
+  if it had been dead before.
   Default is 60, unit is seconds. Value 0 means unlimited.
   </para>
   </listitem>



More information about the drbd-cvs mailing list