Date: Fri, 19 Oct 2018 21:31:59 +0000 From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 232313] GCE image size is now > 30 GB, above free quota Message-ID: <bug-232313-227-BozgXT2gyj@https.bugs.freebsd.org/bugzilla/> In-Reply-To: <bug-232313-227@https.bugs.freebsd.org/bugzilla/>
index | next in thread | previous in thread | raw e-mail
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=232313 --- Comment #12 from Sylvain Garrigues <sylvain@sylvaingarrigues.com> --- Just realized that, for EC2 images, UFS partition size is overriden in release/tools/ec2.conf per Colin Percival commit. He wrote: # Build with a 3 GB UFS partition; the growfs rc.d script will expand # the partition to fill the root disk after the EC2 instance is launched. # Note that if this is set to <N>G, we will end up with an <N+1> GB disk # image since VMSIZE is the size of the UFS partition, not the disk which # it resides within. export VMSIZE=3072M (see https://reviews.freebsd.org/source/src/browse/head/release/tools/ec2.conf$14) Since GCE images seems to require src and ports extracted per Google's Marketplace (Amazon do not require them), I would see no reason not to add VMSIZE=10GB or 15GB in release/tools/gce.conf It would enable people to use FreeBSD within the Always Free program of Google Cloud (which gives 30GB storage for free) - it is not possible right now because of the ~32GB FreeBSD 11.2 image size. -- You are receiving this mail because: You are the assignee for the bug.home | help
Want to link to this message? Use this
URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-232313-227-BozgXT2gyj>
