# HG changeset patch # User Florian Haas <florian.h...@linbit.com> # Date 1309937967 -7200 # Branch stable-1.0 # Node ID b358c816a1f94b831a48aae6d3f4d65f2655a7d6 # Parent 29becb3de7bfcb57c7676e99d137865b95667d43 doc: fix misleading default value for migration-threshold
Configuration Explained correctly mentions that migration thresholds are disabled by default, but talks about a numeric value of 0 in this case. The correct value is INFINITY and shows up as such in crm_mon and friends. Correct the default value in the docs to INFINITY to confuse users less. Thanks to Chisato Kase for reporting this issue. diff -r 29becb3de7bf -r b358c816a1f9 doc/Pacemaker_Explained/en-US/Ch-Resources.xml --- a/doc/Pacemaker_Explained/en-US/Ch-Resources.xml Wed Apr 27 18:20:04 2011 +0200 +++ b/doc/Pacemaker_Explained/en-US/Ch-Resources.xml Wed Jul 06 09:39:27 2011 +0200 @@ -196,7 +196,7 @@ </row> <row> <entry>migration-threshold</entry> - <entry>0 (disabled)</entry> + <entry>INFINITY (disabled)</entry> <entry>How many failures should occur for this resource on a node before making the node ineligible to host this resource. </entry> </row> <row> _______________________________________________ Pacemaker mailing list: Pacemaker@oss.clusterlabs.org http://oss.clusterlabs.org/mailman/listinfo/pacemaker Project Home: http://www.clusterlabs.org Getting started: http://www.clusterlabs.org/doc/Cluster_from_Scratch.pdf Bugs: http://developerbugs.linux-foundation.org/enter_bug.cgi?product=Pacemaker