emacs-bug-tracker
[Top][All Lists]
Advanced

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

bug#41501: closed ([PATCH] Add mergerfs/mergerfs-tools)


From: GNU bug Tracking System
Subject: bug#41501: closed ([PATCH] Add mergerfs/mergerfs-tools)
Date: Wed, 03 Jun 2020 16:05:02 +0000

Your message dated Wed, 03 Jun 2020 18:04:22 +0200
with message-id <87367ckuex.fsf@gnu.org>
and subject line Re: [bug#41501] [PATCH] Add mergerfs/mergerfs-tools
has caused the debbugs.gnu.org bug report #41501,
regarding [PATCH] Add mergerfs/mergerfs-tools
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
41501: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41501
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Add mergerfs/mergerfs-tools Date: Sun, 24 May 2020 10:54:48 +0200
Hi,

the attached patch series adds mergerfs, an union file system, and
associated tools mergerfs-tools. I’ve been running it for a while now
and it seems to be stable. Unfortunately I’m not able to mount it in the
system configuration via

(file-system
 (device "/storage/disk*")
 (mount-point "/storage/pool")
 (type "mergerfs")
 (flags '('allow_other, 'use_ino, "moveonenospc=true", "category.create=mfs"))
 (check? #f))

because device is a pattern and not an actual file system path.

Cheers,
Lars

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

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


--- End Message ---
--- Begin Message --- Subject: Re: [bug#41501] [PATCH] Add mergerfs/mergerfs-tools Date: Wed, 03 Jun 2020 18:04:22 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/26.3 (gnu/linux)
Hi,

Lars-Dominik Braun <lars@6xq.net> skribis:

>>From 7aa69a86f8933c3d833ae3beb53840ded9115978 Mon Sep 17 00:00:00 2001
> From: Lars-Dominik Braun <lars@6xq.net>
> Date: Sat, 30 May 2020 19:10:55 +0200
> Subject: [PATCH 2/2] gnu: Add mergerfs-tools.
>
> * gnu/packages/storage.scm (mergerfs-tools): New variable.

[...]

>>From 4b2500e04f956df0c038ba4b71d91f01b2919d1e Mon Sep 17 00:00:00 2001
> From: Lars-Dominik Braun <lars@6xq.net>
> Date: Sat, 30 May 2020 19:10:30 +0200
> Subject: [PATCH 1/2] gnu: Add mergerfs.
>
> * gnu/packages/storage.scm (mergerfs): New variable.

I think it addresses the issues Marius wrote about, so I went ahead and
applied them.

> +             ;; These were copied from the package libfuse.

[...]

> +    ;; mergerfs bundles a heavily modified copy of libfuse.

This is not great.  Did you try building against vanilla libfuse?

Anyway, thank you!

Ludo’.


--- End Message ---

reply via email to

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