Bug 481371
Summary: | PG_error bit is never cleared, even when a fresh I/O to the page succeeds | ||||||
---|---|---|---|---|---|---|---|
Product: | Red Hat Enterprise Linux 4 | Reporter: | Jeff Moyer <jmoyer> | ||||
Component: | kernel | Assignee: | Rik van Riel <riel> | ||||
Status: | CLOSED ERRATA | QA Contact: | Gris Ge <fge> | ||||
Severity: | medium | Docs Contact: | |||||
Priority: | low | ||||||
Version: | 4.8 | CC: | bmarzins, dhoward, fge, riel, vgoyal | ||||
Target Milestone: | rc | ||||||
Target Release: | --- | ||||||
Hardware: | All | ||||||
OS: | Linux | ||||||
Whiteboard: | |||||||
Fixed In Version: | Doc Type: | Bug Fix | |||||
Doc Text: | Story Points: | --- | |||||
Clone Of: | |||||||
: | 590763 (view as bug list) | Environment: | |||||
Last Closed: | 2011-02-16 16:06:16 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: | |||||||
Bug Blocks: | 589295, 590763 | ||||||
Attachments: |
|
Description
Jeff Moyer
2009-01-23 19:41:22 UTC
Created attachment 329884 [details]
Clear PG_error before issuing a readpage
This should fix the problem.
I tested both RHEL5 and upstream. This bug also exists in both to them. 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. Committed in 89.37.EL . RPMS are available at http://people.redhat.com/vgoyal/rhel4/ Reproduced this problem on kernel-2.6.9-78.30.EL This is the steps for testing on HBA multipath device: ================================= mkfs.ext3 /dev/mapper/mpath0 mount /dev/mapper/mpath0 /mnt echo "test" > /mnt/testfile umount /mnt sync echo 3 > /proc/sys/vm/drop_caches mount /dev/mapper/mpath0 /mnt ls /mnt #bring FC link down from switch side. strace dd if=/mnt/testfile #got read(0, 0x50b000, 512) = -1 EIO (Input/output error) #bring FC link up from switch side. #mulitpath show link was revived. strace dd if=/mnt/testfile #still the same error. kernel-2.6.9-96.EL fixed this issue. Verified. 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 therefore 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-2011-0263.html |