Re: [Qemu-devel] [PATCH] qemu-iotests: Do not execute 052 with -nocache

2013-09-24 Thread Kevin Wolf
Am 23.09.2013 um 16:38 hat Max Reitz geschrieben: > Test 052 uses qemu-io -s which will result in bdrv_open trying to create > a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs > do not work well together, disable this test for -nocache. > > Signed-off-by: Max Reitz Thanks, ap

Re: [Qemu-devel] [PATCH] qemu-iotests: Do not execute 052 with -nocache

2013-09-24 Thread Stefan Hajnoczi
On Mon, Sep 23, 2013 at 04:38:33PM +0200, Max Reitz wrote: > Test 052 uses qemu-io -s which will result in bdrv_open trying to create > a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs > do not work well together, disable this test for -nocache. > > Signed-off-by: Max Reitz >

[Qemu-devel] [PATCH] qemu-iotests: Do not execute 052 with -nocache

2013-09-23 Thread Max Reitz
Test 052 uses qemu-io -s which will result in bdrv_open trying to create a temporary snapshot file in /tmp. However, since O_DIRECT and tmpfs do not work well together, disable this test for -nocache. Signed-off-by: Max Reitz --- tests/qemu-iotests/052 | 1 + 1 file changed, 1 insertion(+) diff