[SCSI] ALUA: send STPG if explicit and implicit is supported
commit3c0d1d94aa516cad50274fe1aa9f745957b67a65
authorMike Christie <michaelc@cs.wisc.edu>
Wed, 29 Jul 2009 04:08:06 +0000 (28 23:08 -0500)
committerJames Bottomley <James.Bottomley@suse.de>
Sat, 22 Aug 2009 22:52:01 +0000 (22 17:52 -0500)
tree4a71261905bee0843d125d5cd8d1ec20d0a69e1b
parenta4a8b064dd06d30d007e46445d17575e2875c340
[SCSI] ALUA: send STPG if explicit and implicit is supported

alua_activate only sends a STPG if only explicit is suppored.
As a result, for EMC targets that support both we end up doing
a implicit failover when X commands are finally sent to
the other SP.

This patch does a AND on the h->tpgs, so we do a explicit failover
right away.

Signed-off-by: Mike Christie <michaelc@cs.wisc.edu>
Signed-off-by: James Bottomley <James.Bottomley@HansenPartnership.com>
Signed-off-by: James Bottomley <James.Bottomley@suse.de>
drivers/scsi/device_handler/scsi_dh_alua.c