I'm building a new proxmox cluster and I want to use MLAG + separated VLANS for ceph, lan and corosync. Everything it's working, linked and pingable but I'm facing random errors only in my corosync network similar to
this happens especially when I reboot nodes, or when I reboot the switches or sometimes random. So I searched a lot and I found this of y 2019
https://forum.proxmox.com/threads/cluster-lacp.90668/
it says that in this https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration documentation is reported
but I think that the documentation changed because I cannot find this reference. So I want to know if this is still valid, and why LACP is a problem since I think is a lower layer and therefore cannot affect clustering?
Code:
[KNET ] host: host: 3 has no active links 802.3ad bond
[TOTEM ] Retransmit List: 8 9 a 1 5 7 12 13
this happens especially when I reboot nodes, or when I reboot the switches or sometimes random. So I searched a lot and I found this of y 2019
https://forum.proxmox.com/threads/cluster-lacp.90668/
it says that in this https://pve.proxmox.com/pve-docs/pve-admin-guide.html#sysadmin_network_configuration documentation is reported
If you intend to run your cluster network on the bonding interfaces, then
you have to use active-passive mode on the bonding interfaces, other modes
are unsupported.
but I think that the documentation changed because I cannot find this reference. So I want to know if this is still valid, and why LACP is a problem since I think is a lower layer and therefore cannot affect clustering?