A clear and concise description of what the bug is. Please do not file bugs for unreleased versions unless you're a tester or sure it's not a work in progress. The master branch is **not** to be considered in a production state.
A clear and concise description of what the bug is. Make sure you've upgraded to the latest release to ensure the issue still exists.
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**
**To Reproduce**
Steps to reproduce the behavior. List **all** steps to reproduce. **All** settings.
Steps to reproduce the behavior. List **all** steps to reproduce. **All** settings.
Please simplify the reproduction as much as possible.
Please simplify the reproduction as much as possible.
@ -19,16 +24,24 @@ Please simplify the reproduction as much as possible.
**Expected behavior**
**Expected behavior**
A clear and concise description of what you expected to happen.
A clear and concise description of what you expected to happen.
**System information:**
**System information:**
- OS, kernel version: `uname -a`
- OS, kernel version: `uname -a`
- mergerfs version: `mergerfs -V`
- mergerfs version: `mergerfs -V`
- mergerfs settings
- mergerfs settings
- List of drives, filesystems, & sizes: `df -h`
- A strace of the application having a problem: `strace -f -o /tmp/app.strace.txt <cmd>` or `strace -f -p <appPID> -o /tmp/app.strace.txt`
- strace of mergerfs while app tried to do it's thing: `strace -f -p <mergerfsPID> -o /tmp/mergerfs.strace.txt`