| Summary: | udev's path_id does not handle isci managed devices | ||
|---|---|---|---|
| Product: | Red Hat Enterprise Linux 6 | Reporter: | Przemyslaw Hawrylewicz-Czarnowski <przemyslaw.hawrylewicz.czarnowski> |
| Component: | udev | Assignee: | Harald Hoyer <harald> |
| Status: | CLOSED ERRATA | QA Contact: | qe-baseos-daemons |
| Severity: | unspecified | Docs Contact: | |
| Priority: | unspecified | ||
| Version: | 6.1 | CC: | azelinka, ed.ciechanowski, jscotka, krzysztof.wojcik, pknirsch, ykawada |
| Target Milestone: | rc | ||
| Target Release: | --- | ||
| Hardware: | All | ||
| OS: | Linux | ||
| Whiteboard: | |||
| Fixed In Version: | Doc Type: | Bug Fix | |
| Doc Text: |
Prior to this update, the path_id utility did not create symbolic links for iSCSI (Internet SCSI) devices. As a consequence, udev did not create a symbolic link in the /dev/disk/by-path/ directory and the device could not be accessed by this path. This bug has been fixed, udev now follows the naming scheme of its upstream version 171, and symbolic links for iSCSI devices are now created in the following format: "ip-[address]:[port]-iscsi-[target]-[lun]". In this format, [lun] represents the logical unit number of the device.
Lun numbers < 256 are displayed as "lun-x". Lun numbers >= 256 use the lun number format previously used in fibre channel by-path links, 0xabcd012300000000. This lun numbering scheme is implemented for sas, fibre channel, iscsi.
|
Story Points: | --- |
| Clone Of: | Environment: | ||
| Last Closed: | 2011-12-06 16:27:10 UTC | Type: | --- |
| Regression: | --- | Mount Type: | --- |
| Documentation: | --- | CRM: | |
| Verified Versions: | Category: | --- | |
| oVirt Team: | --- | RHEL 7.3 requirements from Atomic Host: | |
| Cloudforms Team: | --- | Target Upstream Version: | |
|
Description
Przemyslaw Hawrylewicz-Czarnowski
2011-06-21 12:07:21 UTC
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:
path_id did not create a symbolic link for SAS devices without enclosure.
The udev update now follows the naming scheme of the upstream udev version 171.
For iSCSI devices path_id now creates a symbolic link, which has the form ip-<addr>:<port>-iscsi-<target>-<lun>".
Lun numbers < 256 are displayed as "lun-x". Lun numbers >= 256 use the lun number format previously used in fibre channel by-path links, 0xabcd012300000000. This lun numbering scheme is implemented for sas, fibre channel, iscsi.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,5 +1,4 @@
-path_id did not create a symbolic link for SAS devices without enclosure.
-The udev update now follows the naming scheme of the upstream udev version 171.
-For iSCSI devices path_id now creates a symbolic link, which has the form ip-<addr>:<port>-iscsi-<target>-<lun>".
+path_id did not create a symbolic link for iSCSI devices.
+For iSCSI devices path_id now creates a symbolic link, which follows the naming scheme of the upstream udev version 171 and has the form ip-<addr>:<port>-iscsi-<target>-<lun>".
Lun numbers < 256 are displayed as "lun-x". Lun numbers >= 256 use the lun number format previously used in fibre channel by-path links, 0xabcd012300000000. This lun numbering scheme is implemented for sas, fibre channel, iscsi.
Technical note updated. If any revisions are required, please edit the "Technical Notes" field
accordingly. All revisions will be proofread by the Engineering Content Services team.
Diffed Contents:
@@ -1,4 +1,7 @@
-path_id did not create a symbolic link for iSCSI devices.
-For iSCSI devices path_id now creates a symbolic link, which follows the naming scheme of the upstream udev version 171 and has the form ip-<addr>:<port>-iscsi-<target>-<lun>".
+Prior to this update, the path_id utility did not create symbolic links for iSCSI (Internet SCSI) devices. As a consequence, udev did not create a symbolic link in the /dev/disk/by-path/ directory and the device could not be accessed by this path. This bug has been fixed, udev now follows the naming scheme of its upstream version 171, and symbolic links for iSCSI devices are now created in the following format: "ip-[address]:[port]-iscsi-[target]-[lun]". In this format, [lun] represents the logical unit number of the device.
+
+
+
+
Lun numbers < 256 are displayed as "lun-x". Lun numbers >= 256 use the lun number format previously used in fibre channel by-path links, 0xabcd012300000000. This lun numbering scheme is implemented for sas, fibre channel, iscsi.
Since the problem described in this bug report should be resolved in a recent advisory, it has been closed with a resolution of ERRATA. For information on the advisory, and where to find the updated files, follow the link below. If the solution does not work for you, open a new bug report. http://rhn.redhat.com/errata/RHBA-2011-1649.html |