]> git.ipfire.org Git - thirdparty/qemu.git/commit
iotests: add test for removing persistent bitmap from backing file
authorVladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Thu, 1 Apr 2021 16:15:22 +0000 (19:15 +0300)
committerKevin Wolf <kwolf@redhat.com>
Fri, 9 Apr 2021 16:00:29 +0000 (18:00 +0200)
commit030262a6e4f48b4566778a51d14eb471b2fd2b84
treeae93c43d2a3d4669fb388497b9b7e1d93ca50ec1
parent66f18320f751f9649e0f230e814dd556e38bc1fe
iotests: add test for removing persistent bitmap from backing file

Just demonstrate one of x-blockdev-reopen usecases. We can't simply
remove persistent bitmap from RO node (for example from backing file),
as we need to remove it from the image too. So, we should reopen the
node first.

Signed-off-by: Vladimir Sementsov-Ogievskiy <vsementsov@virtuozzo.com>
Message-Id: <20210401161522.8001-1-vsementsov@virtuozzo.com>
Signed-off-by: Kevin Wolf <kwolf@redhat.com>
tests/qemu-iotests/tests/remove-bitmap-from-backing [new file with mode: 0755]
tests/qemu-iotests/tests/remove-bitmap-from-backing.out [new file with mode: 0644]