ZFS

From SprezzOSWiki
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

SprezzOS proudly ships LLNL's ZFS on Linux.

Best Practices

  • Ensure ashift=12 is in use for disks having 4k sectors
  • Use a power of 2 data disks in a RAIDmZ:
    • RAIDZ: n^2 + 1
    • RAID2Z: n^2 + 2
    • RAID3Z: n^2 + 3

See Also