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.

28 lines
995 B

  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 what the bug is. Please do not file bugs for unreleased versions. The master branch is **not** to be considered in a production state.
  10. **To Reproduce**
  11. Steps to reproduce the behavior. List **all** steps to reproduce. All settings.
  12. **Expected behavior**
  13. A clear and concise description of what you expected to happen.
  14. **System information:**
  15. - OS, kernel version: `uname -a`
  16. - mergerfs version: `mergerfs -V`
  17. - mergerfs settings
  18. - List of drives, filesystems, & sizes: `df -h`
  19. - 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`
  20. - strace of mergerfs while app tried to do it's thing: `strace -f -p <mergerfsPID> -o /tmp/mergerfs.strace.txt`
  21. **Additional context**
  22. Add any other context about the problem here.