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 606195 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]
Proposed patch
dracut-md-stacked.patch (text/plain), 837 bytes, created by
Harald Hoyer
on 2012-08-22 11:03:58 UTC
(
hide
)
Description:
Proposed patch
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2012-08-22 11:03:58 UTC
Size:
837 bytes
patch
obsolete
>commit 5746f04994745ac4ad01b4ae26f6c368ac725fb3 >Author: Harald Hoyer <harald@redhat.com> >Date: Wed Aug 22 13:01:53 2012 +0200 > > mdraid: catch nested md raids > > Thanks to Ian Dall! > >diff --git a/modules.d/90mdraid/65-md-incremental-imsm.rules b/modules.d/90mdraid/65-md-incremental-imsm.rules >index 6dd696a..d66dd01 100644 >--- a/modules.d/90mdraid/65-md-incremental-imsm.rules >+++ b/modules.d/90mdraid/65-md-incremental-imsm.rules >@@ -5,7 +5,9 @@ > ACTION!="add|change", GOTO="md_end" > SUBSYSTEM!="block", GOTO="md_end" > ENV{rd_NO_MD}=="?*", GOTO="md_end" >-KERNEL=="md*", GOTO="md_end" >+KERNEL=="md*", ENV{ID_FS_TYPE}!="linux_raid_member", GOTO="md_end" >+KERNEL=="md*", ACTION!="change", GOTO="md_end" >+ > # Also don't process disks that are slated to be a multipath device > ENV{DM_MULTIPATH_DEVICE_PATH}=="?*", GOTO="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