Branch: refs/heads/corosync3-test-build Home: https://github.com/yast/yast-cluster Commit: ac416b2d32d81e8240966fdc4b4f132b38c5c590 https://github.com/yast/yast-cluster/commit/ac416b2d32d81e8240966fdc4b4f132b... Author: Nick Wang <nwang@suse.com> Date: 2021-07-14 (Wed, 14 Jul 2021) Changed paths: M src/servers_non_y2/ag_openais Log Message: ----------- corosync3: allow discontinuous ringX_addr Commit: 50247cd922871988e793ea537d1a64f5aa205faa https://github.com/yast/yast-cluster/commit/50247cd922871988e793ea537d1a64f5... Author: Nick Wang <nwang@suse.com> Date: 2021-07-15 (Thu, 15 Jul 2021) Changed paths: M src/include/cluster/dialogs.rb Log Message: ----------- corosync3: disable/enable interface list based on selected transport The interface sub-directive of totem is optional for UDP and knet transports. For knet, multiple interface subsections define parameters for each knet link on the system. For UDPU an interface section is not needed and it is recommended that the nodelist is used to define cluster nodes. So, unicast should disable/drop interface list. Multicast should drop knet_transport and knet_link_priority. Kronosnet should drop bindnetaddr/mcastaddr/mcastport. Compare: https://github.com/yast/yast-cluster/compare/dea1168eb004...50247cd92287