From a8bf24f5dc26b884012e2a48a081ebbd42537122 Mon Sep 17 00:00:00 2001 From: xin liang Date: Thu, 13 Jul 2023 15:32:36 +0800 Subject: [PATCH 1/2] Update HA related ports (bsc#1219773) - Add 21064/sctp for dlm - Add comment for each port to explain which service it is for - Remove 2224, which was for pcsd, RHEL CLI - Remove 5560, which was for mgmtd, already deprecated --- package/cluster.firewalld.xml | 21 ++++++++++----------- src/modules/Cluster.rb | 3 +-- 2 files changed, 11 insertions(+), 13 deletions(-) diff --git a/package/cluster.firewalld.xml b/package/cluster.firewalld.xml index 10fdb89..b6c12b0 100644 --- a/package/cluster.firewalld.xml +++ b/package/cluster.firewalld.xml @@ -1,17 +1,16 @@ SUSE YaST Cluster - This allows you to open various ports related to SUSE YaST Cluster module. Ports are opened for pacemaker-remote, booth, mgmtd, hawk, dlm, csync2 and corosync-qnetd. - - - - - - - - + This allows you to open various ports related to SUSE YaST Cluster module. Ports are opened for pacemaker-remote, booth, hawk, dlm, csync2 and corosync-qnetd. + + + + + + - - + + + diff --git a/src/modules/Cluster.rb b/src/modules/Cluster.rb index bdbafde..fec6b55 100644 --- a/src/modules/Cluster.rb +++ b/src/modules/Cluster.rb @@ -694,11 +694,10 @@ def Write udp_ports << @mcastport2 if @enable2 && @mcastport2 != "" # 30865 for csync2 - # 5560 for mgmtd # 7630 for hawk or hawk2 # 21064 for dlm # 5403 for corosync qdevice(default) - tcp_ports = ["30865", "5560", "21064", "7630"] + tcp_ports = ["30865", "21064", "7630"] tcp_ports << @qdevice_port if @corosync_qdevice begin From bfdfb3dbd3651a717ef8f507599c09dfb42826ea Mon Sep 17 00:00:00 2001 From: xin liang Date: Fri, 17 Jan 2025 16:48:09 +0800 Subject: [PATCH 2/2] Bump version to 4.5.3 --- package/yast2-cluster.changes | 6 ++++++ package/yast2-cluster.spec | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/package/yast2-cluster.changes b/package/yast2-cluster.changes index 4eaa354..5ab3b2e 100644 --- a/package/yast2-cluster.changes +++ b/package/yast2-cluster.changes @@ -1,3 +1,9 @@ +------------------------------------------------------------------- +Fri Jan 17 16:45:52 UTC 2025 - xin liang + +- Update HA related ports (bsc#1219773) +- Version 4.5.3 + ------------------------------------------------------------------- Thu Mar 23 07:55:52 UTC 2023 - Peter Varkoly diff --git a/package/yast2-cluster.spec b/package/yast2-cluster.spec index 84f071f..1507291 100644 --- a/package/yast2-cluster.spec +++ b/package/yast2-cluster.spec @@ -18,7 +18,7 @@ %define _fwdefdir %{_prefix}/lib/firewalld/services Name: yast2-cluster -Version: 4.5.2 +Version: 4.5.3 Release: 0 Summary: Configuration of cluster License: GPL-2.0-only