pcs/SOURCES/do-not-support-cluster-setup-with-udp-u-transport.patch

54 lines
1.7 KiB
Diff
Raw Normal View History

2024-05-22 10:47:08 +00:00
From 854efcf148c82e5a5e4f0afd71cc3333ea4a8ce4 Mon Sep 17 00:00:00 2001
2020-04-28 09:32:49 +00:00
From: Ivan Devat <idevat@redhat.com>
Date: Tue, 20 Nov 2018 15:03:56 +0100
2024-05-22 10:47:08 +00:00
Subject: [PATCH 1/2] do not support cluster setup with udp(u) transport
2020-04-28 09:32:49 +00:00
---
2021-11-09 09:46:38 +00:00
pcs/pcs.8.in | 2 ++
2020-04-28 09:32:49 +00:00
pcs/usage.py | 1 +
pcsd/public/css/style.css | 3 +++
3 files changed, 6 insertions(+)
2021-11-09 09:46:38 +00:00
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
2024-05-22 10:47:08 +00:00
index d504e8b4..93202d05 100644
2021-11-09 09:46:38 +00:00
--- a/pcs/pcs.8.in
+++ b/pcs/pcs.8.in
2024-05-22 10:47:08 +00:00
@@ -438,6 +438,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
2020-04-28 09:32:49 +00:00
Transports udp and udpu:
.br
+WARNING: These transports are not supported in RHEL 8.
+.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
2024-05-22 10:47:08 +00:00
index f4b84202..ee10370a 100644
2020-04-28 09:32:49 +00:00
--- a/pcs/usage.py
+++ b/pcs/usage.py
2024-05-22 10:47:08 +00:00
@@ -1038,6 +1038,7 @@ Commands:
2020-04-28 09:32:49 +00:00
hash=sha256. To disable encryption, set cipher=none and hash=none.
Transports udp and udpu:
+ WARNING: These transports are not supported in RHEL 8.
These transports are limited to one address per node. They do not
support traffic encryption nor compression.
Transport options are:
diff --git a/pcsd/public/css/style.css b/pcsd/public/css/style.css
2021-11-09 09:46:38 +00:00
index 2f26e831..a7702ac4 100644
2020-04-28 09:32:49 +00:00
--- a/pcsd/public/css/style.css
+++ b/pcsd/public/css/style.css
@@ -949,6 +949,9 @@ table.args-table td.reg {
width: 6ch;
text-align: right;
}
+#csetup-transport .transport-types {
+ display: none;
+}
#csetup-transport-options.udp .knet-only,
#csetup-transport-options.knet .without-knet
{
--
2024-05-22 10:47:08 +00:00
2.43.0
2020-04-28 09:32:49 +00:00