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
|