You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

47 lines
1.4 KiB

  1. ---
  2. name: Bug report
  3. about: For the reporting of behavior not as described
  4. title: ''
  5. labels: bug, investigating
  6. assignees: ''
  7. ---
  8. **Describe the bug**
  9. A clear and concise description of the unexpected behavior. Please be sure to use latest release of mergerfs to ensure the issue still exists.
  10. 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.
  11. **To Reproduce**
  12. Steps to reproduce the behavior. List **all** steps to reproduce. **All** settings.
  13. Please simplify the reproduction as much as possible.
  14. - Unless it is dependenat on multiple branches, use a single branch
  15. - Use standard tooling if possible (touch,truncate,rm,rmdir,ln,etc.)
  16. **Expected behavior**
  17. A clear and concise description of the expected behavior.
  18. **System information:**
  19. - OS, kernel version: `uname -a`
  20. - mergerfs version: `mergerfs -V`
  21. - mergerfs settings
  22. - List of drives, filesystems, & sizes:
  23. - `df -h`
  24. - `lsblk`
  25. - A strace of the application having a problem:
  26. - `strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>`
  27. - `strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>`
  28. - strace of mergerfs while app tried to do it's thing:
  29. - `strace -fvTtt -s 256 -p <mergerfsPID> -o /tmp/mergerfs.strace.txt`
  30. **Additional context**
  31. Add any other context about the problem here.