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.

35 lines
1022 B

  1. ---
  2. name: Bug report
  3. about: Create a report to help us improve
  4. title: ''
  5. labels: ''
  6. assignees: ''
  7. ---
  8. Sponsors SeaweedFS via Patreon https://www.patreon.com/seaweedfs
  9. Report issues here. Ask questions here https://stackoverflow.com/questions/tagged/seaweedfs
  10. Please ask questions in https://github.com/seaweedfs/seaweedfs/discussions
  11. example of a good issue report:
  12. https://github.com/seaweedfs/seaweedfs/issues/1005
  13. example of a bad issue report:
  14. https://github.com/seaweedfs/seaweedfs/issues/1008
  15. **Describe the bug**
  16. A clear and concise description of what the bug is.
  17. **System Setup**
  18. - List the command line to start "weed master", "weed volume", "weed filer", "weed s3", "weed mount".
  19. - OS version
  20. - output of `weed version`
  21. - if using filer, show the content of `filer.toml`
  22. **Expected behavior**
  23. A clear and concise description of what you expected to happen.
  24. **Screenshots**
  25. If applicable, add screenshots to help explain your problem.
  26. **Additional context**
  27. Add any other context about the problem here.