cache=none is our supported way of running images, so enforce this policy on the KVM autotest defaults. It will also make it easier for people trying to figure out where to change the cache mode for images. Signed-off-by: Lucas Meneghel Rodrigues <lmr@xxxxxxxxxx> --- client/tests/kvm/tests_base.cfg.sample | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/client/tests/kvm/tests_base.cfg.sample b/client/tests/kvm/tests_base.cfg.sample index 769d750..87fd51d 100644 --- a/client/tests/kvm/tests_base.cfg.sample +++ b/client/tests/kvm/tests_base.cfg.sample @@ -35,6 +35,7 @@ smp = 1 mem = 512 image_size = 10G drive_index_image1 = 0 +drive_cache = none shell_port = 22 display = vnc drive_index_cd1 = 1 -- 1.7.2.3 -- To unsubscribe from this list: send the line "unsubscribe kvm" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html