Hello,
I have four(4) 1 TB SSD drives that I would like to use as a fast redundant database drive.
How do I create a RAID10 using the ZFS Plugin?
I understand RAID10 in ZFS is simply striping mirrored VDevs. Will I be doing this in several steps or is there an already set method?
Command Line reference:
sudo zpool create NAME mirror VDEV1 VDEV2 mirror VDEV3 VDEV4
or
sudo zpool create NAME mirror VDEV1 VDEV2
sudo zpool add NAME mirror VDEV3 VDEV4
I am doing a fresh install and creating this RAID will be one of my first operations, as it will hold, both my Home directories and Docker data.