Comment on ZFS: Should I use NAS or Enterprise/Datacenter SSDs?

<- View Parent
yote_zip@pawb.social ⁨11⁩ ⁨months⁩ ago

The main problem with self-healing is that ZFS needs to have access to two copies of data, usually solved by having 2+ disks. When you expose an mdadm device ZFS will only perceive one disk and one copy of data, so it won’t try to store 2 copies of data anywhere. Underneath, mdadm will be storing the two copies of data, so any healing would need to be handled by mdadm directly instead. ZFS normally auto-heals when it reads data and when it scrubs, but in this setup mdadm would need to start the healing process through whatever measures it has (probably just scrubbing?)

source
Sort:hotnewtop