Displaying 2 results from an estimated 2 matches for "8c3b6cbe81bdf".
2019 Mar 23
0
Re: nbdkit & qemu 2.12: qemu-img: Protocol error: simple reply when structured reply chunk was expected
...ting status? Did the replies extend beyond the client's original
> request?
>
> I'd like to reproduce the failure, to determine if qemu needs more patches.
Here's how to reproduce it.
You will need nbdkit block-status
https://github.com/rwmjones/nbdkit/tree/block-status @ 8c3b6cbe81bdf
with the small patch attached to this email on top.
Then run it against qemu (from git) like this:
./nbdkit -fv memory size=64M \
--run '/path/to/qemu-img convert $nbd /var/tmp/out'
You should see:
nbdkit: memory.0: debug: pread count=512 offset=0
nbdkit: memory.1: debug: exten...
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
>>
>>