2021-11-18 13:52:05 +00:00
|
|
|
From 259b7dad81d2fa41befa7d9c0a4d4e6dac0fac31 Mon Sep 17 00:00:00 2001
|
2021-02-19 13:31:52 +00:00
|
|
|
From: Ivan Devat <idevat@redhat.com>
|
|
|
|
Date: Tue, 20 Nov 2018 15:03:56 +0100
|
2021-11-02 13:26:17 +00:00
|
|
|
Subject: [PATCH 1/2] do not support cluster setup with udp(u) transport in
|
|
|
|
RHEL9
|
2021-02-19 13:31:52 +00:00
|
|
|
|
|
|
|
---
|
2021-08-24 11:22:15 +00:00
|
|
|
pcs/pcs.8.in | 2 ++
|
|
|
|
pcs/usage.py | 1 +
|
|
|
|
2 files changed, 3 insertions(+)
|
2021-02-19 13:31:52 +00:00
|
|
|
|
2021-06-11 15:06:50 +00:00
|
|
|
diff --git a/pcs/pcs.8.in b/pcs/pcs.8.in
|
2021-11-18 13:52:05 +00:00
|
|
|
index 8174769b..21273013 100644
|
2021-06-11 15:06:50 +00:00
|
|
|
--- a/pcs/pcs.8.in
|
|
|
|
+++ b/pcs/pcs.8.in
|
2021-11-18 13:52:05 +00:00
|
|
|
@@ -449,6 +449,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
|
2021-02-19 13:31:52 +00:00
|
|
|
|
|
|
|
Transports udp and udpu:
|
|
|
|
.br
|
2021-06-16 11:22:01 +00:00
|
|
|
+WARNING: These transports are not supported in RHEL 9.
|
2021-02-19 13:31:52 +00:00
|
|
|
+.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
|
2021-11-18 13:52:05 +00:00
|
|
|
index b2177f91..7528f773 100644
|
2021-02-19 13:31:52 +00:00
|
|
|
--- a/pcs/usage.py
|
|
|
|
+++ b/pcs/usage.py
|
2021-11-18 13:52:05 +00:00
|
|
|
@@ -896,6 +896,7 @@ Commands:
|
2021-02-19 13:31:52 +00:00
|
|
|
hash=sha256. To disable encryption, set cipher=none and hash=none.
|
|
|
|
|
|
|
|
Transports udp and udpu:
|
2021-06-16 11:22:01 +00:00
|
|
|
+ WARNING: These transports are not supported in RHEL 9.
|
2021-02-19 13:31:52 +00:00
|
|
|
These transports are limited to one address per node. They do not
|
|
|
|
support traffic encryption nor compression.
|
|
|
|
Transport options are:
|
|
|
|
--
|
2021-06-11 15:06:50 +00:00
|
|
|
2.31.1
|
2021-02-19 13:31:52 +00:00
|
|
|
|