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 305363 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]
patch to delay boot while scsi drivers initalize
scsi.patch (text/plain), 1.61 KB, created by
Neil Horman
on 2008-05-14 14:00:15 UTC
(
hide
)
Description:
patch to delay boot while scsi drivers initalize
Filename:
MIME Type:
Creator:
Neil Horman
Created:
2008-05-14 14:00:15 UTC
Size:
1.61 KB
patch
obsolete
>Index: kexec-tools.spec >=================================================================== >RCS file: /cvs/dist/rpms/kexec-tools/RHEL-5/kexec-tools.spec,v >retrieving revision 1.236 >diff -u -r1.236 kexec-tools.spec >--- kexec-tools.spec 10 Apr 2008 23:48:31 -0000 1.236 >+++ kexec-tools.spec 14 May 2008 13:56:55 -0000 >@@ -1,6 +1,6 @@ > Name: kexec-tools > Version: 1.102pre >-Release: 21%{?dist} >+Release: 22%{?dist} > License: GPL > Group: Applications/System > Summary: The kexec/kdump userspace component. >@@ -261,6 +261,9 @@ > %doc kexec-kdump-howto.txt > > %changelog >+* Mon Apr 28 2008 Neil Horman <nhorman@redhat.com> -1.102pre-22 >+- Remove redundant call to create efirtc (bz 438755) >+ > * Thu Apr 10 2008 Neil Horman <nhorman@redhat.com> -1.102pre-21 > - Fix phys_base to handle a missed case (bz 441427) > >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 13:56:57 -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