[PATCH 0/2] Fix convert to qcow2 compressed to NBD

Nir Soffer posted 2 patches 3 years, 9 months ago
Test docker-quick@centos7 failed
Test docker-mingw@fedora failed
Test checkpatch failed
Test FreeBSD failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20200726152532.256261-1-nsoffer@redhat.com
Maintainers: Max Reitz <mreitz@redhat.com>, Eric Blake <eblake@redhat.com>, Kevin Wolf <kwolf@redhat.com>
There is a newer version of this series
block/nbd.c                | 27 +++++++++++++
tests/qemu-iotests/302     | 83 ++++++++++++++++++++++++++++++++++++++
tests/qemu-iotests/302.out | 27 +++++++++++++
tests/qemu-iotests/group   |  1 +
4 files changed, 138 insertions(+)
create mode 100755 tests/qemu-iotests/302
create mode 100644 tests/qemu-iotests/302.out
[PATCH 0/2] Fix convert to qcow2 compressed to NBD
Posted by Nir Soffer 3 years, 9 months ago
Fix qemu-img convert -O qcow2 -c to NBD URL and add missing test for this
usage.

This already works now, but unfortunately qemu-img fails when trying to
truncate the target image to the same size at the end of the operation.

Nir Soffer (2):
  block: nbd: Fix convert qcow2 compressed to nbd
  qemu-iotests: Test convert to qcow2 compressed to NBD

 block/nbd.c                | 27 +++++++++++++
 tests/qemu-iotests/302     | 83 ++++++++++++++++++++++++++++++++++++++
 tests/qemu-iotests/302.out | 27 +++++++++++++
 tests/qemu-iotests/group   |  1 +
 4 files changed, 138 insertions(+)
 create mode 100755 tests/qemu-iotests/302
 create mode 100644 tests/qemu-iotests/302.out

-- 
2.25.4