From af99b7cd47c13a82cff9d90f8300462344a01e0f Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 10 Feb 2012 11:38:14 +0100 Subject: [PATCH] much bigger disk space for nodes (100G) - hope it won't eat up the test nodes limited disk space --- system/template-qemu/qemu-start-node | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/template-qemu/qemu-start-node b/system/template-qemu/qemu-start-node index 4ea11a3..6b2bbe5 100755 --- a/system/template-qemu/qemu-start-node +++ b/system/template-qemu/qemu-start-node @@ -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 -- 2.47.0