GNU bug report logs - #37305
[PATCH] Allow booting from a Btrfs subvolume.

Previous Next

Package: guix-patches;

Reported by: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Date: Thu, 5 Sep 2019 00:21:01 UTC

Severity: normal

Tags: patch

Done: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>

Bug is archived. No further changes may be made.

Full log


Message #67 received at 37305 <at> debbugs.gnu.org (full text, mbox):

From: Maxim Cournoyer <maxim.cournoyer <at> gmail.com>
To: Pierre Neidhardt <mail <at> ambrevar.xyz>
Cc: Ludovic Courtès <ludo <at> gnu.org>, 37305 <at> debbugs.gnu.org
Subject: Re: [bug#37305] Allow booting from a Btrfs subvolume [review part 2]
Date: Sun, 17 May 2020 12:16:07 -0400
Hello Pierre!

Pierre Neidhardt <mail <at> ambrevar.xyz> writes:

> Hi Maxim!
>
> maxim.cournoyer <at> gmail.com writes:
>
>> +@lisp
>> +(file-system
>> +  (device (file-system-label "btrfs-pool-1"))
>> +  (mount-point "/gnu/store")
>> +  (type "btrfs")
>> +  (options "subvol=root-snapshots/root-current/guix-store"
>> +  ("compress" . "zstd")))
>> +@end lisp
>
>
> Is this ("compress" . "zstd") intentional?  It does not match the first example.

Good catch! This pair syntax was removed, based on feedback from
previous reviews. It can still be used with the helper procedures, but
not directly like that. It should be fixed in the patch series I just
sent in the previous email.

Thank you,

Maxim




This bug report was last modified 5 years and 33 days ago.

Previous Next


GNU bug tracking system
Copyright (C) 1999 Darren O. Benham, 1997,2003 nCipher Corporation Ltd, 1994-97 Ian Jackson.