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

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