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 291510 Details for
Bug 391951
[NetApp 5.2 bug] root on multipath (iSCSI) not supported in Anaconda
[?]
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]
iscsi mkinitrd patch
netapp-mkinitrd.patch (text/plain), 1.20 KB, created by
nandkumar mane
on 2008-01-13 19:19:06 UTC
(
hide
)
Description:
iscsi mkinitrd patch
Filename:
MIME Type:
Creator:
nandkumar mane
Created:
2008-01-13 19:19:06 UTC
Size:
1.20 KB
patch
obsolete
>--- ../mkinitrd.orig 2008-01-12 18:43:00.000000000 -0500 >+++ mkinitrd 2008-01-12 18:56:01.000000000 -0500 >@@ -347,6 +347,20 @@ > } > > findstoragedriverinsys () { >+ if echo $PWD | grep -q "/sys/block/dm*"; then >+ while [ ! -L device ]; do >+ if [ -L subsystem ];then >+ cd slaves; >+ for x in *;do >+ if [ -L $x ]; then >+ cd $x; >+ break >+ fi; >+ done >+ fi >+ done >+ fi >+ > while [ ! -L device ]; do > [ "$PWD" = "/sys" ] && return > cd .. >@@ -379,7 +393,15 @@ > handleraid "$device" > continue > fi >- vecho "Looking for driver for device $device" >+ if [[ "$device" =~ "mapper" ]]; then >+ mpath="/dev/"$device >+ minorno="0x"`stat -c %T $mpath` >+ minor=$(($minorno % 0x100)) >+ dm="dm-"$minor >+ device=$dm >+ vecho "Found multipath component $device" >+ fi >+ vecho "Looking for driver for device $device" > sysfs=$(findone -type d /sys/block -name $device) > [ -z "$sysfs" ] && return > pushd $sysfs >/dev/null 2>&1
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 391951
:
264841
| 291510 |
297753