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

6dc80e
From 8dfec4b31078f1a645958aa0002a9f5467152dab Mon Sep 17 00:00:00 2001
672796
From: Ivan Devat <idevat@redhat.com>
672796
Date: Tue, 20 Nov 2018 15:03:56 +0100
6dc80e
Subject: [PATCH 1/2] do not support cluster setup with udp(u) transport in
6dc80e
 RHEL9
672796
672796
---
672796
 pcs/pcs.8.in | 2 ++
672796
 pcs/usage.py | 1 +
672796
 2 files changed, 3 insertions(+)
672796
672796
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
6dc80e
index 60d0ae71..cafa421c 100644
672796
--- a/pcs/pcs.8.in
672796
+++ b/pcs/pcs.8.in
672796
@@ -451,6 +451,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
672796
 
672796
 Transports udp and udpu:
672796
 .br
672796
+WARNING: These transports are not supported in RHEL 9.
672796
+.br
672796
 These transports are limited to one address per node. They do not support traffic encryption nor compression.
672796
 .br
672796
 Transport options are: ip_version, netmtu
672796
diff --git a/pcs/usage.py b/pcs/usage.py
6dc80e
index f55e817e..911e85bd 100644
672796
--- a/pcs/usage.py
672796
+++ b/pcs/usage.py
6dc80e
@@ -899,6 +899,7 @@ Commands:
672796
             hash=sha256. To disable encryption, set cipher=none and hash=none.
672796
 
672796
         Transports udp and udpu:
672796
+        WARNING: These transports are not supported in RHEL 9.
672796
         These transports are limited to one address per node. They do not
672796
         support traffic encryption nor compression.
672796
         Transport options are:
672796
-- 
672796
2.31.1
672796