Blame SOURCES/0073-multipath.conf-fix-typo-in-checker_timeout-descripti.patch
|
|
3978af |
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
|
3978af |
From: Benjamin Marzinski <bmarzins@redhat.com>
|
|
|
3978af |
Date: Thu, 15 Jul 2021 14:48:15 -0500
|
|
|
3978af |
Subject: [PATCH] multipath.conf: fix typo in checker_timeout description
|
|
|
3978af |
|
|
|
3978af |
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
|
3978af |
---
|
|
|
3978af |
multipath/multipath.conf.5 | 2 +-
|
|
|
3978af |
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
3978af |
|
|
|
3978af |
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
|
|
|
3978af |
index 6da15aad..0c04c7e4 100644
|
|
|
3978af |
--- a/multipath/multipath.conf.5
|
|
|
3978af |
+++ b/multipath/multipath.conf.5
|
|
|
3978af |
@@ -638,7 +638,7 @@ Specify the timeout to use for path checkers and prioritizers, in seconds.
|
|
|
3978af |
Only prioritizers that issue scsi commands use checker_timeout. Checkers
|
|
|
3978af |
that support an asynchronous mode (\fItur\fR and \fIdirectio\fR), will
|
|
|
3978af |
return shortly after being called by multipathd, regardless of whether the
|
|
|
3978af |
-storage array responds. If the storage array hasn't responded, mulitpathd will
|
|
|
3978af |
+storage array responds. If the storage array hasn't responded, multipathd will
|
|
|
3978af |
check for a response every second, until \fIchecker_timeout\fR seconds have
|
|
|
3978af |
elapsed.
|
|
|
3978af |
.RS
|