From: Thierry Parmentelat Date: Wed, 16 Apr 2008 11:13:20 +0000 (+0000) Subject: increase the disk space due to the MINIMUM_DISK_SIZE requirement X-Git-Tag: tests-4.2-4~49 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=3186b0ad726b273f629092591a250f19b112bc9d;p=tests.git increase the disk space due to the MINIMUM_DISK_SIZE requirement --- diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node index 0b4eab4..8556f4f 100755 --- a/system/template-qemu/qemu-start-node +++ b/system/template-qemu/qemu-start-node @@ -6,7 +6,7 @@ cd $(dirname $0) ########## globals RAM=1024 -DISK_SIZE=10G +DISK_SIZE=18G HDA=hdd-cow2-${DISK_SIZE}.img QEMU_CREATE_IMAGE="qemu-img create -f qcow2 $HDA ${DISK_SIZE}"