[dm-devel] [PATCH 15/18] multipath-tools: add official name to Huawei devices

Xose Vazquez Perez xose.vazquez at gmail.com
Sat Jul 30 00:28:23 UTC 2016


from http://www.t10.org/ftp/t10/vendorid.txt
Its official name is: "HUASY"

Just in case.

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 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 728680a..a9e65fc 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -755,7 +755,7 @@ static struct hwentry default_hw[] = {
 	 * Huawei
 	 */
 	{
-		.vendor        = "HUAWEI",
+		.vendor        = "(HUAWEI|HUASY)",
 		.product       = "XSG1",
 		.pgpolicy      = MULTIBUS,
 	},
-- 
2.7.4




More information about the dm-devel mailing list