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

857f7d
From c0fff964cc07e3a9fbdea85da33abe3329c653a3 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
857f7d
index 3efc5bb2..20247774 100644
47b529
--- a/pcs/pcs.8
47b529
+++ b/pcs/pcs.8
857f7d
@@ -376,6 +376,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
857f7d
index 0f3c95a3..51bc1196 100644
47b529
--- a/pcs/usage.py
47b529
+++ b/pcs/usage.py
857f7d
@@ -796,6 +796,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
-- 
857f7d
2.25.4
47b529