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

bcd546
From f7230b92c946add84ed6072c20a4df5d97c77de2 Mon Sep 17 00:00:00 2001
47b529
From: Ivan Devat <idevat@redhat.com>
47b529
Date: Tue, 20 Nov 2018 15:03:56 +0100
bcd546
Subject: [PATCH 3/3] do not support cluster setup with udp(u) transport
47b529
47b529
---
e7a445
 pcs/pcs.8.in              | 2 ++
47b529
 pcs/usage.py              | 1 +
47b529
 pcsd/public/css/style.css | 3 +++
47b529
 3 files changed, 6 insertions(+)
47b529
e7a445
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
bcd546
index 05ee66db..101d66f7 100644
e7a445
--- a/pcs/pcs.8.in
e7a445
+++ b/pcs/pcs.8.in
bcd546
@@ -436,6 +436,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
bcd546
index 78bb5ee7..b6f3dd10 100644
47b529
--- a/pcs/usage.py
47b529
+++ b/pcs/usage.py
bcd546
@@ -890,6 +890,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
e7a445
index 2f26e831..a7702ac4 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
-- 
bcd546
2.34.1
47b529