On Fri, Feb 4, 2011 at 12:00 PM, Stratos Zolotas <str...@gmail.com> wrote:
> Hello to all.
>
> I have a very simple setup (trying to learn) with two nodes
> (Active/Passive) and a simple resource (failover ip).
>
> I'm trying to setup the cluster to change the running node for the
> resource when ping fails. I have four hosts in my host list and
> everything is working nice. The resource goes to the node with the
> more active pings.
>
> The problem is that when i try to add two more hosts on the ping's
> host list, then the clone resource fails to start.
>
> I'm running on SLES 11 SP1.
>
> My config is:
>
> crm configure show
> node hyper1
> node hyper2 \
>        attributes standby="off"
> primitive common_ip ocf:heartbeat:IPaddr2 \
>        description="Public common IP" \
>        meta target-role="started" \
>        operations $id="common_ip-operations" \
>        op monitor interval="10s" timeout="20s" \
>        params ip="192.168.100.93"
> primitive ping ocf:pacemaker:ping \
>        operations $id="ping-operations" \
>        op monitor interval="10" timeout="60" \
>        params dampen="10s" multiplier="1000" host_list="192.168.101.11
> 192.168.101.12 192.168.102.11 192.168.102.12"
> clone Connected ping \
>        meta target-role="started"
> location ip-no-lan common_ip \
>        rule $id="ip-no-lan-prefer-rule" pingd: defined pingd
> property $id="cib-bootstrap-options" \
>        dc-version="1.1.2-2e096a41a5f9e184a1c1537c82c6da1093698eb5" \
>        cluster-infrastructure="openais" \
>        expected-quorum-votes="2" \
>        stonith-enabled="false" \
>        no-quorum-policy="ignore" \
>        default-resource-stickiness="500" \
>        last-lrm-refresh="1296736986"
>
> The above config works as expected but the Clone resource fails to
> start as soon as i add two more hosts on the host_list.
>
> Any hints?

Increase the timeouts perhaps?
Maybe the isn't enough time to ping that many hosts.

> Thank you in advance.
>
> Stratos.
> _______________________________________________
> 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
>
_______________________________________________
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