|
|
@@ -1,6 +1,6 @@
|
|
|
.\"/*
|
|
|
.\" * Copyright (c) 2005 MontaVista Software, Inc.
|
|
|
-.\" * Copyright (c) 2006-2021 Red Hat, Inc.
|
|
|
+.\" * Copyright (c) 2006-2022 Red Hat, Inc.
|
|
|
.\" *
|
|
|
.\" * All rights reserved.
|
|
|
.\" *
|
|
|
@@ -32,7 +32,7 @@
|
|
|
.\" * ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF
|
|
|
.\" * THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
.\" */
|
|
|
-.TH COROSYNC_CONF 5 2021-08-11 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
|
|
+.TH COROSYNC_CONF 5 2022-10-20 "corosync Man Page" "Corosync Cluster Engine Programmer's Manual"
|
|
|
.SH NAME
|
|
|
corosync.conf - corosync executive configuration file
|
|
|
|
|
|
@@ -273,8 +273,15 @@ is 8. For other transports it is 1.
|
|
|
|
|
|
.TP
|
|
|
netmtu
|
|
|
-This specifies the network maximum transmit unit. To set this value beyond
|
|
|
-1500, the regular frame MTU, requires ethernet devices that support large, or
|
|
|
+This specifies maximum packet length sent by corosync. It's mainly for the UDPU
|
|
|
+(and UDP) transport, where it specifies the network maximum transmit size, but
|
|
|
+can be used also with the KNET transport, where it defines the maximum length of packets
|
|
|
+passed to the knet layer. To specify the network MTU manually for KNET, use the
|
|
|
+.B knet_mtu
|
|
|
+option.
|
|
|
+
|
|
|
+For UDPU (and UDP), setting this value beyond 1500, the regular frame MTU,
|
|
|
+requires ethernet devices that support large, or
|
|
|
also called jumbo, frames. If any device in the network doesn't support large
|
|
|
frames, the protocol will not operate properly. The hosts must also have their
|
|
|
mtu size set from 1500 to whatever frame size is specified here.
|
|
|
@@ -293,7 +300,7 @@ that some device in the network doesn't support large frames.
|
|
|
|
|
|
Choose hardware carefully if intending to use large frame support.
|
|
|
|
|
|
-The default is 1500.
|
|
|
+The default is 1500 for UDPU (and UDP) and 65536 for the KNET transport.
|
|
|
|
|
|
.TP
|
|
|
transport
|
|
|
@@ -568,6 +575,15 @@ knet_pmtud_interval
|
|
|
How often the knet PMTUd runs to look for network MTU changes.
|
|
|
Value in seconds, default: 30
|
|
|
|
|
|
+.TP
|
|
|
+knet_mtu
|
|
|
+Switch between manual and automatic MTU discovery. A value of 0 means
|
|
|
+automatic, other values set a manual MTU.
|
|
|
+In a setup with multiple interfaces, please specify
|
|
|
+the lowest MTU of the selected interfaces.
|
|
|
+
|
|
|
+The default value is 0.
|
|
|
+
|
|
|
.TP
|
|
|
block_unlisted_ips
|
|
|
Allow UDPU and KNET to drop packets from IP addresses that are not known
|