much bigger disk space for nodes (100G) - hope it won't eat up the
authorThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 10:38:14 +0000 (11:38 +0100)
committerThierry Parmentelat <thierry.parmentelat@sophia.inria.fr>
Fri, 10 Feb 2012 10:38:14 +0000 (11:38 +0100)
test nodes limited disk space

system/template-qemu/qemu-start-node

index 4ea11a3..6b2bbe5 100755 (executable)
@@ -16,7 +16,7 @@ cd $(dirname $0)
 ########## globals
 # 1 gigabyte ram
 RAM=1024
-DISK_SIZE=18G
+DISK_SIZE=100G
 DISK_FORMAT=qcow2
 DISK_IMAGE=hdd-${DISK_FORMAT}-${DISK_SIZE}.img