Re: [Qemu-devel] [PATCH] curl: Add override_accept_ranges flag to force sending range requests.

2014-08-27 Thread Daniel H Barboza
On 08/26/2014 05:48 PM, Richard W.M. Jones wrote: Some servers (notably VMware ESX) accept range requests, but don't send back the Accept-Ranges: bytes header in their initial response. For these servers you can set override_accept_ranges to 'on' which forces this block driver to send range req

Re: [Qemu-devel] [PULL 00/29] Block patches

2014-08-22 Thread Daniel H Barboza
Any change of getting this patch pulled in this batch? "[PATCH v3] block.curl: adding 'timeout' option" Thanks On 08/22/2014 11:51 AM, Kevin Wolf wrote: The following changes since commit 302fa283789a2f9b1199c327047cfad2258a23a2: Revert "memory: Use canonical path component as the name" (

Re: [Qemu-devel] [PATCH v2] block.curl: adding 'curltimeout' option

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 11:38 AM, Benoît Canet wrote: The Tuesday 12 Aug 2014 à 16:12:57 (-0300), Daniel Henrique Barboza wrote : The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and network traffic. The user should be able to set how much l

Re: [Qemu-devel] [PATCH] block.curl: adding 'curltimeout' option

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 11:07 AM, Markus Armbruster wrote: Daniel H Barboza writes: On 08/13/2014 09:39 AM, Daniel H Barboza wrote: On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the

Re: [Qemu-devel] [PATCH] block.curl: adding 'curltimeout' option

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 09:39 AM, Daniel H Barboza wrote: On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and network traffic. The user should be able to

Re: [Qemu-devel] [PATCH] block.curl: adding 'curltimeout' option

2014-08-13 Thread Daniel H Barboza
On 08/13/2014 06:15 AM, Markus Armbruster wrote: Daniel Henrique Barboza writes: The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and network traffic. The user should be able to set how much long he is willing to wait for the con

Re: [Qemu-devel] [PATCH] block.curl: adding 'curltimeout' option

2014-08-12 Thread Daniel H Barboza
On 08/12/2014 12:36 PM, Eric Blake wrote: On 08/12/2014 08:35 AM, Daniel Henrique Barboza wrote: The curl hardcoded timeout (5 seconds) sometimes is not long enough depending on the remote server configuration and network traffic. The user should be able to set how much long he is willing to wa