[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [Xen-devel] RE: 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
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |