NetBSD Wiki/projects/project/
Finish ZFS
- Contact: tech-kern
IMPORTANT: This project was completed by Chuck Silvers. You may still contact the people above for details, but please do not submit an application for this project.
The ZFS port to NetBSD is half-done, or maybe more than half. Finish it and get it really running.
Now, OpenZFS is the main location of ZFS in the Free Software community, and supports FreeBSD, Illumos, Linux and Mac. Probably the right approach is to get the most recent OpenZFS working with NetBSD. This could either be via pkgsrc or via importing and reachover makefiles. The hard part is probably in the ZFS/NetBSD kernel interface bits.
Current state of ZFS (as of 8.99.37):
Working:
- Creating and destroying pools or datasets works.
- Snapshots work, the control directory .zfs is implemented.
- ATF tests succeed
- Putting a mounted ZFS dataset under heavy load is quite stable.
- NFS export works
Not yet working:
- ZVOLs may be created and destroyed, the actual device nodes are missing. (ZVOLs are block devices backed from ZFS pools.)
- ztest(1) doesn't work
It is not finished. Ask on tech-kern for more information about the current state.