GNU bug report logs - #45974
guix system vm-image ignores filesystem type

Previous Next

Package: guix;

Reported by: Jack Hill <jackhill <at> jackhill.us>

Date: Tue, 19 Jan 2021 01:13:01 UTC

Severity: normal

Merged with 42315

To reply to this bug, email your comments to 45974 AT debbugs.gnu.org.

Toggle the display of automated, internal messages from the tracker.

View this report as an mbox folder, status mbox, maintainer mbox


Report forwarded to bug-guix <at> gnu.org:
bug#45974; Package guix. (Tue, 19 Jan 2021 01:13:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Jack Hill <jackhill <at> jackhill.us>:
New bug report received and forwarded. Copy sent to bug-guix <at> gnu.org. (Tue, 19 Jan 2021 01:13:02 GMT) Full text and rfc822 format available.

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

From: Jack Hill <jackhill <at> jackhill.us>
To: bug-guix <at> gnu.org
Subject: guix system vm-image ignores filesystem type
Date: Mon, 18 Jan 2021 20:12:04 -0500 (EST)
Hi Guix,

I believe that this is a feature request. I would like to create a Guix 
qcow2 image to run as a VM. Additionally, I would like the root file 
system to be btrfs. Therefore, I created an operating system definition 
with the following file-systems:

```
(file-systems (cons (file-system
                     (mount-point "/")
                     (device "/dev/vda1")
                     (type "btrfs")
                     (flags '(no-atime))
                     (options "compress=zstd"))
                    %base-file-systems))
```

I then ran `guix system vm-image --image-size=10G --volatile config.scm`. 
That successfully created a qcow2 image, but the root file system was ext4 
instead of btrfs.

Ideally, I would get an image with a btrfs filesystem. I expect supporting 
all combinations of filesystems and mapped devices might be challenging 
for the image creation process, but some more options might be 
interesting. At the very least, I think a warning or error when the 
requested configuration is not supported would be appropriate.

What do you think about this feature?

Best,
Jack




Merged 42315 45974. Request was from Jack Hill <jackhill <at> jackhill.us> to control <at> debbugs.gnu.org. (Tue, 02 Feb 2021 17:18:01 GMT) Full text and rfc822 format available.

This bug report was last modified 4 years and 130 days ago.

Previous Next


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