corosync[1088]: [TOTEM ] Retransmit List: 23 24 ==> how to add ip address?

PythonTrader

New Member
Sep 25, 2023
29
0
1
I have a cluster of 4 nodes.

when I run `journalctl -u corosync -r` is the so many of these:


```
Dec 25 14:54:39 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 638
Dec 25 14:54:39 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 635
Dec 25 14:54:29 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 629
Dec 25 14:54:18 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 619
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24
Dec 25 14:48:13 pve-5060 corosync[1088]: [TOTEM ] Retransmit List: 23 24


```

is there any way to have pve include the IP address of the node with `Retransmit ` log?
 
is there any way to have pve include the IP address of the node with `Retransmit ` log?
Sorry, I do not know.

After checking the physical connections you may check the connectivity with corosync-cfgtool; my own cluster tells me:
Code:
~# corosync-cfgtool  -n
Local node ID 8, transport knet
nodeid: 2 reachable
   LINK: 0 udp (10.3.16.8->10.3.16.9) enabled connected mtu: 1397
   LINK: 1 udp (10.11.16.8->10.11.16.9) enabled connected mtu: 1397

nodeid: 3 reachable
   LINK: 0 udp (10.3.16.8->10.3.16.6) enabled connected mtu: 1397
   LINK: 1 udp (10.11.16.8->10.11.16.11) enabled connected mtu: 1397
...

Retransmission is not always a hard failure state: https://xahteiwi.eu/resources/hints-and-kinks/whats-totem-retransmit-list-all-about-corosync/


---
Added after re-reading after posting: thank you for making me take a look - my "nodeid:3" seems to have a wrong config...
 
Last edited: