WARNING - OLD ARCHIVES

This is an archived copy of the Xen.org mailing list, which we have preserved to ensure that existing links to archives are not broken. The live archive, which contains the latest emails, can be found at http://lists.xen.org/
   
 
 
Xen 
 
Home Products Support Community News
 
   
 

xen-devel

[Xen-devel] RE: about hot plug issue

To: "Steven Hand" <steven.hand@xxxxxxxxxxxx>, <xen-devel@xxxxxxxxxxxxxxxxxxx>
Subject: [Xen-devel] RE: about hot plug issue
From: "Yu, Ping Y" <ping.y.yu@xxxxxxxxx>
Date: Tue, 26 Sep 2006 15:53:07 +0800
Cc: sos22@xxxxxxxxx, Christian.Limpach@xxxxxxxxxxxxx
Delivery-date: Tue, 26 Sep 2006 00:56:26 -0700
Envelope-to: www-data@xxxxxxxxxxxxxxxxxx
List-help: <mailto:xen-devel-request@lists.xensource.com?subject=help>
List-id: Xen developer discussion <xen-devel.lists.xensource.com>
List-post: <mailto:xen-devel@lists.xensource.com>
List-subscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=subscribe>
List-unsubscribe: <http://lists.xensource.com/cgi-bin/mailman/listinfo/xen-devel>, <mailto:xen-devel-request@lists.xensource.com?subject=unsubscribe>
Sender: xen-devel-bounces@xxxxxxxxxxxxxxxxxxx
Thread-index: AcbhQAo3/1YhNeZdQ4mI3mUZV0mE2QAAGtLw
Thread-topic: about hot plug issue
Yeah, in fact, the script is quite simple, and it is just 
trying to create many VMXs or XENUs at the same time.
Another issue we found is that windows guest are not adapt with 
the new timeout value.

#!/bin/bash

xm vcpu-set 0 1
sleep 5

xm cr config.vmx1 &
xm cr config.vmx2 &
xm cr config.vmx3 &
xm cr config.vmx4 &
xm cr config.vmx5 &
xm cr config.vmx6 &
xm cr config.vmx7 &
xm cr config.vmx8 &
xm cr config.vmx9 &
xm cr config.vmx10 &
xm cr config.vmx11 &
xm cr config.vmx12 &
xterm -display :1 -e "xm cr -c config.xenu1" &
xterm -display :1 -e "xm cr -c config.xenu2" &
xterm -display :1 -e "xm cr -c config.xenu3" &
xterm -display :1 -e "xm cr -c config.xenu4" &

Ping

>-----Original Message-----
>From: Steven M. Hand [mailto:smh22@xxxxxxxxxxxxxxxx] On Behalf Of Steven Hand
>Sent: 2006年9月26日 15:48
>To: Yu, Ping Y; xen-devel@xxxxxxxxxxxxxxxxxxx
>Cc: Christian.Limpach@xxxxxxxxxxxxx; sos22@xxxxxxxxx
>Subject: Re: about hot plug issue
>
>Any extreme case is going to stress the crap out of the dom0
>hotplug subsystem; it's not clear it was designed for the sort
>of workloads xen puts on it :-(
>
>BTW, your attachment was stripped, but I think we can probably
>work out what it does.
>
>cheers,
>
>S.
>
>
>----- Original Message -----
>From: "Yu, Ping Y" <ping.y.yu@xxxxxxxxx>
>To: <xen-devel@xxxxxxxxxxxxxxxxxxx>
>Cc: <Christian.Limpach@xxxxxxxxxxxxx>; <sos22@xxxxxxxxx>; "Steven Hand"
><steven.hand@xxxxxxxxxxxx>
>Sent: Tuesday, September 26, 2006 8:36 AM
>Subject: about hot plug issue
>
>
>We found that cs 11554 increases some of timeout to fix
>the hot plug issue when starting 4 VMX simultaneously.
>Thanks for the quick reponse to nightly status report.
>
>But we found that when in an extremely condition, like
>creating 12 VMX domains and 4 XENU domains at the same
>time, sometimes we still can meet this bug. Attached is a
>demo script to start many domains. So we just wonder changing
>the timout value could not resolve this issue completely.
>At the same time, we found when main_loop_wait is increased to
>100 ms, windows guest's keyboard and mouse response is
>significantly slower.
>
>Ping

_______________________________________________
Xen-devel mailing list
Xen-devel@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-devel

<Prev in Thread] Current Thread [Next in Thread>
  • [Xen-devel] RE: about hot plug issue, Yu, Ping Y <=