1--- 2name: Bug report 3about: Create a report to help us improve OpenZFS 4title: '' 5labels: 'Type: Defect' 6assignees: '' 7 8--- 9 10<!-- Please fill out the following template, which will help other contributors address your issue. --> 11 12<!-- 13Thank you for reporting an issue. 14 15*IMPORTANT* - Please check our issue tracker before opening a new issue. 16Additional valuable information can be found in the OpenZFS documentation 17and mailing list archives. 18 19Please fill in as much of the template as possible. 20--> 21 22### System information 23<!-- add version after "|" character --> 24Type | Version/Name 25 --- | --- 26Distribution Name | 27Distribution Version | 28Kernel Version | 29Architecture | 30OpenZFS Version | 31<!-- 32Command to find OpenZFS version: 33zfs version 34 35Commands to find kernel version: 36uname -r # Linux 37freebsd-version -r # FreeBSD 38--> 39 40### Describe the problem you're observing 41 42### Describe how to reproduce the problem 43 44### Include any warning/errors/backtraces from the system logs 45<!-- 46*IMPORTANT* - Please mark logs and text output from terminal commands 47or else Github will not display them correctly. 48An example is provided below. 49 50Example: 51``` 52this is an example how log text should be marked (wrap it with ```) 53``` 54--> 55 56