guix-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug#41501] [PATCH] Add mergerfs/mergerfs-tools


From: Lars-Dominik Braun
Subject: [bug#41501] [PATCH] Add mergerfs/mergerfs-tools
Date: Sun, 31 May 2020 08:25:27 +0200

Hi,

> > (file-system
> >  (device "/storage/disk*")
> >  (mount-point "/storage/pool")
> >  (type "mergerfs")
> >  (flags '('allow_other, 'use_ino, "moveonenospc=true", 
> > "category.create=mfs"))
> >  (check? #f))
> Oh, fun.  I suppose we'll have to add support for mergerfs in the system
> configuration to deal with it.
maybe a generic

        (device (literal "/storage/disk*"))

would do? I’m sure there are more FUSE filesystems out there which
trigger these checks. And I don’t think adding an exception like the one
for NFS is a good solution long-term.

> Can you send updated patches?  TIA!
All done, see attachment. I hope I did not miss anything.

Cheers,
Lars

Attachment: 0002-gnu-Add-mergerfs-tools.patch
Description: Text Data

Attachment: 0001-gnu-Add-mergerfs.patch
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]