b05147c356
Change patch format to remove Git version * Patches 0001-0122 only have the patch format modified Update to the head of the upstream staging branch plus redhat patches * Patches 0123-0134 & 1036-0142 are from the upstream staging branch * Patches 0143-1046 have been submitted upstream * Patch 0156 is a Red Hat only patch. Red Hat udev rules set ID_SERIAL from 60-persistent-storage.rules instead of 55-scsi-sg3_id.rules. Multipath's parse_vpd_pg83() function needs to match the ID_SERIAL value from udev. Rename files * Previous patches 0123-0132 are now patches 1035 & 0147-0155
42 lines
1.4 KiB
Diff
42 lines
1.4 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Date: Sat, 20 Mar 2021 03:13:07 +0100
|
|
Subject: [PATCH] multipath-tools: use same format for default values in
|
|
multipath.conf.5
|
|
|
|
For max_sectors_kb, replace "device dependent" with its sysfs path.
|
|
And use <dev> as wildcard for device in paths.
|
|
|
|
Cc: Martin Wilck <mwilck@suse.com>
|
|
Cc: Benjamin Marzinski <bmarzins@redhat.com>
|
|
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
|
|
Cc: DM-DEVEL ML <dm-devel@redhat.com>
|
|
Reviewed-by: Martin Wilck <mwilck@suse.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
multipath/multipath.conf.5 | 4 ++--
|
|
1 file changed, 2 insertions(+), 2 deletions(-)
|
|
|
|
diff --git a/multipath/multipath.conf.5 b/multipath/multipath.conf.5
|
|
index 2aa0f526..064e4826 100644
|
|
--- a/multipath/multipath.conf.5
|
|
+++ b/multipath/multipath.conf.5
|
|
@@ -647,7 +647,7 @@ does not respond to the checker command after \fIchecker_timeout\fR
|
|
seconds have elapsed, it is considered down.
|
|
.RS
|
|
.TP
|
|
-The default is: in \fB/sys/block/sd<x>/device/timeout\fR
|
|
+The default is: in \fB/sys/block/<dev>/device/timeout\fR
|
|
.RE
|
|
.
|
|
.
|
|
@@ -1242,7 +1242,7 @@ Sets the max_sectors_kb device parameter on all path devices and the multipath
|
|
device to the specified value.
|
|
.RS
|
|
.TP
|
|
-The default is: \fB<device dependent>\fR
|
|
+The default is: in \fB/sys/block/<dev>/queue/max_sectors_kb\fR
|
|
.RE
|
|
.
|
|
.
|