Hi list,
I'm trying to set up a temporary stonith device based on the meatware
RA. Followed more or less the same lines as when configuring SSH Stonith
RA's in other setups (which worked). For some reason this setup (see
below) doesn't work. Did I forget something? The XML I've written:
*******
<clone id="meat_stonith_cloneset">
<instance_attributes id="meat_stonith_cloneset">
<attributes>
<nvpair id="meat_stonith_cloneset-01" name="clone_max" value="2"/>
<nvpair id="meat_stonith_cloneset-02" name="clone_node_max"
value="1"/>
<nvpair id="meat_stonith_cloneset-03" name="globally_unique"
value="false"/>
</attributes>
</instance_attributes>
<primitive id="meat_stonith_clone" class="stonith" type="meatware"
provider="heartbeat">
<operations>
<op name="monitor" interval="5s" timeout="20s" prereq="nothing"
id="meat_stonith_clone-op-01"/>
<op name="start" timeout="20s" prereq="nothing"
id="meat_stonith_clone-op-02"/>
</operations>
<instance_attributes id="meat_stonith_clone">
<attributes>
<nvpair id="meat_stonith_clone-01" name="hostlist" value="lin lor"/>
</attributes>
</instance_attributes>
</primitive>
</clone>
*********
Further details: using Heartbeat 2.1.2 on SLES 10.1., no particular
changes to ha.cf.
Thanks,
Sander
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems