ZFS Filesystem General tips
Creating new zpool (zpools ~ LVM)
zpool create datastore raidz2 sde sdg sdc sdf sdd sdh sdi zpool set autoreplace=on datastore zfs set compression=gzip datastore zfs set dedup=on datastore
Redundancy with support for
- raidz1 (RAID5)
- raidz2 (RAID6)
- mirror (RAID1)