ZFS - Pools - Add Intent Logs to a Pool

ZIL (ZFS Intent Log) drives can be added to a ZFS pool to speed up the write capabilities of any level of ZFS RAID.


Add a drive to the pool for ZIL

sudo zpool add testpool log /dev/sdg -f

NOTE: This can speed up writes.

  • Typically a fast disk like an SSD will be used.