<div dir="ltr"><div><div><div><div><div><div>there are 8 servers with 8 vms on each server. all the qcow images are on the nfs share on the same external server.<br></div>we are starting all 64 vms at the same time.<br></div>
each vm is 2.5GB X 64vms = 160GB = 1280Gb<br></div>to read all of the data on a 1Gbe interface will take 1280sec = 21.3min<br></div>not all of the image is being read on boot so it takes only 5min<br><br></div>anyway, one timeout won't solve all problems, why not 31? or 60?<br>
</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Jan 23, 2014 at 4:44 PM, Daniel P. Berrange <span dir="ltr"><<a href="mailto:berrange@redhat.com" target="_blank">berrange@redhat.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="im">On Thu, Jan 23, 2014 at 04:40:40PM +0200, Pavel Fux wrote:<br>
> I agree, there is no harm in adding an option of configuration, different<br>
> setup configurations require different timeout values.<br>
> my setup was 8 servers booted with PXE boot and running on nfs rootfs, with<br>
> 8 vms on each.<br>
> when I tried to start all of them together the bottle neck was the network<br>
> and it takes about 5 minutes till they all start.<br>
<br>
</div>That doesn't make any sense. The waiting code here is about the QEMU<br>
process' initial startup sequence - ie the gap between exec'ing the<br>
QEMU binary, and it listening on the monitor socket.  PXE / nfsroot<br>
doesn't get involved there at all. Even if it were involve, if you're<br>
seeing 5 minute delays with only 8 vms on the host, something is<br>
seriously screwed with your host. This isn't a compelling reason to<br>
add this config option to libvirt.<br>
<div class="HOEnZb"><div class="h5"><br>
Daniel<br>
--<br>
|: <a href="http://berrange.com" target="_blank">http://berrange.com</a>      -o-    <a href="http://www.flickr.com/photos/dberrange/" target="_blank">http://www.flickr.com/photos/dberrange/</a> :|<br>
|: <a href="http://libvirt.org" target="_blank">http://libvirt.org</a>              -o-             <a href="http://virt-manager.org" target="_blank">http://virt-manager.org</a> :|<br>
|: <a href="http://autobuild.org" target="_blank">http://autobuild.org</a>       -o-         <a href="http://search.cpan.org/~danberr/" target="_blank">http://search.cpan.org/~danberr/</a> :|<br>
|: <a href="http://entangle-photo.org" target="_blank">http://entangle-photo.org</a>       -o-       <a href="http://live.gnome.org/gtk-vnc" target="_blank">http://live.gnome.org/gtk-vnc</a> :|<br>
</div></div></blockquote></div><br></div>