Re: [Qemu-devel] [PATCH] qemu-iotests: Honor ${CACHEMODE} in 091

2014-05-20 Thread Kevin Wolf
Am 20.05.2014 um 03:03 hat Fam Zheng geschrieben: > On Mon, 05/19 16:40, Kevin Wolf wrote: > > Am 19.05.2014 um 14:24 hat Fam Zheng geschrieben: > > > We should allow testing this on tmpfs. Any cache setting in iotests > > > should try to obey $CACHEMODE. > > > > > > Signed-off-by: Fam Zheng > >

Re: [Qemu-devel] [PATCH] qemu-iotests: Honor ${CACHEMODE} in 091

2014-05-19 Thread Fam Zheng
On Mon, 05/19 16:40, Kevin Wolf wrote: > Am 19.05.2014 um 14:24 hat Fam Zheng geschrieben: > > We should allow testing this on tmpfs. Any cache setting in iotests > > should try to obey $CACHEMODE. > > > > Signed-off-by: Fam Zheng > > Should we set _default_cache_mode=none then at least? Yes we

Re: [Qemu-devel] [PATCH] qemu-iotests: Honor ${CACHEMODE} in 091

2014-05-19 Thread Kevin Wolf
Am 19.05.2014 um 14:24 hat Fam Zheng geschrieben: > We should allow testing this on tmpfs. Any cache setting in iotests > should try to obey $CACHEMODE. > > Signed-off-by: Fam Zheng Should we set _default_cache_mode=none then at least? We should probably also refuse to run with unsafe. Kevin >

[Qemu-devel] [PATCH] qemu-iotests: Honor ${CACHEMODE} in 091

2014-05-19 Thread Fam Zheng
We should allow testing this on tmpfs. Any cache setting in iotests should try to obey $CACHEMODE. Signed-off-by: Fam Zheng --- tests/qemu-iotests/091 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qemu-iotests/091 b/tests/qemu-iotests/091 index 384b3ac..a7deea8 10