[dm-devel] [PATCH] multipath-tools: add Kaminario arrays to hwtable

Xose Vazquez Perez xose.vazquez at gmail.com
Thu Oct 6 22:36:55 UTC 2016


Based on a config provided by the manufacturer:
https://marc.info/?l=dm-devel&m=142683413902072

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 | 8 ++++++++
 1 file changed, 8 insertions(+)

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index bc81741..0f972ee 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -871,6 +871,14 @@ static struct hwentry default_hw[] = {
 		.prio_name     = PRIO_ALUA,
 		.no_path_retry = NO_PATH_RETRY_QUEUE,
 	},
+	/*
+	 * Kaminario
+	 */
+	{
+		.vendor        = "KMNRIO",
+		.product       = "K2",
+		.pgpolicy      = MULTIBUS,
+	},
 #if 0
 	/*
 	 * Copy this TEMPLATE to add new hardware.
-- 
2.10.1




More information about the dm-devel mailing list