From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([2001:470:142:3::10]:39437) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJxDa-0004OE-Mf for guix-patches@gnu.org; Thu, 02 Apr 2020 06:37:03 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJxDZ-0005Az-QJ for guix-patches@gnu.org; Thu, 02 Apr 2020 06:37:02 -0400 Received: from debbugs.gnu.org ([209.51.188.43]:55931) by eggs.gnu.org with esmtps (TLS1.0:RSA_AES_128_CBC_SHA1:16) (Exim 4.71) (envelope-from ) id 1jJxDZ-0005At-NG for guix-patches@gnu.org; Thu, 02 Apr 2020 06:37:01 -0400 Received: from Debian-debbugs by debbugs.gnu.org with local (Exim 4.84_2) (envelope-from ) id 1jJxDZ-0007RG-I9 for guix-patches@gnu.org; Thu, 02 Apr 2020 06:37:01 -0400 Subject: [bug#40236] [PATCH] doc: Suggest Btrfs with compression instead of ext4 for root partition. Resent-Message-ID: Received: from eggs.gnu.org ([2001:470:142:3::10]:39296) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1jJxD8-0004Kr-6b for guix-patches@gnu.org; Thu, 02 Apr 2020 06:36:35 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1jJxD7-0004pB-AU for guix-patches@gnu.org; Thu, 02 Apr 2020 06:36:34 -0400 Received: from mout.web.de ([212.227.15.3]:55931) by eggs.gnu.org with esmtps (TLS1.0:DHE_RSA_AES_256_CBC_SHA1:32) (Exim 4.71) (envelope-from ) id 1jJxD6-0004nk-UB for guix-patches@gnu.org; Thu, 02 Apr 2020 06:36:33 -0400 Received: from [192.168.178.119] ([5.146.193.216]) by smtp.web.de (mrweb003 [213.165.67.108]) with ESMTPSA (Nemesis) id 0M7KOE-1j61Um2IAo-00x4qv for ; Thu, 02 Apr 2020 12:36:30 +0200 References: <20200326083524.20275-1-mail@ambrevar.xyz> <87h7y5z3x0.fsf@gmail.com> <87lfnesxp6.fsf@gnu.org> <87pncqbbp5.fsf@ambrevar.xyz> <87zhbuqpns.fsf@gnu.org> From: Jonathan Brielmaier Message-ID: <17b2d82a-a18d-5a2b-f194-6e00890802be@web.de> Date: Thu, 2 Apr 2020 12:36:29 +0200 MIME-Version: 1.0 In-Reply-To: <87zhbuqpns.fsf@gnu.org> Content-Type: text/plain; charset=utf-8 Content-Language: en-GB Content-Transfer-Encoding: quoted-printable List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: guix-patches-bounces+kyle=kyleam.com@gnu.org Sender: "Guix-patches" To: 40236@debbugs.gnu.org On 02.04.20 10:04, Ludovic Court=C3=A8s wrote: >>> Also, the installer defaults to ext4 and that=E2=80=99s probably a mor= e tested >>> configuration currently. >> >> Could a subvolume-less Btrfs be more problematic than ext4? >> If not, it might be a good idea to also switch to Btrfs in the installe= r. > > I think it=E2=80=99s more work than just switching: we have to do enough > testing, add new automated tests, etc. > > Also, any change in this area should happen post-release. :-) Why not adding a gnu/system/examples/btrfs.tmpl in the mean time. There you could showcase all the stuff btrfs can do for us :)