-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #112 from liangxin1300/20250117_port_15sp5
[SLE-15-SP5] Update HA related ports (bsc#1219773)
- Loading branch information
Showing
4 changed files
with
18 additions
and
14 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,16 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<service> | ||
<short>SUSE YaST Cluster</short> | ||
<description>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.</description> | ||
<port protocol="tcp" port="2224"/> | ||
<port protocol="tcp" port="3121"/> | ||
<port protocol="tcp" port="5403"/> | ||
<port protocol="udp" port="5404"/> | ||
<port protocol="udp" port="5405"/> | ||
<port protocol="tcp" port="5560"/> | ||
<port protocol="tcp" port="7630"/> | ||
<port protocol="tcp" port="9929"/> | ||
<description>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.</description> | ||
<port protocol="tcp" port="3121"/> <!-- pacemaker-remote --> | ||
<port protocol="tcp" port="5403"/> <!-- corosync-qnetd --> | ||
<port protocol="udp" port="5404"/> <!-- corosync --> | ||
<port protocol="udp" port="5405"/> <!-- corosync --> | ||
<port protocol="tcp" port="7630"/> <!-- hawk --> | ||
<port protocol="tcp" port="9929"/> <!-- booth --> | ||
<port protocol="udp" port="9929"/> | ||
<port protocol="tcp" port="21064"/> | ||
<port protocol="tcp" port="30865"/> | ||
<port protocol="tcp" port="21064"/> <!-- dlm --> | ||
<port protocol="stcp" port="21064"/> | ||
<port protocol="tcp" port="30865"/> <!-- csync2 --> | ||
</service> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters