On 7/18/07, Taldevkar, Chetan <[EMAIL PROTECTED]> wrote:
Hi all,
I have heartbeat 2.0.8 with following configurations.
Node1 score = 101500
Node2 score = 101000
default_resource_stickiness = -200
default_resource_failure_stickiness = -351
It should failover after retries
(101500-101000 - (-200)) = 700
700/abs(-351) = 1.99 times
Initial failcount for node 1 and node 2 are zero.
1. Node 1 Failsover to Node2 with failcount 2
2. Node 2 failsover to node1 with failcount 2
3. Node 1 failsover to node2 with failcount 5
4. Node 2 failsover to node1 with failcount 5
5. Node 1 failsover to node2 with failcount 9
6. Node 2 failsover to node1 with failcount 7
Is this expected behavior? Why in iteration 3 failcount is increased to
5 instead of 4 i.e. (2+2). Then check out iteration 5 it is shot up to 4
times more.
try upgrading first and then attach logs if it persists
How do I make retry count constant i.e. 2 ?
Am I correct in choosing 2.0.8 version or should I choose other version?
nope - too old.
try grabbing something more recent from:
http://software.opensuse.org/download/server:/ha-clustering/
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems