device-mapper-multipath/0018-multipath.conf-fix-typo-in-ghost_delay-description.patch
Benjamin Marzinski e6aef775e4 device-mapper-multipath-0.8.6-5
Add 0018-multipath.conf-fix-typo-in-ghost_delay-description.patch
Add 0019-mpathpersist-fail-commands-when-no-usable-paths-exis.patch
  * Fixes bz #1982613
Add 0020-multipath-print-warning-if-multipathd-is-not-running.patch
  * Fixes bz #1982615
Add 0021-libmultipath-deal-with-dynamic-PTHREAD_STACK_MIN.patch
  * Fixes bz #1984921
Resolves: bz #1982613, #1982615, #1984921
2021-08-02 12:15:09 -05:00

24 lines
1.1 KiB
Diff

From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
From: Benjamin Marzinski <bmarzins@redhat.com>
Date: Thu, 15 Jul 2021 14:46:49 -0500
Subject: [PATCH] multipath.conf: fix typo in ghost_delay description
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
---
multipath/multipath.conf.5 | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
index 0d2bce09..689d09aa 100644
--- a/multipath/multipath.conf.5
+++ b/multipath/multipath.conf.5
@@ -1251,7 +1251,7 @@ The default is: in \fB/sys/block/<dev>/queue/max_sectors_kb\fR
Sets the number of seconds that multipath will wait after creating a device
with only ghost paths before marking it ready for use in systemd. This gives
the active paths time to appear before the multipath runs the hardware handler
-to switch the ghost paths to active ones. Setting this to \fI0\fR or \fIon\fR
+to switch the ghost paths to active ones. Setting this to \fI0\fR or \fIno\fR
makes multipath immediately mark a device with only ghost paths as ready.
.RS
.TP