2024-07-09 13:29:09 +00:00
|
|
|
From 071b189a3a72610361f8d31d2ebbb0b9083c872f Mon Sep 17 00:00:00 2001
|
2021-02-19 13:31:52 +00:00
|
|
|
From: Ivan Devat <idevat@redhat.com>
|
|
|
|
Date: Tue, 20 Nov 2018 15:03:56 +0100
|
2021-12-02 10:17:56 +00:00
|
|
|
Subject: [PATCH] do not support cluster setup with udp(u) transport in RHEL9
|
2021-02-19 13:31:52 +00:00
|
|
|
|
|
|
|
---
|
2021-08-24 11:22:15 +00:00
|
|
|
pcs/pcs.8.in | 2 ++
|
|
|
|
pcs/usage.py | 1 +
|
|
|
|
2 files changed, 3 insertions(+)
|
2021-02-19 13:31:52 +00:00
|
|
|
|
2021-06-11 15:06:50 +00:00
|
|
|
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
|
pcs-0.11.7-3
- Rebased to the latest sources (see CHANGELOG.md)
Resolves: RHEL-2977, RHEL-16231, RHEL-21051, RHEL-25854, RHEL-27492, RHEL-28749, RHEL-34781, RHEL-36514
- Updated pcs-web-ui to 0.1.19
Resolves: RHEL-7726, RHEL-21895, RHEL-21896, RHEL-21897
- Updated bundled rubygems: backports, childprocess, nio4r, puma, rack, rack-protection, sinatra
- Bundled new rubygems: base64, rack-session, rackup, webrick
- Started bundling webrick again as a dependency of rackup - we no longer use it but rackup requires webrick
2024-05-22 13:09:02 +00:00
|
|
|
index 63c40b78..f69a75b8 100644
|
2021-06-11 15:06:50 +00:00
|
|
|
--- a/pcs/pcs.8.in
|
|
|
|
+++ b/pcs/pcs.8.in
|
2023-06-20 12:42:44 +00:00
|
|
|
@@ -479,6 +479,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
|
2021-02-19 13:31:52 +00:00
|
|
|
|
|
|
|
Transports udp and udpu:
|
|
|
|
.br
|
2021-06-16 11:22:01 +00:00
|
|
|
+WARNING: These transports are not supported in RHEL 9.
|
2021-02-19 13:31:52 +00:00
|
|
|
+.br
|
|
|
|
These transports are limited to one address per node. They do not support traffic encryption nor compression.
|
|
|
|
.br
|
|
|
|
Transport options are: ip_version, netmtu
|
|
|
|
diff --git a/pcs/usage.py b/pcs/usage.py
|
pcs-0.11.7-3
- Rebased to the latest sources (see CHANGELOG.md)
Resolves: RHEL-2977, RHEL-16231, RHEL-21051, RHEL-25854, RHEL-27492, RHEL-28749, RHEL-34781, RHEL-36514
- Updated pcs-web-ui to 0.1.19
Resolves: RHEL-7726, RHEL-21895, RHEL-21896, RHEL-21897
- Updated bundled rubygems: backports, childprocess, nio4r, puma, rack, rack-protection, sinatra
- Bundled new rubygems: base64, rack-session, rackup, webrick
- Started bundling webrick again as a dependency of rackup - we no longer use it but rackup requires webrick
2024-05-22 13:09:02 +00:00
|
|
|
index a4af30d4..7c7fc7ea 100644
|
2021-02-19 13:31:52 +00:00
|
|
|
--- a/pcs/usage.py
|
|
|
|
+++ b/pcs/usage.py
|
pcs-0.11.7-3
- Rebased to the latest sources (see CHANGELOG.md)
Resolves: RHEL-2977, RHEL-16231, RHEL-21051, RHEL-25854, RHEL-27492, RHEL-28749, RHEL-34781, RHEL-36514
- Updated pcs-web-ui to 0.1.19
Resolves: RHEL-7726, RHEL-21895, RHEL-21896, RHEL-21897
- Updated bundled rubygems: backports, childprocess, nio4r, puma, rack, rack-protection, sinatra
- Bundled new rubygems: base64, rack-session, rackup, webrick
- Started bundling webrick again as a dependency of rackup - we no longer use it but rackup requires webrick
2024-05-22 13:09:02 +00:00
|
|
|
@@ -1490,6 +1490,7 @@ Commands:
|
2021-02-19 13:31:52 +00:00
|
|
|
hash=sha256. To disable encryption, set cipher=none and hash=none.
|
|
|
|
|
|
|
|
Transports udp and udpu:
|
2021-06-16 11:22:01 +00:00
|
|
|
+ WARNING: These transports are not supported in RHEL 9.
|
2021-02-19 13:31:52 +00:00
|
|
|
These transports are limited to one address per node. They do not
|
|
|
|
support traffic encryption nor compression.
|
|
|
|
Transport options are:
|
|
|
|
--
|
2024-07-09 13:29:09 +00:00
|
|
|
2.45.2
|
2021-02-19 13:31:52 +00:00
|
|
|
|