increase the disk space due to the MINIMUM_DISK_SIZE requirement
[tests.git] / system / template-qemu / qemu-start-node
index 0b4eab4..8556f4f 100755 (executable)
@@ -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}"