On Mon, Mar 9, 2009 at 10:44 PM, Andreas Kurz <andreas.k...@linbit.com> 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"/>
      </cluster_property_set>
    </crm_config>
_______________________________________________
Linux-HA mailing list
Linux-HA@lists.linux-ha.org
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to