53 lines
1.2 KiB
Markdown
53 lines
1.2 KiB
Markdown
---
|
|
name: Bug report
|
|
about: Create a report to help us improve OpenZFS
|
|
title: ''
|
|
labels: 'Type: Defect'
|
|
assignees: ''
|
|
|
|
---
|
|
|
|
<!-- Please fill out the following template, which will help other contributors address your issue. -->
|
|
|
|
<!--
|
|
Thank you for reporting an issue.
|
|
|
|
*IMPORTANT* - Please check our issue tracker before opening a new issue.
|
|
Additional valuable information can be found in the OpenZFS documentation
|
|
and mailing list archives.
|
|
|
|
Please fill in as much of the template as possible.
|
|
-->
|
|
|
|
### System information
|
|
<!-- add version after "|" character -->
|
|
Type | Version/Name
|
|
--- | ---
|
|
Distribution Name |
|
|
Distribution Version |
|
|
Linux Kernel |
|
|
Architecture |
|
|
ZFS Version |
|
|
SPL Version |
|
|
<!--
|
|
Commands to find ZFS/SPL versions:
|
|
modinfo zfs | grep -iw version
|
|
modinfo spl | grep -iw version
|
|
-->
|
|
|
|
### Describe the problem you're observing
|
|
|
|
### Describe how to reproduce the problem
|
|
|
|
### Include any warning/errors/backtraces from the system logs
|
|
<!--
|
|
*IMPORTANT* - Please mark logs and text output from terminal commands
|
|
or else Github will not display them correctly.
|
|
An example is provided below.
|
|
|
|
Example:
|
|
```
|
|
this is an example how log text should be marked (wrap it with ```)
|
|
```
|
|
-->
|
|
|