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 605314 Details for
Bug 846335
Dracut fails to incrementally assemble nested raid configurations
[?]
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]
Patch to enable dracut to work woth stacked raids
65-md-incremental-imsm.rules.patch (text/plain), 1.07 KB, created by
Ian Dall
on 2012-08-18 09:02:14 UTC
(
hide
)
Description:
Patch to enable dracut to work woth stacked raids
Filename:
MIME Type:
Creator:
Ian Dall
Created:
2012-08-18 09:02:14 UTC
Size:
1.07 KB
patch
obsolete
>--- modules.d/90mdraid/65-md-incremental-imsm.rules.dist 2012-04-05 21:24:38.000000000 +0930 >+++ modules.d/90mdraid/65-md-incremental-imsm.rules 2012-08-07 23:13:01.481146152 +0930 >@@ -5,7 +5,8 @@ > ACTION!="add|change", GOTO="md_end" > SUBSYSTEM!="block", GOTO="md_end" > ENV{rd_NO_MD}=="?*", GOTO="md_end" >-KERNEL=="md*", GOTO="md_end" >+# XXX md* can be raid components. If they are not, they will fail the next test anyway >+#KERNEL=="md*", GOTO="md_end" > > ENV{ID_FS_TYPE}=="ddf_raid_member|isw_raid_member|linux_raid_member", GOTO="md_try" > GOTO="md_end" >@@ -37,4 +38,13 @@ > > RUN+="/sbin/mdadm $env{rd_MD_OFFROOT} -I $env{DEVNAME}" > >+# XXX Copied from /lib/udev/rules.d/65-md-incremental.rules. Who knows if it works here? >+# >+# Finally catch any nested md raid arrays. If we brought up an md raid >+# array that's part of another md raid array, it won't be ready to be used >+# until the change event that occurs when it becomes live >+KERNEL=="md*", SUBSYSTEM=="block", ENV{ID_FS_TYPE}=="linux_raid_member", \ >+ ACTION=="change", RUN+="/sbin/mdadm -I $env{DEVNAME}" >+# XXX >+ > LABEL="md_end"
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 846335
: 605314 |
606195
|
1085528
|
1085554