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 313983 Details for
Bug 458702
kdump initrd hangs waiting on cciss or md devices
[?]
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 exclude md and cciss from critical_disks
mkdumprd-cciss-md.patch (text/plain), 615 bytes, created by
Doug Chapman
on 2008-08-11 17:28:00 UTC
(
hide
)
Description:
patch to exclude md and cciss from critical_disks
Filename:
MIME Type:
Creator:
Doug Chapman
Created:
2008-08-11 17:28:00 UTC
Size:
615 bytes
patch
obsolete
>--- mkdumprd.broken 2008-08-11 13:13:48.000000000 -0400 >+++ mkdumprd 2008-08-11 13:19:02.000000000 -0400 >@@ -1110,7 +1110,10 @@ then > fi > > #this provides us with a list of disks that we need to make sure we have available before we capture our core >-mv $TMPDISKLIST $MNTIMAGE/etc/critical_disks >+# don't block on cciss or md devices, parsing them in sysfs takes a special case and they are there >+# as soon as the driver loads >+egrep -v '(^cciss|^md)' $TMPDISKLIST > $MNTIMAGE/etc/critical_disks >+rm -f $TMPDISKLIST > > #THIS IS WHERE WE GENERATE OUR ADDITINONAL UTILITIES > #Busybox doesn't have a /bin/sh applet,
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 458702
:
313983
|
313995