[dm-devel] [PATCH] multipath-tools: add vendors' names as they are registered at T10

Xose Vazquez Perez xose.vazquez at gmail.com
Fri Aug 5 20:09:52 UTC 2016


For the record.

- Unregistered:
AIX
LIO-ORG
NEXENTA
TEGILE

- Registered at T10 with a different spelling/label:
EUROLOGC
HUAWEI
Intel

Real ones are:
"EuroLogc" - Eurologic Systems Limited (now part of PMC Sierra)
"HUASY"    - Huawei Symantec Technologies Co., Ltd.
"INTEL"    - Intel Corporation


HUASY has already been included in a previous patch.

Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: device-mapper development <dm-devel at redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez at gmail.com>
---
 libmultipath/hwtable.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 797ea45..09131bc 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -276,7 +276,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		/* FibreCAT S80 */
-		.vendor        = "EUROLOGC",
+		.vendor        = "(EUROLOGC|EuroLogc)",
 		.product       = "FC2502",
 		.pgpolicy      = MULTIBUS,
 		.pgfailback    = FAILBACK_UNDEF,
@@ -755,7 +755,7 @@ static struct hwentry default_hw[] = {
 	 * Intel
 	 */
 	{
-		.vendor	       = "Intel",
+		.vendor	       = "(Intel|INTEL)",
 		.product       = "Multi-Flex",
 		.hwhandler     = "1 alua",
 		.pgpolicy      = GROUP_BY_PRIO,
-- 
2.7.4




More information about the dm-devel mailing list