diff mbox

multipath-tools/libmultipath hwtable.c

Message ID 20091104214706.24742.qmail@sourceware.org (mailing list archive)
State Not Applicable, archived
Headers show

Commit Message

bmarzins@sourceware.org Nov. 4, 2009, 9:47 p.m. UTC
None
diff mbox

Patch

--- multipath-tools/libmultipath/hwtable.c	2009/09/28 18:41:20	1.20.2.23
+++ multipath-tools/libmultipath/hwtable.c	2009/11/04 21:47:06	1.20.2.24
@@ -627,6 +627,28 @@ 
 		.checker_name  = TUR,
 	},
 	/*
+	 * IBM Power Virtual SCSI Devices
+	 *
+	 * Maintainer : Brian King, IBM
+	 * Mail : brking@linux.vnet.ibm.com
+	 */
+	{
+		/* AIX VDASD */
+		.vendor        = "AIX",
+		.product       = "VDASD",
+		.getuid        = DEFAULT_GETUID,
+		.getprio       = NULL,
+		.features      = DEFAULT_FEATURES,
+		.hwhandler     = DEFAULT_HWHANDLER,
+		.selector      = DEFAULT_SELECTOR,
+		.pgpolicy      = MULTIBUS,
+		.pgfailback    = -FAILBACK_IMMEDIATE,
+		.rr_weight     = RR_WEIGHT_NONE,
+		.no_path_retry = (300 / DEFAULT_CHECKINT),
+		.minio         = DEFAULT_MINIO,
+		.checker_name  = DIRECTIO,
+	},
+	/*
 	 * SGI arrays
 	 *
 	 * Maintainer : Christophe Varoqui