Hi,<br><br>I configured two nodes cluster on RHEL 5.3 with the following resources. Note that I am using  pacemaker-1.0.6.<br>- IPMI stonith as a clone. Each IPMI clone is monitoring the other node.<br>- One Master/Slave resource: Master is running on node1, Slave is running on node2.<br>
- One FakeIPMI resource.<br><br>When I manually trigger the failure in monitor and stop operation of FakeIPMI at node1, the IPMI stonith running on node2 detects its state unclean correctly and it tries to demote Master resource in node1 and reset th node1. The problem I am seeing is the promotion happens 60 sec later after the stonith reset the node1 successfully. <br>
<br>I want the Slave gets promoted immediately right after the stonith reset returned successfully! From the log, the promotion is started by demote operation timeout. Obviously the Master node is rebooting and the demote will get timeout. I think the demote operation should be cancelled when the stonith reset the node and the promotion should happen immediately from.<br>
<br>Thanks<br>