[dm-devel] multipath-tools: add INSPUR/MCS to hardware table

Tom Geng(耿芳忠) gengfangzhong at inspur.com
Tue Jan 23 11:01:50 UTC 2018


Hi, Xose,
Thank you for your review work and suggestions. Attachment is the patch file
generated by git format-patch, and pasted below. Please help to submit,
thank you.


>From 091bae5fec22c61f0c3e6f9ab848fecae5203122 Mon Sep 17 00:00:00 2001
From: Tom Geng <gengfangzhong at inspur.com>
Date: Tue, 23 Jan 2018 15:33:09 +0800
Subject: [PATCH] multipath-tools: add INSPUR/MCS to hardware table

---
 libmultipath/hwtable.c | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 448effe3..93d67df0 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -1181,6 +1181,17 @@ static struct hwentry default_hw[] = {
 		.pgpolicy      = MULTIBUS,
 		.no_path_retry = 30,
 	},
+	/*
+	 * INSPUR
+	 */
+	{
+		/* AS5300/AS5500 G2 */
+		.vendor        = "INSPUR",
+		.product       = "MCS",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.prio_name     = PRIO_ALUA,
+	},
 	/*
 	 * EOL
 	 */
-- 
2.15.1.windows.2


-------------- next part --------------
A non-text attachment was scrubbed...
Name: 0001-multipath-tools-add-INSPUR-MCS-to-hardware-table.patch
Type: application/octet-stream
Size: 836 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20180123/50714b4e/attachment.obj>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: smime.p7s
Type: application/pkcs7-signature
Size: 4108 bytes
Desc: not available
URL: <http://listman.redhat.com/archives/dm-devel/attachments/20180123/50714b4e/attachment.p7s>


More information about the dm-devel mailing list