I am setting up a ZFS RAID10. So making mirrors then striping them.
I have dual CPU with two NVMe drives on CPU0 and two drives on CPU1.
Should I create the mirrors with the same CPU group?
CPU0
nvd1=PCIe bus 6:0:0
nvd2=PCIe bus 7:0:0
CPU1
nvd3=PCIe bus 133:0:0
nvd4=PCIe bus 134:0:0
Then stripe across CPU?
I have dual CPU with two NVMe drives on CPU0 and two drives on CPU1.
Should I create the mirrors with the same CPU group?
CPU0
nvd1=PCIe bus 6:0:0
nvd2=PCIe bus 7:0:0
CPU1
nvd3=PCIe bus 133:0:0
nvd4=PCIe bus 134:0:0
Then stripe across CPU?
zpool create icydock mirror nvd1 nvd2 mirror nvd2 nvd3