<div>Hi,all.</div><div>I use the corosync 2.0 + pacemaker 1.1.7.I have three nodes in the cluster,h183,h185,h186 and there is a stonith resource in the cluster.</div><div>Then I disable h185`s network so that it can not communicate with other nodes. I see that my cluster calls the fence script to fence h185 and the status of h185 is UNCLEAN.</div>
<div><br></div><div>Node h185 (956999872): UNCLEAN (offline)</div><div>Online: [ h183 h186 ]</div><div><br></div><div> Clone Set: fence-clone [fence]</div><div>     Started: [ h183 h185 h186 ]</div><div>     Stopped: [ fence:3 ]</div>
<div><br></div><div>After fence finished ,h185 becomes OFFLINE:</div><div><br></div><div>Online: [ h183 h186 ]</div><div>OFFLINE: [ h185]</div><div><br></div><div> Clone Set: fence-clone [fence]</div><div>     Started: [ h183 h186 ]</div>
<div>     Stopped: [ fence:1 fence:3 ]</div><div><br></div><div>Then I enable the networking of h185,h185 is still OFFLINE:</div><div>Online: [ h183 h186 ]</div><div>OFFLINE: [ h185 ]</div><div><br></div><div> Clone Set: fence-clone [fence]</div>
<div>     Started: [ h183 h186 ]</div><div>     Stopped: [ fence:1 fence:3 ]</div><div><br></div><div>when I kill the pacemakerd and restart it in h185,h185`s status become online.</div><div><br></div><div>log :</div><div>
2012-11-05T01:27:26.639034+08:00 h183 crmd[2441]:     info: pcmk_quorum_notification: Membership 492880: quorum retained (3)</div><div>2012-11-05T01:27:26.639060+08:00 h183 crmd[2441]:     info: ais_status_callback: status: h185 is now member (was lost)</div>
<div>2012-11-05T01:27:26.639065+08:00 h183 crmd[2441]:     info: crm_update_peer: Node h185: id=956999872 state=member (new) addr=(null) votes=0 born=0 seen=492880 proc=00000000000000000000000000111312</div><div>2012-11-05T01:27:26.639084+08:00 h183 crmd[2441]:     info: send_ais_text: Peer overloaded or membership in flux: Re-sending message (Attempt 1 of 20)</div>
<div><br></div><div>who can help me?</div>