Note: This bug is displayed in read-only format because the product is no longer active in Red Hat Bugzilla.
For bugs related to Red Hat Enterprise Linux 5 product line. The current stable release is 5.10. For Red Hat Enterprise Linux 6 and above, please visit Red Hat JIRA https://issues.redhat.com/secure/CreateIssue!default.jspa?pid=12332745 to report new issues.

Bug 219819

Summary: Correct typo in qla1280 driver
Product: Red Hat Enterprise Linux 5 Reporter: George Beshers <gbeshers>
Component: kernelAssignee: George Beshers <gbeshers>
Status: CLOSED CURRENTRELEASE QA Contact: Brian Brock <bbrock>
Severity: medium Docs Contact:
Priority: medium    
Version: 5.0CC: 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:
Description Flags
Copy of changeset 40552 none

Description George Beshers 2006-12-15 16:41:54 UTC
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

Comment 1 George Beshers 2006-12-15 16:41:59 UTC
Created attachment 143783 [details]
Copy of changeset 40552

Comment 2 Linda Wang 2006-12-20 20:54:07 UTC
patch posted on 12/18

Comment 3 RHEL Program Management 2006-12-20 21:05:36 UTC
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.

Comment 5 Don Zickus 2007-01-03 01:14:02 UTC
in 2.6.18-1.2943.el5

Comment 6 RHEL Program Management 2007-02-08 01:47:45 UTC
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.