[Pacemaker] still failure-timeout problems

Klaus Darilion klaus.mailinglists at pernau.at
Mon Feb 28 07:54:21 EST 2011


Hi!

I still suffer the problem, that the fail-count is not cleared after
failure-timeout. After the second failure of Kamailio the IP-address is
moved to the other node, and restarted on the previous node after
failure-timeout.

But as the fail-count is not cleared, subsequent failures will cause
immediate failover (instead of moving only after 2 failures).

Is this by design? Or is it a bug?

I am using pacemaker 1.0.9 (Debian backports)

Thanks
Klaus

node armani \
        attributes standby="off"
node bulgari \
        attributes standby="off"
primitive failover-ip ocf:heartbeat:IPaddr \
        params ip="83.136.32.161" \
        op monitor interval="3s"
primitive kamailio lsb:kamailio \
        meta migration-threshold="2" failure-timeout="30" \
        op monitor interval="10" timeout="10"
clone cloneKamailio kamailio
colocation colo_ip_with_kamailio inf: failover-ip cloneKamailio
property $id="cib-bootstrap-options" \
        dc-version="1.0.9-74392a28b7f31d7ddc86689598bd23114f58978b" \
        cluster-infrastructure="openais" \
        expected-quorum-votes="2" \
        stonith-enabled="false" \
        no-quorum-policy="ignore" \
        cluster-recheck-interval="5s"
rsc_defaults $id="rsc-options" \
        resource-stickiness="5"




More information about the Pacemaker mailing list