28d3ae407e
This is an automated DistroBaker update from upstream sources. If you do not know what this is about or would like to opt out, contact the OSCI team. Source: https://src.fedoraproject.org/rpms/device-mapper-multipath.git#26a2cd7a3e189bf91263d17bc8a8c449cc043fb0
32 lines
1.1 KiB
Diff
32 lines
1.1 KiB
Diff
From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001
|
|
From: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Date: Thu, 17 Dec 2020 16:49:38 +0100
|
|
Subject: [PATCH] multipath-tools: replace hidden tab by space in hwtable
|
|
|
|
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>
|
|
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
|
|
Signed-off-by: Benjamin Marzinski <bmarzins@redhat.com>
|
|
---
|
|
libmultipath/hwtable.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
|
|
index a54cc0a3..921aadc5 100644
|
|
--- a/libmultipath/hwtable.c
|
|
+++ b/libmultipath/hwtable.c
|
|
@@ -819,7 +819,7 @@ static struct hwentry default_hw[] = {
|
|
*
|
|
* The hwtable is searched backwards, so place this after "Generic NVMe"
|
|
*/
|
|
- .vendor = "NVME",
|
|
+ .vendor = "NVME",
|
|
.product = "^NetApp ONTAP Controller",
|
|
.pgpolicy = MULTIBUS,
|
|
.no_path_retry = NO_PATH_RETRY_QUEUE,
|
|
--
|
|
2.17.2
|
|
|