| Summary: | mpt(4) on VMware ESXi causes enormous number of SCSI busy errors | ||
|---|---|---|---|
| Product: | Base System | Reporter: | Nathan Whitehorn <nwhitehorn> |
| Component: | kern | Assignee: | freebsd-virtualization (Nobody) <virtualization> |
| Status: | Open --- | ||
| Severity: | Affects Some People | CC: | a, dburkland, marcis.lielturks, mav, tbabut |
| Priority: | --- | ||
| Version: | 10.1-RELEASE | ||
| Hardware: | amd64 | ||
| OS: | Any | ||
|
Description
Nathan Whitehorn
2014-11-28 17:53:26 UTC
Hi,
You're not alone with this problem:
Same here: VMWare 5.5 ("vshpere") - happens with FreeBSD 9.3-STABLE and 10.1-STABLE.
Commit r278111 may improve handling of those errors, making them non-fatal. But I believe that real issue is somewhere on VMware/storage side, not FreeBSD. Hi All, I ran into this same issue and after some troubleshooting I resolved it by specifying a lower value for my storage system's NFS read transfer size (which hosted the FreeBSD 10.1 VMware virtual machine over NFS) Thanks to Alex for the tip to look back at the storage! Dan There is no bug on FreeBSD side in those errors, but storage delays. That's not true. These "errors" cause resets, which hose IO performance, as well as polluting system logs. Ignoring them significantly improves IO on affected systems (factors of two). There should be a sysctl or something to do this. As you can see above, r278111 should fix major issues from those errors. Whether to hide those errors completely -- I am not sure: They are indicators of storage overload. ^Triage: correct assignment. Discussed with: koobs@. |