From 8ed98c137321c3f92fb06b58e69aaecf4e531cdc Mon Sep 17 00:00:00 2001 From: Reto Buerki Date: Fri, 7 Dec 2012 17:54:19 +0100 Subject: Switch from raw images to qcow2 format This allows to use minimal copy-on-write clones of the base image as guest images, which in turn saves a lot of disk space. --- testing/start-testing | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testing/start-testing') diff --git a/testing/start-testing b/testing/start-testing index e6784322b..e4083bb4d 100755 --- a/testing/start-testing +++ b/testing/start-testing @@ -22,7 +22,7 @@ done for host in $STRONGSWANHOSTS do - ln -fs $ROOTFSDIR/$host.img $VIRTIMGSTORE/$host.img + ln -fs $ROOTFSDIR/$host.qcow2 $VIRTIMGSTORE/$host.qcow2 log_action "Guest $host" execute "virsh create $CONFDIR/$host.xml" done -- cgit v1.2.3