What `link_mode` values does corosync support?
Environment
- Red Hat Enterprise Linux Server 8, 9 (with the High Availability Add On)
Issue
- What
link_modevalues does corosync support?
Resolution
The link_mode attribute for corosync on RHEL 8+ determines how corosync determines which ring it uses to communicate with. A RHEL 8 cluster can have up to 8 knet rings used to communicate with other nodes in the cluster. If only one interface directive is specified, then link_mode: passive is automatically chosen. Currently only link_mode: passive is supported and the default for 1 or more corosync rings.
There are 3 possible values for link_mode: passive, active, or rr (round-robin).
passive: The active link with the highest priority (highest number) will be used. If one or more links share the same priority the one with the lowest link ID will be used. This is the defaultlink_modeiflink_modeis not specified in the/etc/corosync/corosync.confin thetotemsection. The value ofpassiveis the only supported value forlink_mode.active: All active links will be used simultaneously to send traffic. Theknet_link_priorityis ignored. The link modeactiveis not supported. For more information on why it is not supported then see: This content is not included.[RHEL-7647] Test Only bz to test liink_mode: active - Red Hat Issue Tracker.rr: Each packet will be sent to the next active link in round-robin order. The link moderris not supported. For more information on why it is not supported then see: This content is not included.[RHEL-7647] Test Only bz to test liink_mode: active - Red Hat Issue Tracker.
Related Articles
- Support Policies for RHEL High Availability Clusters - Cluster Interconnect Network Interfaces
- Support Policies for RHEL High Availability clusters - Transport Protocols
This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.