aboutsummaryrefslogtreecommitdiffstats
path: root/testing/start-testing
diff options
context:
space:
mode:
authorReto Buerki <reet@codelabs.ch>2012-12-07 17:54:19 +0100
committerTobias Brunner <tobias@strongswan.org>2013-01-17 16:54:54 +0100
commit8ed98c137321c3f92fb06b58e69aaecf4e531cdc (patch)
tree0dca4366a75f5b44dd55d9026a97312005fe3f8c /testing/start-testing
parent7fa27191855eaf828ec3dcf90385e0782f74d2e2 (diff)
downloadstrongswan-8ed98c137321c3f92fb06b58e69aaecf4e531cdc.tar.bz2
strongswan-8ed98c137321c3f92fb06b58e69aaecf4e531cdc.tar.xz
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.
Diffstat (limited to 'testing/start-testing')
-rwxr-xr-xtesting/start-testing2
1 files changed, 1 insertions, 1 deletions
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