Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-28 Thread Daniel P. Berrange
On Mon, Jan 27, 2014 at 11:28:31AM +, Daniel P. Berrange wrote: On Fri, Jan 24, 2014 at 05:17:02PM +0100, Martin Kletzander wrote: On Fri, Jan 24, 2014 at 12:56:43PM +, Daniel P. Berrange wrote: On Thu, Jan 23, 2014 at 07:47:54PM +0200, Pavel Fux wrote: there are 8 servers with 8

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-27 Thread Daniel P. Berrange
On Fri, Jan 24, 2014 at 05:17:02PM +0100, Martin Kletzander wrote: On Fri, Jan 24, 2014 at 12:56:43PM +, Daniel P. Berrange wrote: On Thu, Jan 23, 2014 at 07:47:54PM +0200, Pavel Fux wrote: there are 8 servers with 8 vms on each server. all the qcow images are on the nfs share on the

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-24 Thread Daniel P. Berrange
On Thu, Jan 23, 2014 at 07:47:54PM +0200, Pavel Fux wrote: there are 8 servers with 8 vms on each server. all the qcow images are on the nfs share on the same external server. we are starting all 64 vms at the same time. each vm is 2.5GB X 64vms = 160GB = 1280Gb to read all of the data on a

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-24 Thread Martin Kletzander
On Fri, Jan 24, 2014 at 12:56:43PM +, Daniel P. Berrange wrote: On Thu, Jan 23, 2014 at 07:47:54PM +0200, Pavel Fux wrote: there are 8 servers with 8 vms on each server. all the qcow images are on the nfs share on the same external server. we are starting all 64 vms at the same time.

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-23 Thread Pavel Fux
I agree, there is no harm in adding an option of configuration, different setup configurations require different timeout values. my setup was 8 servers booted with PXE boot and running on nfs rootfs, with 8 vms on each. when I tried to start all of them together the bottle neck was the network and

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-23 Thread Daniel P. Berrange
On Thu, Jan 23, 2014 at 04:40:40PM +0200, Pavel Fux wrote: I agree, there is no harm in adding an option of configuration, different setup configurations require different timeout values. my setup was 8 servers booted with PXE boot and running on nfs rootfs, with 8 vms on each. when I tried

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-23 Thread Pavel Fux
there are 8 servers with 8 vms on each server. all the qcow images are on the nfs share on the same external server. we are starting all 64 vms at the same time. each vm is 2.5GB X 64vms = 160GB = 1280Gb to read all of the data on a 1Gbe interface will take 1280sec = 21.3min not all of the image

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-16 Thread Martin Kletzander
Ping? Can we at least change the default [2/2] or should I send a v2 for that one? Martin On Fri, Jan 10, 2014 at 04:27:40PM +0100, Martin Kletzander wrote: On Fri, Jan 10, 2014 at 02:18:37PM +, Daniel P. Berrange wrote: On Thu, Jan 09, 2014 at 09:22:05AM +0100, Martin Kletzander wrote:

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-10 Thread Daniel P. Berrange
On Thu, Jan 09, 2014 at 09:22:05AM +0100, Martin Kletzander wrote: From: Pavel Fux pa...@stratoscale.com Adding an option to change monitor socket opening timeout the current default is 3 seconds and in some cases it's not enough Signed-off-by: Pavel Fux pa...@stratoscale.com

Re: [libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-10 Thread Martin Kletzander
On Fri, Jan 10, 2014 at 02:18:37PM +, Daniel P. Berrange wrote: On Thu, Jan 09, 2014 at 09:22:05AM +0100, Martin Kletzander wrote: From: Pavel Fux pa...@stratoscale.com Adding an option to change monitor socket opening timeout the current default is 3 seconds and in some cases it's

[libvirt] [PATCH 1/2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-09 Thread Martin Kletzander
From: Pavel Fux pa...@stratoscale.com Adding an option to change monitor socket opening timeout the current default is 3 seconds and in some cases it's not enough Signed-off-by: Pavel Fux pa...@stratoscale.com Signed-off-by: Martin Kletzander mklet...@redhat.com --- Notes: I modified the