From mboxrd@z Thu Jan 1 00:00:00 1970 From: Marius Bakke Subject: Re: Planning for the next release Date: Sat, 20 May 2017 23:40:35 +0200 Message-ID: <87mva75hrg.fsf@fastmail.com> References: <87wpb7ym78.fsf@gnu.org> <20170331135732.pkobwwkzuojil4v3@abyayala> <877f35l8gf.fsf@gnu.org> <20170331163324.a7cj3m7u2zjstogw@abyayala> <20170331230741.GC9642@jasmine> <20170401071049.htgetlhfxrylc222@abyayala> <87wpb0318r.fsf@elephly.net> <8760gv9b0e.fsf@gnu.org> <87shjz5zmg.fsf@gnu.org> <87vaov5naw.fsf@fastmail.com> Mime-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha512; protocol="application/pgp-signature" Return-path: Received: from eggs.gnu.org ([2001:4830:134:3::10]:40625) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1dCC77-0006lD-Bz for guix-devel@gnu.org; Sat, 20 May 2017 17:40:42 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1dCC74-0000Xa-4y for guix-devel@gnu.org; Sat, 20 May 2017 17:40:41 -0400 In-Reply-To: <87vaov5naw.fsf@fastmail.com> List-Id: "Development of GNU Guix and the GNU System distribution." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-devel-bounces+gcggd-guix-devel=m.gmane.org@gnu.org Sender: "Guix-devel" To: Ludovic =?utf-8?Q?Court=C3=A8s?= , guix-devel --=-=-= Content-Type: text/plain Content-Transfer-Encoding: quoted-printable Marius Bakke writes: > Anyway, the problem is that the parted script gets a negative size for > TESTS=3Dbasic: > > creating partition table with 2 partitions...=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20=20= =20=20=20=20=20=20=20 > DEBUG: (mkpart primary ext2 1048576B -19922944B set 1 boot on mkpart prim= ary ext2 -19922432B 22020608B set 2 esp on) > > The attached commit fixes it; although there are other default sizes in > (gnu system vm) that may need adjustment after > ecf5d5376979fadd971559367bf553df89fcc62b. > > Currently running *all* system tests, but it's going to take a while! All passed except nss-mdns, but it doesn't seem related. Is the below patch good enough, or should we preemptively increase the other default disk values in (gnu system vm) as well? > From 4b012ae4a9be9b6fe566dc003197c740e5e35a86 Mon Sep 17 00:00:00 2001 > From: Marius Bakke > Date: Sat, 20 May 2017 21:28:20 +0200 > Subject: [PATCH] vm: Increase default disk sizes to account for ESP parti= tion. > > Fixes a test regression introduced by ecf5d5376979fadd971559367bf553df89f= cc62b. > > * gnu/system/vm.scm (system-qemu-image/shared-store-script): 30MiB -> 70M= iB. > --- > gnu/system/vm.scm | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gnu/system/vm.scm b/gnu/system/vm.scm > index d282ba557..ad5e6b75b 100644 > --- a/gnu/system/vm.scm > +++ b/gnu/system/vm.scm > @@ -499,7 +499,7 @@ with '-virtfs' options for the host file systems list= ed in SHARED-FS." > (mappings '()) > full-boot? > (disk-image-size > - (* (if full-boot? 500 3= 0) > + (* (if full-boot? 500 7= 0) > (expt 2 20)))) > "Return a derivation that builds a script to run a virtual machine ima= ge of > OS that shares its store with the host. --=-=-= Content-Type: application/pgp-signature; name="signature.asc" -----BEGIN PGP SIGNATURE----- iQEzBAEBCgAdFiEEu7At3yzq9qgNHeZDoqBt8qM6VPoFAlkgt9MACgkQoqBt8qM6 VPqsUAf/UNSjm0mP7KI3ocR+4nlVmlqOuI+WUfgsNzyXoYympBg1OgZqG4CP/6uE lW19fiRfcKEC4NmvDYArKnvAAg64CclY8QdR6oNAb5r3NA+PnPZmK1PdNHfxM+Ie yQNOV9HXUMEiiZ35uhrh0JKUU/r3oKLlwZ77kat4q9kXNeyFnWZ/mdFAYDfgfhMo uNot1iWwP5c1yhdRPnESWJrvjB9gpaA0ED0Xu3s7IVNDNEz44U7tPEIl5vlDlC+d NiWUDqbfQDHVAg6QPm7oE0KooT5I3vMF5QHdFX2K/1Nudt5U38o9X4kY7r+ZB82X Bl9fQd37nCE0ZAnbZJr0DWN4GoGW3A== =Fd2q -----END PGP SIGNATURE----- --=-=-=--