- Rebased to the latest upstream sources (see CHANGELOG.md) Resolves: RHEL-7584, RHEL-7668, RHEL-7729, RHEL-7731, RHEL-7732, RHEL-7741, RHEL-7742, RHEL-7743, RHEL-7745, RHEL-8467 - Tightened permissions of bundled rubygems to be 755 or stricter Resolves: RHEL-7715
54 lines
1.7 KiB
Diff
54 lines
1.7 KiB
Diff
From bc1db4cec21452a99f1bc07be01704ad11fd58b2 Mon Sep 17 00:00:00 2001
|
|
From: Ivan Devat <idevat@redhat.com>
|
|
Date: Tue, 20 Nov 2018 15:03:56 +0100
|
|
Subject: [PATCH] do not support cluster setup with udp(u) transport
|
|
|
|
---
|
|
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
|
|
index 8712f7b9..ed751933 100644
|
|
--- a/pcs/pcs.8.in
|
|
+++ b/pcs/pcs.8.in
|
|
@@ -438,6 +438,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
|
|
|
|
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
|
|
index 79be6970..a5d02212 100644
|
|
--- a/pcs/usage.py
|
|
+++ b/pcs/usage.py
|
|
@@ -1038,6 +1038,7 @@ Commands:
|
|
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
|
|
{
|
|
--
|
|
2.41.0
|
|
|