it worked on debian 10, but no work on ubuntu 18.04, saying the following error,
fuse: unknown option `ignorepponrename=true'
Please be sure to use latest release of mergerfs to ensure the issue still exists. Not your distro's latest but the latest official release.
The master branch is not to be considered production ready. Feel free to file bug reports but do so indicating clearly that you are testing unreleased code.
To Reproduce
Steps to reproduce the behavior. List all steps to reproduce. All settings.
Please simplify the reproduction as much as possible.
Unless it is dependenat on multiple branches, use a single branch
Reproduce with standard tooling if possible (touch,truncate,rm,rmdir,ln,etc.) Having to install 3rd party software will make debugging more difficult.
Expected behavior
A clear and concise description of the expected behavior.
Describe the bug my fstab file is like this:
it worked on debian 10, but no work on ubuntu 18.04, saying the following error,
fuse: unknown option `ignorepponrename=true'
Please be sure to use latest release of mergerfs to ensure the issue still exists. Not your distro's latest but the latest official release.
The master branch is not to be considered production ready. Feel free to file bug reports but do so indicating clearly that you are testing unreleased code.
To Reproduce
Steps to reproduce the behavior. List all steps to reproduce. All settings.
Please simplify the reproduction as much as possible.
Expected behavior
A clear and concise description of the expected behavior.
System information:
uname -a
mergerfs -V
df -h
lsblk -f
strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>
strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>
strace -fvTtt -s 256 -p <mergerfsPID> -o /tmp/mergerfs.strace.txt
Additional context
Add any other context about the problem here.