Login
[x]
Log in using an account from:
Fedora Account System
Red Hat Associate
Red Hat Customer
Or login using a Red Hat Bugzilla account
Forgot Password
Login:
Hide Forgot
Create an Account
Red Hat Bugzilla – Attachment 290899 Details for
Bug 427640
/dev/disk/by-path symlinks broken for iSCSI targets
[?]
New
Simple Search
Advanced Search
My Links
Browse
Requests
Reports
Current State
Search
Tabular reports
Graphical reports
Duplicates
Other Reports
User Changes
Plotly Reports
Bug Status
Bug Severity
Non-Defaults
|
Product Dashboard
Help
Page Help!
Bug Writing Guidelines
What's new
Browser Support Policy
5.0.4.rh83 Release notes
FAQ
Guides index
User guide
Web Services
Contact
Legal
This site requires JavaScript to be enabled to function correctly, please enable it.
[patch]
Fix iSCSI /dev/disk/by-path links to include LUN information
udev-path_id-iscsi-uniqueness.path (text/plain), 760 bytes, created by
Daniel Berrangé
on 2008-01-06 03:47:47 UTC
(
hide
)
Description:
Fix iSCSI /dev/disk/by-path links to include LUN information
Filename:
MIME Type:
Creator:
Daniel Berrangé
Created:
2008-01-06 03:47:47 UTC
Size:
760 bytes
patch
obsolete
>--- /home/berrange/src/redhat/udev/RHEL-5/udev-095/extras/path_id/path_id 2008-01-05 22:34:29.000000000 -0500 >+++ path_id 2007-10-14 09:17:32.000000000 -0400 >@@ -332,6 +336,7 @@ > local iscsi_session_dir > local iscsi_session iscsi_session_path > local iscsi_connection iscsi_connection_path >+ local iscsi_scsi_lun > # iSCSI device > iscsi_session_dir="${DEV%%/target*}" > iscsi_session="${iscsi_session_dir##*/}" >@@ -378,7 +383,8 @@ > if [ -e "${iscsi_connection_path}/persistent_port" ] ; then > read iscsi_port < ${iscsi_connection_path}/persistent_port > fi >- d="ip-${iscsi_address}:${iscsi_port}-iscsi-${iscsi_tgtname}" >+ iscsi_scsi_lun="${DEV##*:}" >+ d="ip-${iscsi_address}:${iscsi_port}-iscsi-${iscsi_tgtname}-lun-${iscsi_scsi_lun}" > RESULT=0 > } >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 427640
: 290899