OpenZFS on Windows Server 2019
22 Jun 2020Purely for fun, I grabbed a development build of OpenZFS on Windows today. v0.23 Hagliga has a date of 20200402. The kernel driver is signed.
I used a Xeon D-1537 system, with 1x16GB DDR4 ECC RDIMM, four 10TB spinners, and a 100GB SSD.
- After installation, I rebooted.
wmic diskdrive list brief
- Create pool.
zpool.exe create -O casesensitivity=insensitive -O compression=lz4 -O atime=off -o ashift=12 tanker raidz1 PHYSICALDRIVE2 PHYSICALDRIVE3 PHYSICALDRIVE4 PHYSICALDRIVE5
- Confirm the drives are added.
zpool.exe status
- The performance is far better than Storage Spaces [Direct] with 1 node.
- Add an Intel S3700 100GB ZIL.
zpool.exe add tanker log PHYSICALDRIVE1
and confirm it got added. - Bench the 4x10TB drives in raidz1, with a 100GB ZIL. These numbers don’t make much sense.
- After reboot,
zpool.exe import tanker
remounts the pool.