Re: [PATCH] iotests: add test for removing persistent bitmap from backing file

2021-03-29 Thread Vladimir Sementsov-Ogievskiy
29.03.2021 15:56, Max Reitz wrote: On 17.03.21 17:02, Vladimir Sementsov-Ogievskiy wrote: 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 th

Re: [PATCH] iotests: add test for removing persistent bitmap from backing file

2021-03-29 Thread Max Reitz
On 17.03.21 17:02, Vladimir Sementsov-Ogievskiy wrote: 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: Vladim

[PATCH] iotests: add test for removing persistent bitmap from backing file

2021-03-17 Thread Vladimir Sementsov-Ogievskiy
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 --- .../tests/remove-bitmap-from