Bug 670572
Summary: | [NetApp 6.0 Bug] Erroneous TPG ID check in SCSI ALUA Handler | ||
---|---|---|---|
Product: | Red Hat Enterprise Linux 6 | Reporter: | Martin George <marting> |
Component: | kernel | Assignee: | Mike Snitzer <msnitzer> |
Status: | CLOSED ERRATA | QA Contact: | Gris Ge <fge> |
Severity: | high | Docs Contact: | |
Priority: | urgent | ||
Version: | 6.0 | CC: | bdonahue, coughlan, dhoward, fge, mchristi, msnitzer, revers, xdl-redhat-bugzilla |
Target Milestone: | rc | Keywords: | ZStream |
Target Release: | --- | ||
Hardware: | All | ||
OS: | All | ||
Whiteboard: | |||
Fixed In Version: | kernel-2.6.32-112.el6 | Doc Type: | Bug Fix |
Doc Text: |
For a device that used a Target Portal Group (TPG) ID which occupied the full 2 bytes in the RTPG (Report Target Port Groups) response (with either byte exceeding the maximum value that may be stored in a signed char), the kernel's calculated TPG ID would never match the group_id that it should. As a result, this signed char overflow also caused the ALUA handler to incorrectly identify the Asymmetric Access State (AAS) of the specified device as well as incorrectly interpret the supported AAS of the target. With this update, the aforementioned issue has been addressed and no longer occurs.
|
Story Points: | --- |
Clone Of: | 669961 | Environment: | |
Last Closed: | 2011-05-19 12:05:30 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: | 669961 | ||
Bug Blocks: | 673978 |
Description
Martin George
2011-01-18 17:20:22 UTC
Seen on RHEL 6.0 as well (kernel-2.6.32-71.el6). This bug could break AAS handling in the ALUA handler. So it's important the fix makes it to 6.0.z itself. 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. Patch(es) available on kernel-2.6.32-112.el6 Is there any way for us to verify this patch? Or just code review? Technical note added. If any revisions are required, please edit the "Technical Notes" field accordingly. All revisions will be proofread by the Engineering Content Services team. New Contents: For a device that used a Target Portal Group (TPG) ID which occupied the full 2 bytes in the RTPG (Report Target Port Groups) response (with either byte exceeding the maximum value that may be stored in a signed char), the kernel's calculated TPG ID would never match the group_id that it should. As a result, this signed char overflow also caused the ALUA handler to incorrectly identify the Asymmetric Access State (AAS) of the specified device as well as incorrectly interpret the supported AAS of the target. With this update, the aforementioned issue has been addressed and no longer occurs. Code reviewed, patch has been applied into kernel-2.6.32-120.el6. Set as Sanity Only 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-0542.html |