summaryrefslogtreecommitdiffstats
path: root/0005-multipath-fix-doc-typo.patch
diff options
context:
space:
mode:
authorBenjamin Marzinski <bmarzins@redhat.com>2017-11-07 17:51:09 -0600
committerBenjamin Marzinski <bmarzins@redhat.com>2017-11-07 17:51:09 -0600
commit542c8d8bff557bb8b620443635f22f940001443c (patch)
tree010804191efdefb3d05d784c3aeeeae684a930c0 /0005-multipath-fix-doc-typo.patch
parent5e7fb0583a274cf135a2c2c6da4522f8efbf2104 (diff)
downloaddevice-mapper-multipath-542c8d8bff557bb8b620443635f22f940001443c.tar.gz
device-mapper-multipath-542c8d8bff557bb8b620443635f22f940001443c.tar.xz
device-mapper-multipath-542c8d8bff557bb8b620443635f22f940001443c.zip
device-mapper-multipath-0.7.3-1
Update Source to upstream 0.7.3 release * Previous patch 0001 is included in this commit, and 0002 was solved in a different manner causing some change to previous patch 0003 * Previous patches 0003-0010 are now patches 0007-0014 Add 0001-mpathpersist-Fix-invalid-condition-check.patch * Fix incorrect check. posted upstream Add 0002-multipath-add-man-page-info-for-my-prkey-changes.patch * Add missing man page info. posted upstream Add 0003-multipath-there-is-no-none-path-state.patch * remove incorrect path state. posted upstream Add 0004-mutipath-updated-Huawei-storage-config.patch * update builtin device configuration. posted upstream Add 0005-multipath-fix-doc-typo.patch * fix man page typo. posted upstream Add 0006-multipath-add-ghost_delay-parameter.patch * add new multipath.conf parameter "ghost_delay". posted upstream
Diffstat (limited to '0005-multipath-fix-doc-typo.patch')
-rw-r--r--0005-multipath-fix-doc-typo.patch29
1 files changed, 29 insertions, 0 deletions
diff --git a/0005-multipath-fix-doc-typo.patch b/0005-multipath-fix-doc-typo.patch
new file mode 100644
index 0000000..30cf241
--- /dev/null
+++ b/0005-multipath-fix-doc-typo.patch
@@ -0,0 +1,29 @@
+From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
+From: Benjamin Marzinski <bmarzins@redhat.com>
+Date: Wed, 1 Nov 2017 19:58:10 -0500
+Subject: [PATCH] multipath: fix doc typo
+
+The dev_loss_tmo cap if fast_io_fail_tmo isn't set is 600 seconds,
+not 300 seconds.
+
+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 92ad8b1..4bd1a8d 100644
+--- a/multipath/multipath.conf.5
++++ b/multipath/multipath.conf.5
+@@ -653,7 +653,7 @@ seconds, or 68 years. It will be automatically adjusted to the overall
+ retry interval \fIno_path_retry\fR * \fIpolling_interval\fR
+ if a number of retries is given with \fIno_path_retry\fR and the
+ overall retry interval is longer than the specified \fIdev_loss_tmo\fR value.
+-The Linux kernel will cap this value to \fI300\fR if \fIfast_io_fail_tmo\fR
++The Linux kernel will cap this value to \fI600\fR if \fIfast_io_fail_tmo\fR
+ is not set. See KNOWN ISSUES.
+ .RS
+ .TP
+--
+2.7.4
+