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

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