Blame SOURCES/0125-multipath-add-historical-service-time-to-the-man-pag.patch

8b67ad
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
8b67ad
From: Benjamin Marzinski <bmarzins@redhat.com>
8b67ad
Date: Tue, 15 Nov 2022 09:01:36 -0600
8b67ad
Subject: [PATCH] multipath: add historical-service-time to the man page
8b67ad
8b67ad
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
8b67ad
---
8b67ad
 multipath/multipath.conf.5 | 5 +++++
8b67ad
 1 file changed, 5 insertions(+)
8b67ad
8b67ad
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
8b67ad
index cb07a62c..d8a98435 100644
8b67ad
--- a/multipath/multipath.conf.5
8b67ad
+++ b/multipath/multipath.conf.5
8b67ad
@@ -205,6 +205,11 @@ of outstanding I/O to the path.
8b67ad
 (Since 2.6.31 kernel) Choose the path for the next bunch of I/O based on the amount
8b67ad
 of outstanding I/O to the path and its relative throughput.
8b67ad
 .TP
8b67ad
+.I "historical-service-time 0"
8b67ad
+(Since 4.18.0-305.3.el8 kernel) Choose the path for the next bunch of I/O based
8b67ad
+on the estimation of future service time based on the history of previous I/O
8b67ad
+submitted to each path.
8b67ad
+.TP
8b67ad
 The default is: \fBservice-time 0\fR
8b67ad
 .RE
8b67ad
 .