Displaying 2 results from an estimated 2 matches for "78a33ab".
Did you mean:
  78a233a3
  
2019 Mar 23
0
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
...imir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Date:   Fri Nov 2 18:11:52 2018 +0300
    block/nbd-client: use traces instead of noisy error_report_err
    
    Reduce extra noise of nbd-client, change 083 correspondingly.
    
    In various commits (be41c100 in 2.10, f140e300 in 2.11, 78a33ab
    in 2.12), we added spots where qemu as an NBD client would report
    problems communicating with the server to stderr, because there
    was no where else to send the error to.  However, this is racy,
    particularly since the most common source of these errors is when
    either the client o...
2019 Mar 23
2
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
On 3/23/19 7:58 AM, Richard W.M. Jones wrote:
>> A good point here is what happens with the block-status branch[1].
>> Let's see:
>>
>> $ ./nbdkit memory size=64M --run '/home/rjones/d/qemu/qemu-img convert $nbd /var/tmp/out'
>> qemu-img: Payload too large
>> nbdkit: memory.1: error: write reply: NBD_CMD_BLOCK_STATUS: Broken pipe
>>
>>