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 696037 Details for
Bug 906464
dracut unable to boot from a degraded raid1 array unless it is run one time from hand
[?]
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 in upcoming dracut in RHEL-6.4
dracut-raid-timeout.patch (text/plain), 1.83 KB, created by
Harald Hoyer
on 2013-02-11 11:41:40 UTC
(
hide
)
Description:
Patch in upcoming dracut in RHEL-6.4
Filename:
MIME Type:
Creator:
Harald Hoyer
Created:
2013-02-11 11:41:40 UTC
Size:
1.83 KB
patch
obsolete
>commit 39086d914f98b5e77f2c8a72f73e63795d1b0289 >Author: Harald Hoyer <harald@redhat.com> >Date: Fri Apr 27 11:05:30 2012 +0200 > > mdraid: fix raid assembly for timeout > > array_state was never "|incomplete" but the raid was not active/running > on a degraded array, so the timeout hook was never installed > >diff --git a/modules.d/90mdraid/65-md-incremental-imsm.rules b/modules.d/90mdraid/65-md-incremental-imsm.rules >index 096f34d..1d4d50a 100644 >--- a/modules.d/90mdraid/65-md-incremental-imsm.rules >+++ b/modules.d/90mdraid/65-md-incremental-imsm.rules >@@ -47,10 +47,12 @@ GOTO="end_raidstart" > > LABEL="do_raidstart" > >+RUN+="/bin/ln -sf /sbin/md_finished.sh /initqueue-finished/md_finished.sh" >+ > # check if array is not inactive anymore >-TEST=="md/array_state", ATTR{md/array_state}!="|inactive", GOTO="end_raidstart" >+TEST=="md/array_state", ATTR{md/array_state}=="clean", ENV{MD_UUID}=="?*", GOTO="end_raidstart" > >-RUN+="/bin/sh -c 'ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh;/sbin/initqueue --timeout --onetime --name 51-mdraid_start --unique /sbin/mdraid_start'" >+RUN+="/sbin/initqueue --timeout --onetime --name 51-mdraid_start --unique /sbin/mdraid_start" > > LABEL="end_raidstart" > >@@ -68,6 +70,10 @@ GOTO="end_container" > > LABEL="do_container" > >-RUN+="/bin/sh -c 'ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh;/sbin/initqueue --timeout --onetime --name 50-mdcontainer_start --unique --name mdcontainer_start-%k /sbin/mdcontainer_start $env{DEVNAME}'" >+RUN+="/bin/sh -c 'ln -s /sbin/md_finished.sh /initqueue-finished/md_finished.sh" >+ >+TEST=="md/array_state", ATTR{md/array_state}=="clean", ENV{MD_UUID}=="?*", GOTO="end_container" >+ >+RUN+="/sbin/initqueue --timeout --onetime --name 50-mdcontainer_start --unique --name mdcontainer_start-%k /sbin/mdcontainer_start $env{DEVNAME}" > > LABEL="end_container"
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 906464
:
691082
|
691083
| 696037