I want to create mirror zfs pool. I installed pve as zfs file system and tried:
Or
So It does not allow. Must I go with non-zfs root install and create mirror pool by then?
Code:
zpool create STORAGE mirror /rpool/data /dev/sdb
cannot use '/rpool/data': must be a block device or regular file
Or
Code:
root@ns302028:~# zpool add rpool mirror /rpool/data /dev/sdb
cannot use '/rpool/data': must be a block device or regular file
So It does not allow. Must I go with non-zfs root install and create mirror pool by then?