6 ms·
Here's a nice explanation of how ZFS does triple parity raid with reed-solomon: http://people.freebsd.org/~gibbs/zfs_doxygenation/html/da/dc9/RaidZ.html http:/
by fatratchet 12y ago
Here's a nice explanation of how ZFS does triple parity raid with reed-solomon:
http://people.freebsd.org/~gibbs/zfs_doxygenation/html/da/dc9/RaidZ.html http://people.freebsd.org/~gibbs/zfs_doxygenation/html/da/dc...
http://people.freebsd.org/~gibbs/zfs_doxygenation/html/d1/d7d/vdev__raidz_8c.html#_details http://people.freebsd.org/~gibbs/zfs_doxygenation/html/d1/d7...
- sp332 12y agoNote that the Plank paper claimed to support arbitrary N+M, but was then amended six years later identifying a critical flaw that invalidates its claims. Nevertheless, the technique can be adapted to work for up to triple parity. So better than most, but still not arbitrary. And the limiting factor seems to be write performance.