|
|
|
|
|
|
|
|
|
|
xen-users
Re: [Xen-users] boot the domU one by one when server starts
On 07/11/2009 17:21, Jingyun He wrote:
Hello,
Is it possible to set the xen to boot the domU one by one when server starts,
as currently we have 20 domU, and if boot them together, the the hard
disk will be very very slow.
Hi,
cd /etc/xen/config/........ && for i in *
do
...... (start VM, .....)......
sleep 60 (or whatever time you think is right to start a VM)
done
_______________________________________________
Xen-users mailing list
Xen-users@xxxxxxxxxxxxxxxxxxx
http://lists.xensource.com/xen-users
|
|
|
|
|