Pavel Georgiev wrote: > On Mon, Mar 9, 2009 at 10:44 PM, Andreas Kurz <[email protected]> wrote: >> Have a look at the output of "/usr/lib/heartbeat/crmd metadata" and search >> for "cluster_recheck_interval" ... and add it to your crm_config. >> >> I think Andrew already added a patch to pacemaker so the >> cluster_recheck_interval is enabled by default and can be changed during >> runtime ... in the next release. >> > Do I need to do anything else besides updating my config and > restarting heartbeat on all nodes? My crm_config looks like that, but > this still has no effect: > > <crm_config> > <cluster_property_set id="cib-bootstrap-options"> > <nvpair id="cib-bootstrap-options-dc-version" > name="dc-version" > value="1.0.2-c02b459053bfa44d509a2a0e0247b291d93662b7"/> > <nvpair id="cib-bootstrap-options-cluster-delay" > name="cluster-delay" value="30s"/> > <nvpair id="cib-bootstrap-options-stonith-enabled" > name="stonith-enabled" value="FALSE"/> > <nvpair id="cib-bootstrap-options-start-failure" > name="start-failure-is-fatal" value="FALSE"/> > <nvpair id="cib-bootstrap-options-last-lrm-refresh" > name="last-lrm-refresh" value="1236093673"/> > <nvpair id="cluster-recheck-interval" > name="cluster-recheck-interval" value="1min"/>
try 'cluster_recheck_interval' ... underscores ... > </cluster_property_set> > </crm_config> > _______________________________________________ > Linux-HA mailing list > [email protected] > http://lists.linux-ha.org/mailman/listinfo/linux-ha > See also: http://linux-ha.org/ReportingProblems > -- : Andreas Kurz : LINBIT | Your Way to High Availability : Tel +43-1-8178292-64, Fax +43-1-8178292-82 : : http://www.linbit.com DRBD® and LINBIT® are registered trademarks of LINBIT, Austria. This e-mail is solely for use by the intended recipient(s). Information contained in this e-mail and its attachments may be confidential, privileged or copyrighted. If you are not the intended recipient you are hereby formally notified that any use, copying, disclosure or distribution of the contents of this e-mail, in whole or in part, is prohibited. Also please notify immediately the sender by return e-mail and delete this e-mail from your system. Thank you for your co-operation. _______________________________________________ Linux-HA mailing list [email protected] http://lists.linux-ha.org/mailman/listinfo/linux-ha See also: http://linux-ha.org/ReportingProblems
