Re: [PATCH v3 1/2] qemu-iotest/245: Add missing discard=unmap

2024-07-11 Thread Stefan Hajnoczi
On Fri, Jun 28, 2024 at 11:20:57PM +0300, Nir Soffer wrote: > The test works since we punch holes by default even when opening the > image without discard=on or discard=unmap. Fix the test to enable > discard. > --- > tests/qemu-iotests/245 | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)

[PATCH v3 1/2] qemu-iotest/245: Add missing discard=unmap

2024-06-28 Thread Nir Soffer
The test works since we punch holes by default even when opening the image without discard=on or discard=unmap. Fix the test to enable discard. --- tests/qemu-iotests/245 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/qemu-iotests/245 b/tests/qemu-iotests/245 index a934c