Sometimes it looks like people really want to demonize raidz2 in favour of using sets of mirrors when you have 4 or 6 disks. At home I use raidz2 on my machines because I care a bit more about any 2 disks being able to fail rather than it being Russian Roulette after the first disk fails, and I haven't ran into any performance issues whatsoever, even when moving large amounts of data around, installing to multiple VMs on those filesystems or deleting huge amounts of files.
- replies
- 1
- announces
- 0
- likes
- 1
@highvoltage May I ask which “driver” you use for ZFS on Debian? When using Proxmox there is their on kernel+OpenZFS package, but on vanilla Debian I m looking for a sable solution. Thanks
@jlecour I use the zfs-dkms package, and I don't use zfs for /
@highvoltage thanks, I’ll take a look at it.