[dm-devel] [PATCH] multipath-tools: add template to add new hardware

Xose Vazquez Perez xose.vazquez at gmail.com
Tue Jul 12 14:41:47 UTC 2016


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

diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 5b896ee..a1fc3e8 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -16,6 +16,8 @@
  * family. Please mail the currently enlisted maintainer and
  * the upstream package maintainer.
  *
+ * Please, use the TEMPLATE below to add new hardware.
+ *
  * WARNING:
  *
  * Devices with a proprietary handler must also be included in
@@ -756,6 +758,46 @@ static struct hwentry default_hw[] = {
 		.pgfailback    = 30,
 		.minio         = 128,
 	},
+#if 0
+	/*
+	 * Copy this TEMPLATE to add new hardware.
+	 *
+	 * Keep only mandatory and modified attributes.
+	 * Standard attributes must be removed.
+	 *
+	 * COMPANY_NAME
+	 *
+	 * Maintainer : XXX
+	 * Mail : XXX
+	 */
+	{
+		.vendor        = "VENDOR", (Mandatory)
+		.product       = "PRODUCT", (Mandatory)
+		.revision      = "REVISION",
+		.bl_product    = "BL_PRODUCT",
+		.pgpolicy      = GROUP_BY_PRIO,
+		.uid_attribute = "ID_SERIAL",
+		.selector      = "service-time 0",
+		.checker_name  = TUR,
+		.features      = "0",
+		.hwhandler     = "0",
+		.prio_name     = "const",
+		.prio_args     = "",
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.rr_weight     = RR_WEIGHT_NONE,
+		.no_path_retry = NO_PATH_RETRY_UNDEF,
+		.minio         = 1000,
+		.minio_rq      = 1,
+		.flush_on_last_del = FLUSH_DISABLED,
+		.fast_io_fail  = 5,
+		.dev_loss      = 600,
+		.retain_hwhandler = RETAIN_HWHANDLER_ON,
+		.detect_prio   = DETECT_PRIO_ON,
+		.deferred_remove = DEFERRED_REMOVE_OFF,
+		.delay_watch_checks = DELAY_CHECKS_OFF,
+		.delay_wait_checks = DELAY_CHECKS_OFF,
+	},
+#endif
 	/*
 	 * EOL
 	 */
-- 
2.7.4




More information about the dm-devel mailing list