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 147079 Details for
Bug 225203
Reading /sys/hypervisor/uuid in Dom0 hangs if XenStoreD isn't running
[?]
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]
Crude but simple patch to avoid the hang
sys-hypervisor-uuid-hang.patch (text/plain), 429 bytes, created by
Markus Armbruster
on 2007-02-01 09:20:12 UTC
(
hide
)
Description:
Crude but simple patch to avoid the hang
Filename:
MIME Type:
Creator:
Markus Armbruster
Created:
2007-02-01 09:20:12 UTC
Size:
429 bytes
patch
obsolete
>diff -r 3993dc2992e9 drivers/xen/core/xen_sysfs.c >--- a/drivers/xen/core/xen_sysfs.c Tue Oct 17 22:32:22 2006 +0200 >+++ b/drivers/xen/core/xen_sysfs.c Thu Feb 01 09:40:44 2007 +0100 >@@ -104,6 +104,10 @@ static ssize_t uuid_show(struct hyp_sysf > { > char *vm, *val; > int ret; >+ >+ extern int xenstored_ready; >+ if (unlikely(!xenstored_ready)) >+ return -EAGAIN; > > vm = xenbus_read(XBT_NIL, "vm", "", NULL); > if (IS_ERR(vm))
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 225203
: 147079