VMware disk volumes are only on LUN 0, and
some VMware HBAs have known bugs with commands sent to other than LUN 0. MFC after: 1 day
This commit is contained in:
parent
f5d673ba84
commit
b872a72625
@ -386,6 +386,11 @@ static struct xpt_quirk_entry xpt_quirk_table[] =
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "CONNER", "CFP2107*", "*" },
|
||||
/*quirks*/0, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/* Does not support other than LUN 0 */
|
||||
{ T_DIRECT, SIP_MEDIA_FIXED, "VMware*", "VMware Virtu*", "*" },
|
||||
CAM_QUIRK_NOLUNS, /*mintags*/0, /*maxtags*/0
|
||||
},
|
||||
{
|
||||
/*
|
||||
* Broken tagged queuing drive.
|
||||
|
Loading…
Reference in New Issue
Block a user