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

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