diff options
author | Brian King <brking@linux.vnet.ibm.com> | 2010-02-19 11:08:31 -0500 |
---|---|---|
committer | James Bottomley <James.Bottomley@suse.de> | 2010-02-19 11:52:54 -0500 |
commit | 22963a37b3437a25812cc856afa5a84ad4a3f541 (patch) | |
tree | c860dbccd7066251dca7e9b1276ff2bdbf1bc63a | |
parent | cd4a8814d44672bd2c8f04a472121bfbe193809c (diff) |
[SCSI] scsi_dh_alua: Add IBM Power Virtual SCSI ALUA device to dev list
Adds IBM Power Virtual SCSI ALUA devices to the ALUA device handler.
Signed-off-by: Brian King <brking@linux.vnet.ibm.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
-rw-r--r-- | drivers/scsi/device_handler/scsi_dh_alua.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/scsi/device_handler/scsi_dh_alua.c b/drivers/scsi/device_handler/scsi_dh_alua.c index ee372bf55332..bc9e94f5915e 100644 --- a/drivers/scsi/device_handler/scsi_dh_alua.c +++ b/drivers/scsi/device_handler/scsi_dh_alua.c | |||
@@ -718,6 +718,7 @@ static const struct scsi_dh_devlist alua_dev_list[] = { | |||
718 | {"Pillar", "Axiom" }, | 718 | {"Pillar", "Axiom" }, |
719 | {"Intel", "Multi-Flex"}, | 719 | {"Intel", "Multi-Flex"}, |
720 | {"NETAPP", "LUN"}, | 720 | {"NETAPP", "LUN"}, |
721 | {"AIX", "NVDISK"}, | ||
721 | {NULL, NULL} | 722 | {NULL, NULL} |
722 | }; | 723 | }; |
723 | 724 | ||