2021-05-04T12:34:45.096Z cpu7:2097181)NMP: nmp_ThrottleLogForDevice:3872: Cmd 0x85 (0x459a40bd4c80, 2098995) to dev "mpx.vmhba32:C0:T0:L0" on path "vmhba32:C0:T0:L0" Failed: H:0x0 D:0x2 P:0x0 Valid sense data: 0x5 0x0 0x0. Act:NONE
means ESXi is sending a SCSI cmd 0x85 (which means its checking for if its capabile of supporting ATA PASS-THROUGH cmds) to the device mpx.vmhba32:C0:T0:L0 , (this could be a USB / CDROM or other such virtual device)
The device, did not like the command and in return responded back with check condition D0x2, saying its an illegal command sense code 0x5
In summary ESXi is probing the device and the device says I can't support that command
nothing to worry about this is common log entry on esxi
see KB https://kb.vmware.com/s/article/289902 about interpreting more SCSI codes
However this is not good
2021-01-29T17:26:48.021Z cpu0:2097738)WARNING: ScsiDeviceIO: 1564: Device t10.ATA_____ST2000LM0152D2E8174__________________________________WDZ1BAXV performance has deteriorated. I/O latency increased from average value of 14400
2021-01-29T17:26:48.021Z cpu0:2097738)WARNING: microseconds to 433749 microseconds.
This means the reported device latency from this device went from 14ms to a whopping 433milliseconds
again this is just confirming what we know
What kind of device is this t10.ATA_____ST2000LM0152D2E8174__________________________________WDZ1BAXV ?