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.

34 lines
1.1 KiB

  1. General description
  2. ===================
  3. Expected behavior
  4. =================
  5. Actual behavior
  6. ===============
  7. **Precise** steps to reproduce the behavior
  8. ===========================================
  9. > Explicitly list **all** steps to reproduce. Preferably create a minimal example of the problem using standard command line tools. The more variables (apps, settings, etc.) that are involved the more difficult it is to debug. Also, **please** be sure to have read all of the README. It contains a lot of information regarding known system and user issues.
  10. System information
  11. ==================
  12. Please provide as much of the following information as possible:
  13. * [ ] mergerfs version: `mergerfs -V`
  14. * [ ] mergerfs settings: `cat /etc/fstab` or the command line arguments
  15. * [ ] Linux version: `uname -a`
  16. * [ ] Versions of any additional software being used
  17. * [ ] List of drives, filesystems, & sizes: `df -h`
  18. * [ ] strace of application having problem: `strace -f -o /tmp/app.strace.txt <cmd>` or `strace -f -p <appPID> -o /tmp/app.strace.txt`
  19. * [ ] strace of mergerfs while app tried to do it's thing: `strace -f -p <mergerfsPID> -o /tmp/mergerfs.strace.txt`