Re: [libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-08 Thread Cole Robinson
On 01/07/2014 05:39 AM, Richard W.M. Jones wrote: On Tue, Jan 07, 2014 at 11:37:11AM +0100, Martin Kletzander wrote: On Tue, Jan 07, 2014 at 10:28:41AM +, Richard W.M. Jones wrote: On Thu, Jan 02, 2014 at 06:29:35PM +0200, Pavel Fux wrote: Adding an option to change monitor socket opening

Re: [libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-07 Thread Richard W.M. Jones
On Thu, Jan 02, 2014 at 06:29:35PM +0200, Pavel Fux wrote: Adding an option to change monitor socket opening timeout the current default is 3 seconds and in some cases it's not enough This should change the *default* to something way bigger than 3 seconds, since lots of people are hitting this.

Re: [libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-07 Thread Martin Kletzander
On Tue, Jan 07, 2014 at 10:28:41AM +, Richard W.M. Jones wrote: On Thu, Jan 02, 2014 at 06:29:35PM +0200, Pavel Fux wrote: Adding an option to change monitor socket opening timeout the current default is 3 seconds and in some cases it's not enough This should change the *default* to

Re: [libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-07 Thread Richard W.M. Jones
On Tue, Jan 07, 2014 at 11:37:11AM +0100, Martin Kletzander wrote: On Tue, Jan 07, 2014 at 10:28:41AM +, Richard W.M. Jones wrote: On Thu, Jan 02, 2014 at 06:29:35PM +0200, Pavel Fux wrote: Adding an option to change monitor socket opening timeout the current default is 3 seconds and

Re: [libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-07 Thread Martin Kletzander
On Tue, Jan 07, 2014 at 10:39:26AM +, Richard W.M. Jones wrote: On Tue, Jan 07, 2014 at 11:37:11AM +0100, Martin Kletzander wrote: On Tue, Jan 07, 2014 at 10:28:41AM +, Richard W.M. Jones wrote: On Thu, Jan 02, 2014 at 06:29:35PM +0200, Pavel Fux wrote: Adding an option to change

[libvirt] [PATCHV2] qemu: Add support for changing timeout value to open unix monitor socket

2014-01-02 Thread Pavel Fux
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 CC: Martin Kletzander mklet...@redhat.com --- src/qemu/qemu.conf | 7 +++ src/qemu/qemu_conf.c| 2 ++