So that the tests can run faster. Signed-off-by: Fam Zheng <f...@redhat.com> --- tests/qemu-iotests/common | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/qemu-iotests/common b/tests/qemu-iotests/common index 26390a6..804ac92 100644 --- a/tests/qemu-iotests/common +++ b/tests/qemu-iotests/common @@ -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 -- 1.8.4.2