On 05/31/2011 12:22 PM, Martin Claudio wrote:
Hi,

i have a problem with a 2 node cluster with this conf:


<clusternodes>
<clusternode name="TEST1" nodeid="1" votes="1">
<fence/>
</clusternode>
<clusternode name="TEST2" nodeid="2" votes="2">
<fence/>
</clusternode>
</clusternodes>
<cman expected_votes="2"/>

There are a couple of problems here; You need:

<cman expected_votes="1" two_node="1">

With a two-node, quorum is effectively useless, as a single node is allowed to continue. Also, without proper fencing, things will not fail properly. This means that you are in somewhat of an undefined area.

Can you setup proper fencing, make the <cman .../> change and then try again? If the problem persists, please paste your entire cluster.conf (please only alter passwords) along with the relevant sections of logs from both nodes?

--
Digimer
E-Mail:              digi...@alteeve.com
Freenode handle:     digimer
Papers and Projects: http://alteeve.com
Node Assassin:       http://nodeassassin.org
"I feel confined, only free to expand myself within boundaries."

--
Linux-cluster mailing list
Linux-cluster@redhat.com
https://www.redhat.com/mailman/listinfo/linux-cluster

Reply via email to