Login
Log in using an SSO provider:
Fedora Account System
Red Hat Associate
Red Hat Customer
Login using a Red Hat Bugzilla account
Forgot Password
Create an Account
Red Hat Bugzilla – Attachment 354267 Details for
Bug 512555
mkinitrd fails to create a correct initrd for nvidia fakeraid devices with lvm on top
Home
New
Search
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.rh90 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]
small patch to fix not finding the devices that house lvm in case of fakeraid
mkinitrd.patch (text/plain), 514 bytes, created by
S.A. Hartsuiker
on 2009-07-19 02:53:28 UTC
(
hide
)
Description:
small patch to fix not finding the devices that house lvm in case of fakeraid
Filename:
MIME Type:
Creator:
S.A. Hartsuiker
Created:
2009-07-19 02:53:28 UTC
Size:
514 bytes
patch
obsolete
>--- /sbin/mkinitrd~ 2009-06-16 13:37:38.000000000 +0200 >+++ /sbin/mkinitrd 2009-07-19 01:07:01.249258974 +0200 >@@ -563,6 +563,11 @@ > case " $vg_list " in > *" $vg "*) ;; > *) vg_list="$vg_list $vg" >+ local vg_devs=$(vgdisplay $vg) >+ for x in $vg_devs; do >+ echo "Trying to find the block devices that make up the lvm" >+ findstoragedriver $x >+ done > [ -z "$nolvm" ] && find_base_dm_mods > ;; > esac
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 512555
: 354267