Bug 219819
| Summary: | Correct typo in qla1280 driver | ||||||
|---|---|---|---|---|---|---|---|
| Product: | Red Hat Enterprise Linux 5 | Reporter: | George Beshers <gbeshers> | ||||
| Component: | kernel | Assignee: | George Beshers <gbeshers> | ||||
| Status: | CLOSED CURRENTRELEASE | QA Contact: | Brian Brock <bbrock> | ||||
| Severity: | medium | Docs Contact: | |||||
| Priority: | medium | ||||||
| Version: | 5.0 | CC: | dzickus | ||||
| Target Milestone: | --- | ||||||
| Target Release: | --- | ||||||
| Hardware: | All | ||||||
| OS: | Linux | ||||||
| Whiteboard: | |||||||
| Fixed In Version: | RC | Doc Type: | Bug Fix | ||||
| Doc Text: | Story Points: | --- | |||||
| Clone Of: | Environment: | ||||||
| Last Closed: | 2007-02-08 01:47:45 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: | |||||||
| Attachments: |
|
||||||
Created attachment 143783 [details]
Copy of changeset 40552
patch posted on 12/18 This request was evaluated by Red Hat Product Management for inclusion in a Red Hat Enterprise Linux maintenance release. Product Management has requested further review of this request by Red Hat Engineering, for potential inclusion in a Red Hat Enterprise Linux Update release for currently deployed products. This request is not yet committed for inclusion in an Update release. in 2.6.18-1.2943.el5 A package has been built which should help the problem described in this bug report. This report is therefore being closed with a resolution of CURRENTRELEASE. You may reopen this bug report if the solution does not work for you. |
Description of problem: Customer reported that on his Altix with a ql12160 the performance of the attached devices significantly drops after a bus reset had occured. The problem is reproducible. Here the log of what has been done. Version-Release number of selected component (if applicable): How reproducible: Reliably. Steps to Reproduce: 1. Reboot system 2. time dd if=/dev/sdb of=/dev/null bs=64k count=10000 10000+0 records in 10000+0 records out real 0m9.543s user 0m0.011s sys 0m0.577s As you see it takes about 10 seconds to complete the transfer. 3. Now doing a bus reset. taclab26:~ # sg_reset -b /dev/sg1 sg_reset: starting bus reset sg_reset: completed bus reset Actual results: After the reset completed the transfer of the 10000 blocks takes about 7.5 times longer as before. taclab26:~ # time dd if=/dev/sdb of=/dev/null bs=64k count=10000 10000+0 records in 10000+0 records out real 1m14.443s user 0m0.007s sys 0m0.595s Expected results: faster :) Additional info: Fix is changeset 40552 by Jes Sorensen