qemu-iotests: Change default cache mode to "writeback"
authorFam Zheng <famz@redhat.com>
Wed, 4 Dec 2013 01:07:01 +0000 (09:07 +0800)
committerStefan Hajnoczi <stefanha@redhat.com>
Wed, 4 Dec 2013 10:55:13 +0000 (11:55 +0100)
So that the tests can run faster.

Signed-off-by: Fam Zheng <famz@redhat.com>
Reviewed-by: Wenchao Xia <xiawenc@linux.vnet.ibm.com>
Signed-off-by: Stefan Hajnoczi <stefanha@redhat.com>
tests/qemu-iotests/common

index 4743c9e007d32546230b1378850addbb52d686ae..b2a0944ae07139d2a6f22d96e8904f12877dcbf2 100644 (file)
@@ -49,7 +49,7 @@ export IMGFMT=raw
 export IMGFMT_GENERIC=true
 export IMGPROTO=file
 export IMGOPTS=""
-export CACHEMODE="writethrough"
+export CACHEMODE="writeback"
 export QEMU_IO_OPTIONS=""
 export CACHEMODE_IS_DEFAULT=true