Skip to content

* ERROR: unable to parse 'branches' #1063

Description

@C8opmBM

For general questions and support please use GitHub Discussions or Discord.

Hi guys,
I have an issue and I'm trying for a day to troubleshoot.
I'm using OMV and I cannot create pool in the GUI, it errors out when applying changes.

In the CLI, if I run the following, everything works perfectly

sudo mkdir /mnt/test
sudo mount -t fuse.mergerfs /srv/dev-disk-by-label-Media/Media:/srv/dev-disk-by-label-Media2/Media2 /mnt/test

However, with this command in which I also specify the options, it gives this error:

sudo mount -t fuse.mergerfs test1:pool1 /mnt/pool -o branches=/srv/dev-disk-by-label-Media/Media:/srv/dev-disk-by-label-Media2/Media2,category.create=mfs,minfreespace=50G,fsname=test1:pool1,defaults,allow_other,cache.files=off,use_ino
* ERROR: unable to parse 'branches' - test1:pool1
* ERROR: mountpoint not set

How can I find the naughty option that causes this?
Thank you

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions