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 305402 Details for
Bug 446279
kdump initrd does not handle lun scanning race condition
[?]
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]
updated patch with backticks and $ properly escaped
mkdumprd.patch (text/plain), 856 bytes, created by
Neil Horman
on 2008-05-14 20:24:06 UTC
(
hide
)
Description:
updated patch with backticks and $ properly escaped
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-05-14 20:24:06 UTC
Size:
856 bytes
patch
obsolete
>Index: mkdumprd >=================================================================== >RCS file: /cvs/dist/rpms/kexec-tools/RHEL-5/mkdumprd,v >retrieving revision 1.71 >diff -u -r1.71 mkdumprd >--- mkdumprd 7 Apr 2008 11:28:56 -0000 1.71 >+++ mkdumprd 14 May 2008 20:22:12 -0000 >@@ -1448,6 +1448,22 @@ > fi > done > >+cat >> $MNTIMAGE/init << EOF >+if [ -f /proc/scsi/scsi ] >+then >+ echo "Waiting for scsi driver initialization" >+ LAST_FVAL=0 >+ FVAL=\`md5sum /proc/scsi/scsi\` >+ while [ "\$LAST_FVAL" != "\$FVAL" ] >+ do >+ LAST_FVAL=\$FVAL >+ #wait half a second and check again >+ usleep 500000 >+ FVAL=\`md5sum /proc/scsi/scsi\` >+ done >+fi >+EOF >+ > # HACK: module loading + device creation isn't necessarily synchronous... > # this will make sure that we have all of our devices before trying > # things like RAID or LVM
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 446279
:
305363
|
305402
|
305525
|
305717