From 0000000000000000000000000000000000000000 Mon Sep 17 00:00:00 2001 From: Xose Vazquez Perez Date: Sun, 10 Jul 2022 01:07:09 +0200 Subject: [PATCH] multipath-tools: update "Generic NVMe" vendor regex in hwtable to accept NVME and NVMe Cc: Martin Wilck Cc: Benjamin Marzinski Cc: Christophe Varoqui Cc: DM-DEVEL ML Signed-off-by: Xose Vazquez Perez Reviewed-by: Martin Wilck Signed-off-by: Benjamin Marzinski --- libmultipath/hwtable.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c index fc0252ba..c88fa09a 100644 --- a/libmultipath/hwtable.c +++ b/libmultipath/hwtable.c @@ -86,7 +86,7 @@ static struct hwentry default_hw[] = { */ { /* Generic NVMe */ - .vendor = "NVME", + .vendor = "NVM[eE]", .product = ".*", .uid_attribute = DEFAULT_NVME_UID_ATTRIBUTE, .checker_name = NONE,