Corosync log in syslog after install

Kamyk

New Member
Oct 16, 2013
18
0
1
Hi all,

I have just installed Proxmox on 2 nodes. All is fine and i love it. Migration, HA/Failover works perfect. But i noticed that i have in /var/log/syslog that problem:

Code:
root@kyle:~# tail -f /var/log/syslog
Oct 16 10:18:02 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:02 kyle corosync[4182]:   [TOTEM ] Invalid packet data
Oct 16 10:18:02 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:02 kyle corosync[4182]:   [TOTEM ] Invalid packet data
Oct 16 10:18:04 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:04 kyle corosync[4182]:   [TOTEM ] Invalid packet data
Oct 16 10:18:06 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:06 kyle corosync[4182]:   [TOTEM ] Invalid packet data
Oct 16 10:18:08 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:08 kyle corosync[4182]:   [TOTEM ] Invalid packet data
Oct 16 10:18:10 kyle corosync[4182]:   [TOTEM ] Received message has invalid digest... ignoring.
Oct 16 10:18:10 kyle corosync[4182]:   [TOTEM ] Invalid packet data

I'm sure i don't have different cluster in my network. Is it possibility to change multicast address and port in my cluster? Or maybe there is different solution for that.

Thank you for help and answer.

Best regards,
Rafal
 
multicast address is automatically computed fro cluster name, so there should be no conflict if you use different names.
 
Hi,

I used name like "cluster" do you think i can change to something else and it will be better?

Best,
Kamyk