]> git.ipfire.org Git - people/arne_f/ipfire-3.x.git/blob - multipath-tools/patches/0023-RHBZ-557810-emc-invista-config.patch
Change file layout of the makefiles.
[people/arne_f/ipfire-3.x.git] / multipath-tools / patches / 0023-RHBZ-557810-emc-invista-config.patch
1 Index: multipath-tools/libmultipath/hwtable.c
2 ===================================================================
3 --- multipath-tools.orig/libmultipath/hwtable.c
4 +++ multipath-tools/libmultipath/hwtable.c
5 @@ -282,6 +282,21 @@ static struct hwentry default_hw[] = {
6 .checker_name = EMC_CLARIION,
7 .prio_name = PRIO_EMC,
8 },
9 + {
10 + .vendor = "EMC",
11 + .product = "Invista",
12 + .bl_product = "LUNZ",
13 + .getuid = DEFAULT_GETUID,
14 + .features = DEFAULT_FEATURES,
15 + .hwhandler = DEFAULT_HWHANDLER,
16 + .selector = DEFAULT_SELECTOR,
17 + .pgpolicy = MULTIBUS,
18 + .pgfailback = FAILBACK_UNDEF,
19 + .rr_weight = RR_WEIGHT_NONE,
20 + .no_path_retry = 5,
21 + .minio = DEFAULT_MINIO,
22 + .prio_name = DEFAULT_PRIO,
23 + },
24 /*
25 * Fujitsu controller family
26 *
27 Index: multipath-tools/multipath.conf.defaults
28 ===================================================================
29 --- multipath-tools.orig/multipath.conf.defaults
30 +++ multipath-tools/multipath.conf.defaults
31 @@ -209,6 +209,21 @@
32 # prio emc
33 # }
34 # device {
35 +# vendor "EMC"
36 +# product "Invista"
37 +# product_blacklist "LUNZ"
38 +# getuid_callout "/lib/udev/scsi_id --whitelisted --page=pre-spc3-83 --device=/dev/%n"
39 +# features "0"
40 +# hardware_handler "0"
41 +# path_selector "round-robin 0"
42 +# path_grouping_policy multibus
43 +# rr_weight uniform
44 +# no_path_retry 5
45 +# rr_min_io 1000
46 +# path_checker tur
47 +# prio const
48 +# }
49 +# device {
50 # vendor "FSC"
51 # product "CentricStor"
52 # getuid_callout "/lib/udev/scsi_id --whitelisted --device=/dev/%n"