Add 0018-multipath-tools-move-DEFAULT_SOCKET-definition-into-.patch Add 0019-multipath-tools-add-helper-mpath_fill_sockaddr__.patch Add 0020-libmpathutil-add-support-for-Unix-pathname-sockets.patch Add 0021-libmpathutil-move-systemd_listen_fds-support-into-mu.patch Add 0022-multipathd-make-uxsock_listen-take-a-pointer-to-fd.patch Add 0023-multipathd-allow-receiving-two-socket-fds-from-syste.patch Add 0024-multipathd-listen-on-pathname-and-abstract-socket-by.patch Add 0025-libmpathcmd-try-both-abstract-and-pathname-sockets.patch Add 0026-libmpathcmd-honor-MULTIPATH_SOCKET_NAME-environment-.patch Add 0027-multipathd-honor-MULTIPATH_SOCKET_NAME-environment-v.patch Add 0028-multipath-clean-up-find_multipaths-documentation.patch Add 0029-multipathd-Add-multipathd-man-page-section-about-soc.patch * Fixes RHEL-82180 ("RFE: Enable multipathd to communicate with a process in another network namespace") Resolves: RHEL-82180
26 lines
1.0 KiB
Diff
26 lines
1.0 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Date: Thu, 6 Mar 2025 16:56:34 -0500
|
|
Subject: [PATCH] multipath: clean up find_multipaths documentation
|
|
|
|
The preferred term is "on" instead of "yes".
|
|
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
multipath/multipath.conf.5.in | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/multipath/multipath.conf.5.in b/multipath/multipath.conf.5.in
|
|
index a7543939..31740a1f 100644
|
|
--- a/multipath/multipath.conf.5.in
|
|
+++ b/multipath/multipath.conf.5.in
|
|
@@ -1213,7 +1213,7 @@ Both multipathd and multipath treat every non-blacklisted device as multipath
|
|
device path.
|
|
.TP
|
|
.I smart
|
|
-This differs from \fIfind_multipaths yes\fR only in
|
|
+This differs from \fIfind_multipaths on\fR only in
|
|
the way it treats new devices for which only one path has been
|
|
detected yet. When such a device is first encountered in udev rules, it is
|
|
treated as a multipath device. multipathd waits whether additional paths with
|