[PATCH] cloud-images: Change the Atomic Vagrant box size to 40

Colin Walters walters at verbum.org
Wed May 13 21:39:24 UTC 2015


This matches the current Base Vagrant.  Having large disk images (that
should be thinly provisioned on the host, by e.g. qcow2) is a normal
user experience for Vagrant.

See: https://lists.projectatomic.io/projectatomic-archives/atomic-devel/2015-May/msg00046.html

Signed-off-by: Colin Walters <walters at verbum.org>
---
 scripts/build-cloud-images | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/build-cloud-images b/scripts/build-cloud-images
index d69220d..44bea73 100755
--- a/scripts/build-cloud-images
+++ b/scripts/build-cloud-images
@@ -100,7 +100,7 @@ do
          --ova-option vagrant_sync_directory=/home/vagrant/sync \
          --scratch \
          --nowait \
-         --disk-size=6
+         --disk-size=40
 done
 
 # Docker images
-- 
1.8.3.1



More information about the rel-eng mailing list