2021-08-24 22:36:52 +00:00
|
|
|
From 891dc3d015d42b4f4b34f578f2ca8fd359b50017 Mon Sep 17 00:00:00 2001
|
2021-06-17 04:22:07 +00:00
|
|
|
From: Ivan Devat <idevat@redhat.com>
|
|
|
|
Date: Tue, 20 Nov 2018 15:03:56 +0100
|
2021-07-15 14:17:17 +00:00
|
|
|
Subject: [PATCH] do not support cluster setup with udp(u) transport
|
2021-06-17 04:22:07 +00:00
|
|
|
|
|
|
|
---
|
|
|
|
pcs/pcs.8.in | 2 ++
|
|
|
|
pcs/usage.py | 1 +
|
|
|
|
pcsd/public/css/style.css | 3 +++
|
|
|
|
3 files changed, 6 insertions(+)
|
|
|
|
|
|
|
|
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
|
2021-08-24 22:36:52 +00:00
|
|
|
index ac093d69..47ad57d6 100644
|
2021-06-17 04:22:07 +00:00
|
|
|
--- a/pcs/pcs.8.in
|
|
|
|
+++ b/pcs/pcs.8.in
|
2021-08-24 22:36:52 +00:00
|
|
|
@@ -429,6 +429,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
|
2021-06-17 04:22:07 +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
|
2021-08-24 22:36:52 +00:00
|
|
|
index 38e21ed9..96e304ff 100644
|
2021-06-17 04:22:07 +00:00
|
|
|
--- a/pcs/usage.py
|
|
|
|
+++ b/pcs/usage.py
|
2021-08-24 22:36:52 +00:00
|
|
|
@@ -872,6 +872,7 @@ Commands:
|
2021-06-17 04:22:07 +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
|
|
|
|
index 2f26e831..a7702ac4 100644
|
|
|
|
--- 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
|
|
|
|
{
|
|
|
|
--
|
2021-08-24 22:36:52 +00:00
|
|
|
2.27.0
|
2021-06-17 04:22:07 +00:00
|
|
|
|