On Wed, 2011-01-05 at 16:00 -0500, Mike Snitzer wrote: > James, > > I'm sheparding these fixes and new dev support on behalf of Intel, > Promise and NetApp. Please review and queue for 2.6.39 if you're OK > with the changes. > > Thanks, > Mike > > Ilgu Hong (1): > scsi_dh_alua: Add Promise VTrak to dev list > > Joseph Gruher (3): > scsi_dh_alua: fix submit_stpg return > scsi_dh_alua: fix deadlock in stpg_endio > scsi_dh_alua: fix stpg_endio group state reporting > > Mike Snitzer (1): > scsi_dh_alua: add scalable ONTAP lun to dev list > > drivers/scsi/device_handler/scsi_dh_alua.c | 16 ++++++++++------ > 1 files changed, 10 insertions(+), 6 deletions(-) > Hi Mike and James, Would you mind including the following patch to add support for the target virtual backends drivers that natively support explict/implict ALUA to save the extra explict multipath configuration..? Thanks, Signed-off-by: Nicholas A. Bellinger <nab@xxxxxxxxxxxxxxx> diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index 6b72932..dbf6c1a 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c @@ -731,6 +731,10 @@ static const struct scsi_dh_devlist alua_dev_list[] = { {"Intel", "Multi-Flex"}, {"NETAPP", "LUN"}, {"AIX", "NVDISK"}, + {"LIO-ORG", "IBLOCK"}, + {"LIO-ORG", "FILEIO"}, + {"LIO-ORG", "RAMDISK-MCP"}, + {"LIO-ORG", "RAMDISK-DR"}, {NULL, NULL} }; -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html