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 288871 Details for
Bug 396621
Increase timeout for device connection on boot
[?]
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]
linux-2.6.18-xen 150:09c88868e344 ported to 2.6.18-53.el5
linux-2.6.18-xen-150-09c88868e344 (text/plain), 1.45 KB, created by
Ian Campbell
on 2007-12-14 09:24:19 UTC
(
hide
)
Description:
linux-2.6.18-xen 150:09c88868e344 ported to 2.6.18-53.el5
Filename:
MIME Type:
Creator:
Ian Campbell
Created:
2007-12-14 09:24:19 UTC
Size:
1.45 KB
patch
obsolete
># HG changeset patch ># User Ian Campbell <ian.campbell@xensource.com> ># Date 1185893231 -3600 ># Node ID 09c88868e3442eaf5108520ecca0df9d5bf606a0 ># Parent 49a0d5931430c65c7274a48471bf146ba6618067 >Wait for up to 5 minutes for devices to connect. > >Heavy load in domain 0 can cause very long delays setting up the >backend. > >Signed-off-by: Ian Campbell <ian.campbell@xensource.com> >linux-2.6.18-xen changeset: 150:09c88868e3442eaf5108520ecca0df9d5bf606a0 >linux-2.6.18-xen date: Tue Jul 31 15:47:11 2007 +0100 > >diff -r 49a0d5931430 -r 09c88868e344 drivers/xen/xenbus/xenbus_probe.c >--- a/drivers/xen/xenbus/xenbus_probe.c Sat Jul 28 08:45:07 2007 +0100 >+++ b/drivers/xen/xenbus/xenbus_probe.c Tue Jul 31 15:47:11 2007 +0100 >@@ -1075,7 +1075,7 @@ static int ready_to_wait_for_devices; > static int ready_to_wait_for_devices; > > /* >- * On a 30-second timeout, wait for all devices currently configured. We need >+ * On a 5-minute timeout, wait for all devices currently configured. We need > * to do this to guarantee that the filesystems and / or network devices > * needed for boot are available, before we can allow the boot to proceed. > * >@@ -1103,8 +1103,8 @@ static void wait_for_devices(struct xenb > printk(KERN_WARNING "XENBUS: Waiting for " > "devices to initialise: "); > seconds_waited += 5; >- printk("%us...", 30 - seconds_waited); >- if (seconds_waited == 30) >+ printk("%us...", 300 - seconds_waited); >+ if (seconds_waited == 300) > break; > } >
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 396621
:
288851
|
288861
|
288871
|
332714
|
332715
|
332731
|
333643
|
333644