[dm-devel] [PATCH] multipath-tools: fix Huawei OceanStor NVMe vendor tag

Xose Vazquez Perez xose.vazquez at gmail.com
Sat May 21 18:44:55 UTC 2022


"NVME" in the doc, but "NVMe" is the real output:
(page 61-62): https://drive.google.com/file/d/1c5RK4GXX7ofZBFxTtZ_IN1qHyIjw5eR1
https://marc.info/?l=dm-devel&m=163393151312418
Use both, just in case.

Cc: <chengjike.cheng at huawei.com>
Cc: <sunao.sun at huawei.com>
Cc: <jiangtao62 at huawei.com>
Cc: Zhouweigang (Jack) <zhouweigang09 at huawei.com>
Cc: Zou Ming <zouming.zouming at huawei.com>
Cc: Martin Wilck <mwilck at suse.com>
Cc: Benjamin Marzinski <bmarzins at redhat.com>
Cc: Christophe Varoqui <christophe.varoqui at opensvc.com>
Cc: DM-DEVEL ML <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 39daadc2..c2b3642c 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1147,7 +1147,7 @@ static struct hwentry default_hw[] = {
 	},
 	{
 		/* OceanStor NVMe */
-		.vendor        = "NVME",
+		.vendor        = "NVM[eE]",
 		.product       = "Huawei-XSG1",
 		.pgpolicy      = MULTIBUS,
 		.checker_name  = DIRECTIO,
-- 
2.36.1



More information about the dm-devel mailing list