1
0
forked from rpms/pcs
pcs/do-not-support-cluster-setup-with-udp-u-transport.patch
Michal Pospíšil e616843f95 pcs-0.12.1-1.el10
- Rebased pcs to the latest sources (see CHANGELOG.md)
  Resolves: RHEL-77193, RHEL-92043, RHEL-92883, RHEL-93757
- Updated HA Cluster Management add-on to 0.1.23 (see CHANGELOG_WUI.md)
  Resolves: RHEL-30671, RHEL-84139, RHEL-99800
- Updated bundled rubygem rack
- Updated bundled Python dependency pycurl
2025-07-08 20:14:16 +02:00

40 lines
1.2 KiB
Diff

From b81cb787380e1d09919a758070966a7805815937 Mon Sep 17 00:00:00 2001
From: Michal Pospisil <mpospisi@redhat.com>
Date: Thu, 23 May 2024 17:22:12 +0200
Subject: [PATCH 1/2] do not support cluster setup with udp(u) transport in
RHEL10
---
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
index e2ca2d59..051de0c4 100644
--- a/pcs/pcs.8.in
+++ b/pcs/pcs.8.in
@@ -479,6 +479,8 @@ By default, encryption is enabled with cipher=aes256 and hash=sha256. To disable
Transports udp and udpu:
.br
+WARNING: These transports are not supported in RHEL 10.
+.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
index ac1376f2..187d0b1a 100644
--- a/pcs/usage.py
+++ b/pcs/usage.py
@@ -1502,6 +1502,7 @@ Commands:
hash=sha256. To disable encryption, set cipher=none and hash=none.
Transports udp and udpu:
+ WARNING: These transports are not supported in RHEL 10.
These transports are limited to one address per node. They do not
support traffic encryption nor compression.
Transport options are:
--
2.50.0