Skip to content

Commit

Permalink
scsi: scsi_devinfo: remove synchronous ALUA for NETAPP devices
Browse files Browse the repository at this point in the history
NetApp did confirm this is not required.

Cc: Martin George <[email protected]>
Cc: Robert Stankey <[email protected]>
Cc: Steven Schremmer <[email protected]>
Cc: Sean Stewart <[email protected]>
Cc: Hannes Reinecke <[email protected]>
Cc: Christophe Varoqui <[email protected]>
Cc: James E.J. Bottomley <[email protected]>
Cc: Martin K. Petersen <[email protected]>
Cc: SCSI ML <[email protected]>
Cc: device-mapper development <[email protected]>
Signed-off-by: Xose Vazquez Perez <[email protected]>
Reviewed-by: Sean Stewart <[email protected]>
Signed-off-by: Martin K. Petersen <[email protected]>
  • Loading branch information
xosevp authored and martinkpetersen committed Dec 7, 2016
1 parent 84a261f commit 9c58b39
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions drivers/scsi/scsi_devinfo.c
Original file line number Diff line number Diff line change
Expand Up @@ -220,8 +220,6 @@ static struct {
{"NAKAMICH", "MJ-5.16S", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NEC", "PD-1 ODX654P", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NEC", "iStorage", NULL, BLIST_REPORTLUN2},
{"NETAPP", "LUN C-Mode", NULL, BLIST_SYNC_ALUA},
{"NETAPP", "INF-01-00", NULL, BLIST_SYNC_ALUA},
{"NRC", "MBR-7", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"NRC", "MBR-7.4", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
{"PIONEER", "CD-ROM DRM-600", NULL, BLIST_FORCELUN | BLIST_SINGLELUN},
Expand Down

0 comments on commit 9c58b39

Please sign in to comment.