GNU bug report logs - #66781
[PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types.

Previous Next

Package: guix-patches;

Reported by: Skyler Ferris <skyvine <at> protonmail.com>

Date: Fri, 27 Oct 2023 20:35:02 UTC

Severity: normal

Tags: patch

Done: Ludovic Courtès <ludo <at> gnu.org>

Bug is archived. No further changes may be made.

To add a comment to this bug, you must first unarchive it, by sending
a message to control AT debbugs.gnu.org, with unarchive 66781 in the body.
You can then email your comments to 66781 AT debbugs.gnu.org in the normal way.

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

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


Report forwarded to guix-patches <at> gnu.org:
bug#66781; Package guix-patches. (Fri, 27 Oct 2023 20:35:02 GMT) Full text and rfc822 format available.

Acknowledgement sent to Skyler Ferris <skyvine <at> protonmail.com>:
New bug report received and forwarded. Copy sent to guix-patches <at> gnu.org. (Fri, 27 Oct 2023 20:35:02 GMT) Full text and rfc822 format available.

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

From: Skyler Ferris <skyvine <at> protonmail.com>
To: guix-patches <at> gnu.org
Cc: Skyler Ferris <skyvine <at> protonmail.com>
Subject: [PATCH] gnu: file-systems: Add xenfs to %pseudo-file-system-types.
Date: Fri, 27 Oct 2023 13:34:08 -0700
* gnu/system/file-systems.scm (%pseudo-file-system-types): Add xenfs.
---
This patch lets me declare a xenfs filesystem in a guest instance like so:

(operating-system
  ...
  (file-systems (cons (file-system
                        (mount-point "/proc/xen")
                        (device      "xenfs")
                        (type        "xenfs")))))
 gnu/system/file-systems.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/system/file-systems.scm b/gnu/system/file-systems.scm
index 529f1536de..6d385d71d4 100644
--- a/gnu/system/file-systems.scm
+++ b/gnu/system/file-systems.scm
@@ -369,7 +369,7 @@ (define %pseudo-file-system-types
   ;; List of know pseudo file system types.  This is used when validating file
   ;; system definitions.
   '("binfmt_misc" "cgroup" "cgroup2" "debugfs" "devpts" "devtmpfs" "efivarfs" "fusectl"
-    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs"))
+    "hugetlbfs" "overlay" "proc" "securityfs" "sysfs" "tmpfs" "xenfs"))
 
 (define %fuse-control-file-system
   ;; Control file system for Linux' file systems in user-space (FUSE).

base-commit: e71864793021051cff35597abd59bb2d5649977d
-- 
2.41.0





Reply sent to Ludovic Courtès <ludo <at> gnu.org>:
You have taken responsibility. (Sun, 29 Oct 2023 23:22:02 GMT) Full text and rfc822 format available.

Notification sent to Skyler Ferris <skyvine <at> protonmail.com>:
bug acknowledged by developer. (Sun, 29 Oct 2023 23:22:02 GMT) Full text and rfc822 format available.

Message #10 received at 66781-done <at> debbugs.gnu.org (full text, mbox):

From: Ludovic Courtès <ludo <at> gnu.org>
To: Skyler Ferris <skyvine <at> protonmail.com>
Cc: 66781-done <at> debbugs.gnu.org
Subject: Re: [bug#66781] [PATCH] gnu: file-systems: Add xenfs to
 %pseudo-file-system-types.
Date: Mon, 30 Oct 2023 00:21:13 +0100
Hi,

Skyler Ferris <skyvine <at> protonmail.com> skribis:

> * gnu/system/file-systems.scm (%pseudo-file-system-types): Add xenfs.

Applied, thanks!

Ludo’.




bug archived. Request was from Debbugs Internal Request <help-debbugs <at> gnu.org> to internal_control <at> debbugs.gnu.org. (Mon, 27 Nov 2023 12:24:05 GMT) Full text and rfc822 format available.

This bug report was last modified 1 year and 205 days ago.

Previous Next


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