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

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