-
Notifications
You must be signed in to change notification settings - Fork 1.8k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Illumos 3875 panic after failed rollback #1609
Comments
The scrub has ended, but the oopses are still there :-( |
@edillmann It would be interesting to know what argument is being passed to statfs by zabbix_agent and how it relates to your ZFS configuration. A cursory glance at its source code make me think the argument corresponds fairly directly to your zabbix configuration. It would seem you ought to be able to duplicate this problem simply by running df on the same argument. |
Doing a strace on df -h permit to identify a dataset which is a target to regular zfs receive. This dataset was mounted (which was wrong). I did umount the dataset and the problem disapeared. |
@edillmann Still you shouldn't have been able to cause a BUG. Can you clearly describe the incorrect configuration which was able to cause this problem? |
@behlendorf the BUG appears in the following situation
|
@edillmann In It appears the Illumos folks just fixed a variant of this exact bug under issue https://www.illumos.org/issues/3875. We'll want to port and verify this fix illumos/illumos-gate@91948b51. |
#1775 includes Illumos 3875. |
The illumos fix in https://www.illumos.org/issues/3875 has been merged as commit 831baf0. That is expected to resolve this issue. |
thank's a lot, i confirm that the issue is resolved :-) |
Hi,
I get several kernel oops while running a zpool scrub.
The system is responsive.
Regards,
Eric
The text was updated successfully, but these errors were encountered: