"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: <[email protected]> Cc: <[email protected]> Cc: <[email protected]> Cc: Zhouweigang (Jack) <[email protected]> Cc: Zou Ming <[email protected]> Cc: Martin Wilck <[email protected]> Cc: Benjamin Marzinski <[email protected]> Cc: Christophe Varoqui <[email protected]> Cc: DM-DEVEL ML <[email protected]> Signed-off-by: Xose Vazquez Perez <[email protected]> --- 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 -- dm-devel mailing list [email protected] https://listman.redhat.com/mailman/listinfo/dm-devel
