On Thu, 19 Sep 2013, Jakob Curdes wrote:
Am 19.09.2013 01:21, schrieb David Lang:
<cman two_node="1" expected_votes="1">
<totem vsftype="none" token="5000"
token_retransmits_before_loss_const="10" join="60" consensus="4800"
rrp_mode="none" transport="udpu">
<interface ringnumber="0" bindnetaddr="10.1.18.0" mcastport="5405"
ttl="1"
I have the following configuration which works:
cluster.conf (excerpt):
<clusternodes>
<clusternode name="server1" nodeid="1">
</clusternode>
<clusternode name="server2" nodeid="2">
</clusternode>
</clusternodes>
<cman expected_votes="1" transport="udpu" two_node="1"
default-action-timeout="60s" />
corosync.conf (excerpt):
cluster_name: cluster
transport: udpu
}
nodelist {
node {
ring0_addr: server1
nodeid: 1
}
node {
ring0_addr: server2
nodeid: 2
}
}
I am not sure if all this is needed, but the cluster is using UDP unicast
only; I verified this using tcpdump.
That's the direction we started, but apparently the centos pacemaker/corosync
packages don't look at the corosync.conf file, they expect to extract everything
out of cluster.conf.
David Lang
_______________________________________________
Linux-HA mailing list
[email protected]
http://lists.linux-ha.org/mailman/listinfo/linux-ha
See also: http://linux-ha.org/ReportingProblems