summaryrefslogtreecommitdiffstats
path: root/0118-UPBZ-1200738-update-eternus-config.patch
blob: 10e96e348f691293e4b6c17ba3be68502db54828 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
---
 libmultipath/hwtable.c  |    2 +-
 multipath.conf.defaults |    2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

Index: multipath-tools-130222/libmultipath/hwtable.c
===================================================================
--- multipath-tools-130222.orig/libmultipath/hwtable.c
+++ multipath-tools-130222/libmultipath/hwtable.c
@@ -310,7 +310,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		.vendor        = "FUJITSU",
-		.product       = "ETERNUS_DX(L|400|8000)",
+		.product       = "ETERNUS_DX(H|L|M|400|8000)",
 		.features      = "1 queue_if_no_path",
 		.hwhandler     = DEFAULT_HWHANDLER,
 		.pgpolicy      = GROUP_BY_PRIO,
Index: multipath-tools-130222/multipath.conf.defaults
===================================================================
--- multipath-tools-130222.orig/multipath.conf.defaults
+++ multipath-tools-130222/multipath.conf.defaults
@@ -288,7 +288,7 @@
 #	}
 #	device {
 #		vendor "FUJITSU"
-#		product "ETERNUS_DX(L|400|8000)"
+#		product "ETERNUS_DX(H|L|M|400|8000)"
 #		path_grouping_policy "group_by_prio"
 #		path_checker "tur"
 #		features "1 queue_if_no_path"