Re: [Qemu-devel] [PATCH for-2.12] iotests: Make 200 run on tmpfs

2017-12-01 Thread Stefan Hajnoczi
On Wed, Nov 29, 2017 at 04:59:42PM +0100, Max Reitz wrote: > 200 currently fails on tmpfs because it sets cache=none. However, > without that (and aio=native), the test still works now and it fails > before Jeff's series (on fc7dbc119e0852a70dc9fa68bb41a318e49e4cd6). So > we can probably remove i

Re: [Qemu-devel] [PATCH for-2.12] iotests: Make 200 run on tmpfs

2017-11-29 Thread Jeff Cody
On Wed, Nov 29, 2017 at 04:59:42PM +0100, Max Reitz wrote: > 200 currently fails on tmpfs because it sets cache=none. However, > without that (and aio=native), the test still works now and it fails > before Jeff's series (on fc7dbc119e0852a70dc9fa68bb41a318e49e4cd6). So > we can probably remove i

[Qemu-devel] [PATCH for-2.12] iotests: Make 200 run on tmpfs

2017-11-29 Thread Max Reitz
200 currently fails on tmpfs because it sets cache=none. However, without that (and aio=native), the test still works now and it fails before Jeff's series (on fc7dbc119e0852a70dc9fa68bb41a318e49e4cd6). So we can probably remove it safely. Signed-off-by: Max Reitz --- tests/qemu-iotests/200 |