I have the problem:
[root@stlps001 ~]# tail -10 /var/log/cluster/corosync.log|grep TOTEM
Feb 03 23:46:53 corosync [TOTEM ] Automatically recovered ring 0
Feb 03 23:48:49 corosync [TOTEM ] Automatically recovered ring 1
Feb 03 23:50:40 corosync [TOTEM ] Marking ringid 0 interface 172.16.1.12 FAULTY
Feb 03 23:50:41 corosync [TOTEM ] Automatically recovered ring 0
Feb 03 23:52:37 corosync [TOTEM ] Automatically recovered ring 1
Feb 03 23:54:28 corosync [TOTEM ] Marking ringid 0 interface 172.16.1.12 FAULTY
...
[root@stlps002 ~]# tail -100 /var/log/cluster/corosync.log|grep TOTEM
Feb 04 00:52:41 corosync [TOTEM ] received message requesting test of ring now active
Feb 04 00:52:41 corosync [TOTEM ] Automatically recovered ring 0
Feb 04 00:54:37 corosync [TOTEM ] Marking ringid 1 interface 10.1.4.13 FAULTY
Feb 04 00:54:38 corosync [TOTEM ] received message requesting test of ring now active
Feb 04 00:54:38 corosync [TOTEM ] Automatically recovered ring 1
Feb 04 00:56:30 corosync [TOTEM ] received message requesting test of ring now active
Feb 04 00:56:30 corosync [TOTEM ] Automatically recovered ring 0
Feb 04 00:58:25 corosync [TOTEM ] Marking ringid 1 interface 10.1.4.13 FAULTY
Environment:
# cat /etc/system-release
CentOS release 6.6 (Final)
# corosync -v
Corosync Cluster Engine, version '1.4.7'
Copyright (c) 2006-2009 Red Hat, Inc.
# cat /etc/cluster/cluster.conf
<cluster config_version="16" name="lps">
<fence_daemon/>
<clusternodes>
<clusternode name="stlps001-cl" nodeid="1">
<altname name="stlps001"/>
<fence>
<method name="pcmk-redirect">
<device name="pcmk" port="stlps001-cl"/>
</method>
</fence>
</clusternode>
<clusternode name="stlps002-cl" nodeid="2">
<altname name="stlps001"/>
<fence>
<method name="pcmk-redirect">
<device name="pcmk" port="stlps002-cl"/>
</method>
</fence>
</clusternode>
</clusternodes>
<cman transport="udpu"/>
<fencedevices>
<fencedevice agent="fence_pcmk" name="pcmk"/>
</fencedevices>
<rm>
<failoverdomains/>
<resources/>
</rm>
<logging>
<logging_daemon name="corosync" subsys="TOTEM" debug="on"/>
</logging>
The interfaces stlps001-cl/stlps002-cl - 2x1Gb bond (crossover cables, bond_mode=802.3ad).
The interfaces stlps001/stlps002 - 10Gb (connected over L2 Switch).
Any ideas?
-- Best Regards, Alexey Larin |
_______________________________________________ discuss mailing list discuss@xxxxxxxxxxxx http://lists.corosync.org/mailman/listinfo/discuss