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 154438 Details for
Bug 213586
RFE: Need to update mkinitrd to use mdadm instead of raidautorun to assemble arrays
[?]
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]
mkinitrd-6.0.9-mdadm.patch
mkinitrd-6.0.9-mdadm.patch (text/plain), 775 bytes, created by
Will Woods
on 2007-05-09 22:28:13 UTC
(
hide
)
Description:
mkinitrd-6.0.9-mdadm.patch
Filename:
MIME Type:
Creator:
Will Woods
Created:
2007-05-09 22:28:13 UTC
Size:
775 bytes
patch
obsolete
>--- mkinitrd.orig 2007-04-16 17:55:39.000000000 -0400 >+++ mkinitrd 2007-05-09 18:22:18.000000000 -0400 >@@ -1273,6 +1273,13 @@ > mknod $MNTIMAGE/dev/efirtc c 10 136 > fi > >+if [ -n "$raiddevices" ]; then >+ inst /sbin/mdadm.static "$MNTIMAGE/bin/mdadm" >+ if [ -f /etc/mdadm.conf ]; then >+ cp $verbose /etc/mdadm.conf "$MNTIMAGE/etc/mdadm.conf" >+ fi >+fi >+ > # FIXME -- this can really go poorly with clvm or duplicate vg names. > # nash should do lvm probing for us and write its own configs. > if [ -n "$vg_list" ]; then >@@ -1430,8 +1437,7 @@ > > if [ -n "$raiddevices" ]; then > for dev in $raiddevices; do >- cp -a /dev/${dev} $MNTIMAGE/dev >- emit "raidautorun /dev/${dev}" >+ emit "mdadm -As --auto=yes --run /dev/${dev}" > done > fi >
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 213586
:
140076
| 154438