On Mon, Sep 7, 2009 at 5:35 PM, Michael Hale<[email protected]> wrote:

> <constraints>
>    <rsc_location id="router-no-connectivity" rsc="router">
>      <rule id="ping-exclude-rule" score="-INFINITY" >
>        <expression id="ping-exclude" attribute="ping-gateway"
> operation="not_defined"/>

You need the _attribute_ name here, not the resource name.
By default, the resource creates an attribute called "pingd", so change
   attribute="ping-gateway"
to
   attribute="pingd"
and you should find it works
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems

Reply via email to