-
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.
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
- Loading branch information
1 parent
09b2309
commit a8bf24f
Showing
2 changed files
with
11 additions
and
13 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