[dm-devel] [PATCH] multipath-tools: fix up Apple controller family

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jun 7 17:54:23 UTC 2016


Fix regex and delete space.

Cc: Shyam Sundar <g.shyamsundar at yahoo.co.in>
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 66b5123..bcc9973 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -43,8 +43,8 @@ static struct hwentry default_hw[] = {
 	 * Mail : g.shyamsundar at yahoo.co.in
 	 */
 	{
-		.vendor        = "APPLE*",
-		.product       = "Xserve RAID ",
+		.vendor        = "APPLE.*",
+		.product       = "Xserve RAID",
 		.features      = DEFAULT_FEATURES,
 		.hwhandler     = DEFAULT_HWHANDLER,
 		.pgpolicy      = MULTIBUS,
-- 
2.5.5




More information about the dm-devel mailing list