You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
31 lines
1.1 KiB
31 lines
1.1 KiB
--- |
|
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"
|
|
|