Finally, we start installing the ZFS packages and start the RAIDZ2 set-up (no screenshot):
apt-get zfsutils-linux
For several reasons, I chose to use:
- vdevs created “by-id”:
- as per advice from multiple places online, using the “easier”
/dev/sdxidentifier may break things should the order be changed (e.g. you swapped cable ends or drive cages, etc.)
- as per advice from multiple places online, using the “easier”
- lz4 compression
- as per statistics from some places, the “cost” of LZ4 is relatively low/negligible

