OSDN Git Service

scsi: mptsas: Fixup device hotplug for VMWare ESXi
authorHannes Reinecke <hare@suse.de>
Thu, 24 Aug 2017 12:52:43 +0000 (14:52 +0200)
committerMartin K. Petersen <martin.petersen@oracle.com>
Fri, 25 Aug 2017 21:32:42 +0000 (17:32 -0400)
commitee3e2d8392f695343d2fdfd43e881d14fb406d24
treec8ce1dace4bbb25e43f8c898c1068619bc07510a
parent7988faf525498170aff8a11005de50a3bc589ba4
scsi: mptsas: Fixup device hotplug for VMWare ESXi

VMWare ESXi emulates an mptsas HBA, but exposes all drives as
direct-attached SAS drives.  This it not how the driver originally
envisioned things; SAS drives were supposed to be connected via an
expander, and only SATA drives would be direct attached.  As such, any
hotplug event for direct-attach SAS drives was silently ignored, and the
guest failed to detect new drives from within a VMWare ESXi environment.

[mkp: typos]

Bugzilla: https://bugzilla.suse.com/show_bug.cgi?id=1030850
Signed-off-by: Hannes Reinecke <hare@suse.com>
Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/message/fusion/mptsas.c