* [PATCH 1/5] multipath-tools: document how to add devices that need special flags in the SCSI subsystem
@ 2016-08-16 12:38 Xose Vazquez Perez
0 siblings, 0 replies; only message in thread
From: Xose Vazquez Perez @ 2016-08-16 12:38 UTC (permalink / raw)
Cc: Xose Vazquez Perez, Christophe Varoqui, James E . J . Bottomley,
Martin K . Petersen, SCSI ML, device-mapper development
Full flags list at include/scsi/scsi_devinfo.h
Arrays controllers included currently:
{"3PARdata", "VV", NULL, BLIST_REPORTLUN2},
{"DEC", "HSG80", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
{"HP", "A6189A", NULL, BLIST_SPARSELUN | BLIST_LARGELUN},
{"COMPAQ", "MSA1000", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD},
{"COMPAQ", "MSA1000 VOLUME", NULL, BLIST_SPARSELUN | BLIST_NOSTARTONADD},
{"COMPAQ", "HSV110", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
{"HP", "HSV100", NULL, BLIST_REPORTLUN2 | BLIST_NOSTARTONADD},
{"COMPAQ", "LOGICAL VOLUME", NULL, BLIST_FORCELUN | BLIST_MAX_512},
{"DDN", "SAN DataDirector", "*", BLIST_SPARSELUN},
{"DGC", "RAID", NULL, BLIST_SPARSELUN},
{"DGC", "DISK", NULL, BLIST_SPARSELUN}, <-- mising VDISK ??
{"EMC", "SYMMETRIX", NULL, BLIST_SPARSELUN | BLIST_LARGELUN | BLIST_FORCELUN},
{"EMC", "Invista", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"FSC", "CentricStor", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HITACHI", "OPEN-", "*", BLIST_REPORTLUN2},
{"HP", "OPEN-", "*", BLIST_REPORTLUN2},
{"HITACHI", "DF400", "*", BLIST_REPORTLUN2},
{"HITACHI", "DF500", "*", BLIST_REPORTLUN2},
{"HP", "DF400", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "DF500", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"HP", "DF600", "*", BLIST_SPARSELUN | BLIST_LARGELUN}, <-- bug, also apply: 627511e3e
{"IBM", "ProFibre 4000R", "*", BLIST_SPARSELUN | BLIST_LARGELUN},
{"NETAPP", "LUN C-Mode", NULL, BLIST_SYNC_ALUA}, <-- ontap
{"NETAPP", "INF-01-00", NULL, BLIST_SYNC_ALUA}, <-- rdac!!
{"SGI", "TP9100", "*", BLIST_REPORTLUN2},
{"Intel", "Multi-Flex", NULL, BLIST_NO_RSOC},
{"SGI", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
{"IBM", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
{"SUN", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
{"DELL", "Universal Xport", "*", BLIST_NO_ULD_ATTACH},
Cc: Christophe Varoqui <christophe.varoqui@opensvc.com>
Cc: James E.J. Bottomley <jejb@linux.vnet.ibm.com>
Cc: Martin K. Petersen <martin.petersen@oracle.com>
Cc: SCSI ML <linux-scsi@vger.kernel.org>
Cc: device-mapper development <dm-devel@redhat.com>
Signed-off-by: Xose Vazquez Perez <xose.vazquez@gmail.com>
---
libmultipath/hwtable.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/libmultipath/hwtable.c b/libmultipath/hwtable.c
index 1bc6f2c..4e1740a 100644
--- a/libmultipath/hwtable.c
+++ b/libmultipath/hwtable.c
@@ -22,6 +22,9 @@
*
* Devices with a proprietary handler must also be included in
* the kernel side. Currently at drivers/scsi/scsi_dh.c
+ *
+ * Moreover, if a device needs a special treatment by the SCSI
+ * subsystem it should be included in drivers/scsi/scsi_devinfo.c
*/
static struct hwentry default_hw[] = {
/*
--
2.7.4
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2016-08-16 12:39 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-16 12:38 [PATCH 1/5] multipath-tools: document how to add devices that need special flags in the SCSI subsystem Xose Vazquez Perez
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).