Merge pull request #1007 from trapexit/trapexit-patch-1

Update bug_report.md
This commit is contained in:
trapexit 2022-01-18 21:16:22 -05:00 committed by GitHub
commit 2d5c2c2b6e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -35,7 +35,7 @@ A clear and concise description of the expected behavior.
- mergerfs settings
- List of drives, filesystems, & sizes:
- `df -h`
- `lsblk`
- `lsblk -f`
- A strace of the application having a problem:
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt <cmd>`
- `strace -fvTtt -s 256 -o /tmp/app.strace.txt -p <appPID>`