mbox series

[v2,0/4] backup: Make sure that source and target size match

Message ID 20200430142755.315494-1-kwolf@redhat.com (mailing list archive)
Headers show
Series backup: Make sure that source and target size match | expand

Message

Kevin Wolf April 30, 2020, 2:27 p.m. UTC
v2:
- Fixed iotest 283
- Corrected commit message for patch 3 [Vladimir]
- Fixed permissions for the source node, too
- Refactored the test case to avoid some duplication [Vladimir]

Kevin Wolf (4):
  iotests/283: Use consistent size for source and target
  backup: Improve error for bdrv_getlength() failure
  backup: Make sure that source and target size match
  iotests: Backup with different source/target size

 block/backup-top.c         | 14 ++++++++-----
 block/backup.c             | 18 +++++++++++++---
 tests/qemu-iotests/055     | 42 ++++++++++++++++++++++++++++++++++++--
 tests/qemu-iotests/055.out |  4 ++--
 tests/qemu-iotests/283     |  6 +++++-
 tests/qemu-iotests/283.out |  2 +-
 6 files changed, 72 insertions(+), 14 deletions(-)

Comments

Kevin Wolf May 5, 2020, 10:08 a.m. UTC | #1
Am 30.04.2020 um 16:27 hat Kevin Wolf geschrieben:
> v2:
> - Fixed iotest 283
> - Corrected commit message for patch 3 [Vladimir]
> - Fixed permissions for the source node, too
> - Refactored the test case to avoid some duplication [Vladimir]

Thanks for the review, applied to the block branch.

Kevin