From owner-freebsd-bugs@freebsd.org Thu Oct 18 07:10:15 2018 Return-Path: Delivered-To: freebsd-bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id CF07810D1677 for ; Thu, 18 Oct 2018 07:10:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mailman.ysv.freebsd.org (mailman.ysv.freebsd.org [IPv6:2001:1900:2254:206a::50:5]) by mx1.freebsd.org (Postfix) with ESMTP id 6BC377F8A4 for ; Thu, 18 Oct 2018 07:10:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: by mailman.ysv.freebsd.org (Postfix) id 3141110D1675; Thu, 18 Oct 2018 07:10:15 +0000 (UTC) Delivered-To: bugs@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id 0F8FE10D1674 for ; Thu, 18 Oct 2018 07:10:15 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from mxrelay.ysv.freebsd.org (mxrelay.ysv.freebsd.org [IPv6:2001:1900:2254:206a::19:3]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client CN "mxrelay.ysv.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id A4D407F8A1 for ; Thu, 18 Oct 2018 07:10:14 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org (kenobi.freebsd.org [IPv6:2001:1900:2254:206a::16:76]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.ysv.freebsd.org (Postfix) with ESMTPS id D4EE52267C for ; Thu, 18 Oct 2018 07:10:13 +0000 (UTC) (envelope-from bugzilla-noreply@freebsd.org) Received: from kenobi.freebsd.org ([127.0.1.118]) by kenobi.freebsd.org (8.15.2/8.15.2) with ESMTP id w9I7ADrK088025 for ; Thu, 18 Oct 2018 07:10:13 GMT (envelope-from bugzilla-noreply@freebsd.org) Received: (from www@localhost) by kenobi.freebsd.org (8.15.2/8.15.2/Submit) id w9I7ADcW088024 for bugs@FreeBSD.org; Thu, 18 Oct 2018 07:10:13 GMT (envelope-from bugzilla-noreply@freebsd.org) X-Authentication-Warning: kenobi.freebsd.org: www set sender to bugzilla-noreply@freebsd.org using -f From: bugzilla-noreply@freebsd.org To: bugs@FreeBSD.org Subject: [Bug 232313] GCE image size is now > 30 GB, above free quota Date: Thu, 18 Oct 2018 07:10:13 +0000 X-Bugzilla-Reason: AssignedTo X-Bugzilla-Type: changed X-Bugzilla-Watch-Reason: None X-Bugzilla-Product: Base System X-Bugzilla-Component: misc X-Bugzilla-Version: CURRENT X-Bugzilla-Keywords: X-Bugzilla-Severity: Affects Only Me X-Bugzilla-Who: sylvain@sylvaingarrigues.com X-Bugzilla-Status: New X-Bugzilla-Resolution: X-Bugzilla-Priority: --- X-Bugzilla-Assigned-To: bugs@FreeBSD.org X-Bugzilla-Flags: X-Bugzilla-Changed-Fields: Message-ID: In-Reply-To: References: Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable X-Bugzilla-URL: https://bugs.freebsd.org/bugzilla/ Auto-Submitted: auto-generated MIME-Version: 1.0 X-BeenThere: freebsd-bugs@freebsd.org X-Mailman-Version: 2.1.27 Precedence: list List-Id: Bug reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Oct 2018 07:10:16 -0000 https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D232313 --- Comment #5 from Sylvain Garrigues --- (In reply to Kirk McKusick from comment #4) Well I am using the GCE machines for the exact same thing: I am building ar= m64 kernels and worlds, I am packaging with them (`make packages`) and I am also making snapshots of them. I have a few months history, keeping old worlds a= nd images. And yet, on the 30GB GCE machine, I have more than 10GB free space left: [root@dev ~]# df -h Filesystem Size Used Avail Capacity Mounted on /dev/gpt/rootfs 28G 15G 11G 59% / devfs 1.0K 1.0K 0B 100% /dev [root@dev ~]# du -hs /usr/src/ /usr/obj 3.2G /usr/src/ 4.7G /usr/obj [root@dev ~]# gpart show da0 =3D> 3 62914549 da0 GPT (30G) 3 32 1 freebsd-boot (16K) 35 2097152 2 freebsd-swap (1.0G) 2097187 60817365 3 freebsd-ufs (29G) Granted, there are some big parts (like ZFS and bhyve) that I am not buildi= ng: [root@dev ~]# cat /etc/src.conf=20=20 MALLOC_PRODUCTION=3DYES WITH_CCACHE_BUILD=3DYES WITHOUT_TESTS=3DYES WITHOUT_BHYVE=3DYES WITHOUT_PROFILE=3DYES WITHOUT_ZFS=3DYES WITHOUT_DEBUG_FILES=3DYES I am not sure if it would fill up the 11GB of free space (I do take your wo= rd on it) but yet your use case (build world and kernel in a bhyve machine) doesn't seem compatible with mine (having Google Cloud machines running Fre= eBSD for free, like it used to be before gcj committed the change). I see three solutions: 1/ keep the root partition to a more reasonable size and make growfs and bh= yve work together (the cleanest solution) 2/ reduce temporarily the size by a few GB (maybe losing 2GB is enough, my making VMSIZE=3D28GB) so that anybody can try and install the GCE images on Google Cloud.=20=20 3/ have special treatment for cloud images... most other Unix images are ar= ound 10GB, why is FreeBSD 32GB, like a Microsoft Windows image? >From https://console.cloud.google.com/compute/images: debian-9-tf-nightly-v20181017 10 Go Debian=20=20 coreos-stable-1855-4-0-v20180911 9 Go CoreOS=20=20 centos-7-v20181011 10 Go CentOS rhel-7-v20181011 10 Go RedHat sles-15-v20180816 10 Go SUSE Linux Enterprise ubuntu-1804-bionic-v20181003 10 Go Canonical windows-server-1803-dc-core-v20181009 32 Go Microsoft=20=20=20=20=20=20= =20 FreeBSD ? 32GB. Glen, what do you think? --=20 You are receiving this mail because: You are the assignee for the bug.=