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.

Full log


View this message in rfc822 format

From: help-debbugs <at> gnu.org (GNU bug Tracking System)
To: Skyler Ferris <skyvine <at> protonmail.com>
Subject: bug#66781: closed (Re: [bug#66781] [PATCH] gnu: file-systems: Add
 xenfs to %pseudo-file-system-types.)
Date: Sun, 29 Oct 2023 23:22:02 +0000
[Message part 1 (text/plain, inline)]
Your bug report

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

which was filed against the guix-patches package, has been closed.

The explanation is attached below, along with your original report.
If you require more details, please reply to 66781 <at> debbugs.gnu.org.

-- 
66781: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=66781
GNU Bug Tracking System
Contact help-debbugs <at> gnu.org with problems
[Message part 2 (message/rfc822, inline)]
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’.

[Message part 3 (message/rfc822, inline)]
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




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

Previous Next


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