Message ID | 20090928182849.11617.qmail@sourceware.org (mailing list archive) |
---|---|
State | New, archived |
Delegated to: | Benjamin Marzinski |
Headers | show |
--- multipath-tools/multipath.conf.defaults 2009/08/19 21:52:40 1.5.4.15 +++ multipath-tools/multipath.conf.defaults 2009/09/28 18:28:48 1.5.4.16 @@ -71,7 +71,7 @@ # path_checker tur # } # device { -# vendor "HP" +# vendor "(COMPAQ|HP)" # product "MSA VOLUME" # getuid_callout "/sbin/scsi_id -g -u -s /block/%n" # prio_callout "/sbin/mpath_prio_alua %n" --- multipath-tools/libmultipath/hwtable.c 2009/08/31 17:17:10 1.20.2.21 +++ multipath-tools/libmultipath/hwtable.c 2009/09/28 18:28:48 1.20.2.22 @@ -108,7 +108,7 @@ }, { /* MSA 1000/1500 with new firmware */ - .vendor = "HP", + .vendor = "(COMPAQ|HP)", .product = "MSA VOLUME", .getuid = DEFAULT_GETUID, .getprio = "/sbin/mpath_prio_alua /dev/%n",