pcs/SOURCES/do-not-support-cluster-setu...

39 lines
1.2 KiB
Diff
Raw Normal View History

2024-03-28 11:23:40 +00:00
From cf1e0cc06a94804a4a98a12ee06d09e5786bad1b Mon Sep 17 00:00:00 2001
2021-11-04 09:25:20 +00:00
From: Ivan Devat <idevat@redhat.com>
Date: Tue, 20 Nov 2018 15:03:56 +0100
2022-01-11 18:49:04 +00:00
Subject: [PATCH] do not support cluster setup with udp(u) transport in RHEL9
2021-11-04 09:25:20 +00:00
---
pcs/pcs.8.in | 2 ++
pcs/usage.py | 1 +
2 files changed, 3 insertions(+)
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
2024-03-28 11:23:40 +00:00
index 55f4b4a9..8cc9360d 100644
2021-11-04 09:25:20 +00:00
--- a/pcs/pcs.8.in
+++ b/pcs/pcs.8.in
2023-09-21 19:50:55 +00:00
@@ -479,6 +479,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
2021-11-04 09:25:20 +00:00
Transports udp and udpu:
.br
+WARNING: These transports are not supported in RHEL 9.
+.br
These transports are limited to one address per node. They do not support traffic encryption nor compression.
.br
Transport options are: ip_version, netmtu
diff --git a/pcs/usage.py b/pcs/usage.py
2024-03-28 11:23:40 +00:00
index cc6c5803..a7d4b24b 100644
2021-11-04 09:25:20 +00:00
--- a/pcs/usage.py
+++ b/pcs/usage.py
2024-03-28 11:23:40 +00:00
@@ -1482,6 +1482,7 @@ Commands:
2021-11-04 09:25:20 +00:00
hash=sha256. To disable encryption, set cipher=none and hash=none.
Transports udp and udpu:
+ WARNING: These transports are not supported in RHEL 9.
These transports are limited to one address per node. They do not
support traffic encryption nor compression.
Transport options are:
--
2024-03-28 11:23:40 +00:00
2.43.0
2021-11-04 09:25:20 +00:00