]> Git Repo - qemu.git/commit - tests/qemu-iotests/095.out
block: add qemu-iotest for resize base during live commit
authorJeff Cody <[email protected]>
Wed, 25 Jun 2014 20:55:31 +0000 (16:55 -0400)
committerKevin Wolf <[email protected]>
Fri, 27 Jun 2014 09:37:54 +0000 (11:37 +0200)
commitd1fde4ad3c22137f8e589e625c21bf2ea7f6ba62
treef96492787a845ebd0808dd1ba63c160ea2fbe542
parent9c75e168bc388094c04aabb6fc59c91abe06e81c
block: add qemu-iotest for resize base during live commit

If 'base' is smaller than the overlay image being committed into it,
then the base image will be grown in commit_run via bdrv_truncate().

This tests to make sure that this works, and the bdrv_truncate() is
not blocked when it shouldn't be.

Signed-off-by: Jeff Cody <[email protected]>
Reviewed-by: Eric Blake <[email protected]>
Signed-off-by: Kevin Wolf <[email protected]>
tests/qemu-iotests/095 [new file with mode: 0755]
tests/qemu-iotests/095.out [new file with mode: 0644]
tests/qemu-iotests/group
This page took 0.026402 seconds and 4 git commands to generate.