Blame SOURCES/0001-multipath-tools-add-info-about-IO-affinity-path-sele.patch

e65fa3
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
e65fa3
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
e65fa3
Date: Wed, 8 Sep 2021 22:33:54 +0200
e65fa3
Subject: [PATCH] multipath-tools: add info about IO affinity path selector to
e65fa3
 manpage
e65fa3
e65fa3
Added in 5.11: https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/commit/?id=e4d2e82b2300b03f66b3ca8417590c86e661fab1
e65fa3
e65fa3
Cc: Mike Christie <michael.christie@oracle.com>
e65fa3
Cc: Martin Wilck <mwilck@suse.com>
e65fa3
Cc: Benjamin Marzinski <bmarzins@redhat.com>
e65fa3
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
e65fa3
Cc: DM-DEVEL ML <dm-devel@redhat.com>
e65fa3
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
e65fa3
e65fa3
Reviewed-by: Martin Wilck <mwilck@suse.com>
e65fa3
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
e65fa3
---
e65fa3
 multipath/multipath.conf.5 | 6 +++++-
e65fa3
 1 file changed, 5 insertions(+), 1 deletion(-)
e65fa3
e65fa3
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
e65fa3
index d6b8c7f6..42a15ffd 100644
e65fa3
--- a/multipath/multipath.conf.5
e65fa3
+++ b/multipath/multipath.conf.5
e65fa3
@@ -6,7 +6,7 @@
e65fa3
 .\"
e65fa3
 .\" ----------------------------------------------------------------------------
e65fa3
 .
e65fa3
-.TH MULTIPATH.CONF 5 2018-05-21 Linux
e65fa3
+.TH MULTIPATH.CONF 5 2021-09-08 Linux
e65fa3
 .
e65fa3
 .
e65fa3
 .\" ----------------------------------------------------------------------------
e65fa3
@@ -210,6 +210,10 @@ of outstanding I/O to the path and its relative throughput.
e65fa3
 estimation of future service time based on the history of previous I/O submitted
e65fa3
 to each path.
e65fa3
 .TP
e65fa3
+.I "io-affinity 0"
e65fa3
+(Since 5.11 kernel) Choose the path for the next bunch of I/O based on a CPU to
e65fa3
+path mapping the user passes in and what CPU we are executing on.
e65fa3
+.TP
e65fa3
 The default is: \fBservice-time 0\fR
e65fa3
 .RE
e65fa3
 .