zpool remove -f rpool raidz1-1
watch zpool status rpool
zpool add rpool mirror /dev/sdc /dev/sdd
So what should i use for RAID1-mirror, if ZFS is not recommend?Dont use any kind of raid controller (software or hardware) with ZFS. This might corrupt your data because ZFS don't get direct access to the drives.
BTW: raidz1 is the equivalent to raid5 and not to raid1. Raid1 is called a mirror.
I have hpe dl20 gen10 server with S100i controler and i made raid for drives in iLO.If you got a raid controller use that to create your raid1 or raid10 array so that these drives are presented to Proxmox as a single drive. Then you could run LVM thin ontop of that.
Look here why not to use ZFS with raid controllers. Should be the same for a software raid controller. So if ZFS isn'T an option you only got LVM.I have hpe dl20 gen10 server with S100i controler and i made raid for drives in iLO.
During Proxmox installation i had to use ZFS for SSD drives.
should i use for my second raid1 ZFS or LVM? but i heard about problems with LVM and snapshots