That's not likely to happen for both licensing and technical reasons. CDDL is not an acceptable license. And OpenBSD also has no extant framework for loadable kernel modules, nor any desire to add one (increasing attack surface).
It's still copyleft, so including it into the base system would require licensing those parts as CDDL, so the system as a whole would no longer be BSD-licensed.
Only the files pulled in would fall under the cddl. The cddl is unlike the GPL in that it is file based copyleft. It doesn't force any other part it is combined with to be any license. Ie you could combine it with anything that is ISC or BSD licensed without issues.
I don't think it's production ready and I also don't think it's a research file system?
It seems like a passion project from Matthew Dillon who seem to be crazy smart. I mean he fork and created his own BSD and then decided let's do HAMMER2 while we're at it.
My exposure to ZFS was a nightmare. it was being used for user home directories on a HPC cluster. Frequent outages, storage offline for days for recovery. I wasn't involved on the administrative side, just saw it from the user side. It was also many years ago, no doubt it has improved.
ZFS does seem to be miserable if you're installing it for the first time. I set my antergos installer last night to use ZFS for the root partition. Did not work once I rebooted. As much as I want to like ZFS, I don't think the tooling is there. My filesystem choice should be completely transparent.
I run a HPC cluster. I’m pretty bad at it so outages do happen but not like that. There are an infinite ways to fail at storage, nothing specific to ZFS.