grahamperrin wrote:Reading part of this topic alongside SPL panic on corrupt ZIL log · Issue #43 · zfsonlinux/spl (closed 2011-07-01) makes me wonder whether in ZEVO Community Edition 1.1.1 (a product in development at the time of its release) there's debug code.
Thoughts?
That code is from the open source portion of ZFS.
https://github.com/zfs-osx/zfs/blob/111 ... zil.c#L382
However, asserts are only applied if the build is configured to have them enabled. Solaris lets you suppress them with the aok option I mentioned earlier, which can even be put into the Solaris system settings. ZEVO could probably easily be built without the debug option to suppress the asserts.