Bug 121716 (IT_52396)
| Summary: | Raw device I/O transfer size limited to 32KB. | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 3 | Reporter: | Keith Kauffman <kkauffma> |
| Component: | kernel | Assignee: | Stephen Tweedie <sct> |
| Status: | CLOSED ERRATA | QA Contact: | Brian Brock <bbrock> |
| Severity: | medium | Docs Contact: | |
| Priority: | medium | ||
| Version: | 3.0 | CC: | coughlan, nobody+wcheng, petrides, riel, sabdelg, tao, trondeg |
| Target Milestone: | --- | ||
| Target Release: | --- | ||
| Hardware: | i686 | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: | Story Points: | --- | |
| Clone Of: | Environment: | ||
| Last Closed: | 2005-05-18 13:27:22 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
| Embargoed: | |||
| Bug Depends On: | 131391 | ||
| Bug Blocks: | |||
|
Description
Keith Kauffman
2004-04-26 18:18:37 UTC
Kernel version 2.4.21-14 (from the beta channel) does not appear to resolve this issue with respect to raw devices. The transfer size is still limited to 32K. Block device transfer size was found to be ~128K. Command executed: dd if=/dev/raw/raw1 of=/dev/null bs=512k count=1000 (/dev/raw/raw1 bound to /dev/sda - LSI RAID disk) (The assumption was made that 2.4.21-14 contains the same fixes as 2.4.21-12 referenced in bug 104633.) Red Hat 7.3 kernel version 2.4.20-28.7 does not exhibit this behavior. The transfer size reported was 512K. A patch to allow raw IOs ("superbh" IOs) larger than 32k has been committed for
the U5 kernel.
The fix referred to in comment #7 was committed to the RHEL3 U5 patch pool on 23-Feb-2005 (in kernel version 2.4.21-28.EL). An advisory has been issued which should help the problem described in this bug report. This report is therefore being closed with a resolution of ERRATA. For more information on the solution and/or where to find the updated files, please follow the link below. You may reopen this bug report if the solution does not work for you. http://rhn.redhat.com/errata/RHSA-2005-294.html |