John Byrne
2007-Feb-23 22:49 UTC
[Xen-devel] [PATCH] RHEL3 2.4 domU kernel has load average of 2
The backport of the xenbus code for the 2.4 kernel changed wait_event_interruptible() into wait_event() into a couple of places it looks to deal with the fact that signals weren''t being blocked. This results in an idle domU showing a load-average of 2, which was messing up some work-management tools. The attached patch blocks all signals for the xenbus and xenwatch daemons, instead. Signed-off-by: John Byrne <john.l.byrne@hp.com> _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Ian Campbell
2007-Feb-26 09:48 UTC
Re: [Xen-devel] [PATCH] RHEL3 2.4 domU kernel has load average of 2
On Fri, 2007-02-23 at 14:49 -0800, John Byrne wrote:> The backport of the xenbus code for the 2.4 kernel changed > wait_event_interruptible() into wait_event() into a couple of places it > looks to deal with the fact that signals weren''t being blocked. This > results in an idle domU showing a load-average of 2, which was messing > up some work-management tools. > > The attached patch blocks all signals for the xenbus and xenwatch > daemons, instead.Applied, thanks. Ian. _______________________________________________ Xen-devel mailing list Xen-devel@lists.xensource.com http://lists.xensource.com/xen-devel
Maybe Matching Threads
- virtio balloon: do not call blocking ops when !TASK_RUNNING
- virtio balloon: do not call blocking ops when !TASK_RUNNING
- virtio balloon: do not call blocking ops when !TASK_RUNNING
- virtio balloon: do not call blocking ops when !TASK_RUNNING
- [PATCH 1/1] ocfs2/net: Use wait_event() in o2net_send_message_vec()