|
|
50c00a |
From ae936f1a9b148e635963290a1bc645013ee422fe Mon Sep 17 00:00:00 2001
|
|
|
50c00a |
From: Ivan Devat <idevat@redhat.com>
|
|
|
50c00a |
Date: Tue, 20 Nov 2018 15:03:56 +0100
|
|
|
50c00a |
Subject: [PATCH] do not support cluster setup with udp(u) transport
|
|
|
50c00a |
|
|
|
50c00a |
---
|
|
|
50c00a |
pcs/pcs.8 | 2 ++
|
|
|
50c00a |
pcs/usage.py | 1 +
|
|
|
50c00a |
pcsd/public/css/style.css | 3 +++
|
|
|
50c00a |
3 files changed, 6 insertions(+)
|
|
|
50c00a |
|
|
|
50c00a |
diff --git a/pcs/pcs.8 b/pcs/pcs.8
|
|
|
50c00a |
index aa72aa91..e1cae477 100644
|
|
|
50c00a |
--- a/pcs/pcs.8
|
|
|
50c00a |
+++ b/pcs/pcs.8
|
|
|
50c00a |
@@ -249,6 +249,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
|
|
|
50c00a |
|
|
|
50c00a |
Transports udp and udpu:
|
|
|
50c00a |
.br
|
|
|
50c00a |
+WARNING: These transports are not supported in RHEL 8.
|
|
|
50c00a |
+.br
|
|
|
50c00a |
These transports are limited to one address per node. They do not support traffic encryption nor compression.
|
|
|
50c00a |
.br
|
|
|
50c00a |
Transport options are: ip_version, netmtu
|
|
|
50c00a |
diff --git a/pcs/usage.py b/pcs/usage.py
|
|
|
50c00a |
index 4487d844..4c968366 100644
|
|
|
50c00a |
--- a/pcs/usage.py
|
|
|
50c00a |
+++ b/pcs/usage.py
|
|
|
50c00a |
@@ -631,6 +631,7 @@ Commands:
|
|
|
50c00a |
hash=sha256. To disable encryption, set cipher=none and hash=none.
|
|
|
50c00a |
|
|
|
50c00a |
Transports udp and udpu:
|
|
|
50c00a |
+ WARNING: These transports are not supported in RHEL 8.
|
|
|
50c00a |
These transports are limited to one address per node. They do not
|
|
|
50c00a |
support traffic encryption nor compression.
|
|
|
50c00a |
Transport options are:
|
|
|
50c00a |
diff --git a/pcsd/public/css/style.css b/pcsd/public/css/style.css
|
|
|
50c00a |
index b857cbae..b8d48d92 100644
|
|
|
50c00a |
--- a/pcsd/public/css/style.css
|
|
|
50c00a |
+++ b/pcsd/public/css/style.css
|
|
|
50c00a |
@@ -949,6 +949,9 @@ table.args-table td.reg {
|
|
|
50c00a |
width: 6ch;
|
|
|
50c00a |
text-align: right;
|
|
|
50c00a |
}
|
|
|
50c00a |
+#csetup-transport .transport-types {
|
|
|
50c00a |
+ display: none;
|
|
|
50c00a |
+}
|
|
|
50c00a |
#csetup-transport-options.udp .knet-only,
|
|
|
50c00a |
#csetup-transport-options.knet .without-knet
|
|
|
50c00a |
{
|
|
|
50c00a |
--
|
|
|
50c00a |
2.17.0
|
|
|
50c00a |
|