-
Notifications
You must be signed in to change notification settings - Fork 7
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
SPLError: 11346:0:(zio.c:792:zio_write()) #39
Comments
Looks like the assert is stale, relying on old style. You can comment it out, or figure out which of the tests fail. |
Adding some printk()'s, I get (numerous times - all identical):
And just before the SPL Panic:
Full log at http://bayour.com/misc/SPLError.txt. |
Changing the way I debug a couple of times, I get this:
|
So somehow/somewhere zp_type is set to an unvalid number. I'm going to take this up on the ZoL issue tracker as well. Just in case... Ignore for now. |
Can't say for certain if this is a ZoL issue or ZFS-Crypto one (can't test without crypto since I have the encryption feature enable on my pool).
Trying to create a filesystem with DEBUG enabled on both spl and zfs gives:
Doing a git blame on zio.c gives:
Commit b128c09, b4192bb, 428870f are all ancient (Dec 3 2008, Dec 13 2012 and May 28 2010 respectivly), 03c6040 is quite new (May 10 2013) and then there's the zfs-crypto one...
After the SPLEerror, zfs hangs. Creating a filesystem without DEBUG enabled works (or did work a few days ago when I was running without it - have cherry-picked some commits since).
The text was updated successfully, but these errors were encountered: