summaryrefslogtreecommitdiff
path: root/usr/src
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src')
-rw-r--r--usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
index 50b3b4a02f..4dc69ba6b6 100644
--- a/usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
+++ b/usr/src/uts/common/io/scsi/adapters/scsi_vhci/mpapi_impl.c
@@ -2685,7 +2685,8 @@ vhci_mpapi_create_item(struct scsi_vhci *vhci, uint8_t obj_type, void* res)
sizeof (lu->prop.deviceFileName));
if ((svl != NULL) &&
- SCSI_FAILOVER_IS_ASYM(svl)) {
+ (SCSI_FAILOVER_IS_ASYM(svl) ||
+ SCSI_FAILOVER_IS_TPGS(svl->svl_fops))) {
lu->prop.asymmetric = 1;
}