Is ZFS a meme? Does this shit work? I'm considering using this, instead of ext4 with journaled data (100% write penalty).
I benchmarked it vs raid10,far 2, with two disks, and it's okay I guess. raid10,far2 gives Nx read speed, for 2 drives, 2x read speed, with 1x write. ZFS is only giving about 1x read in mirrored mode. Maybe with 100 threads hitting it the total throughput would increase some. I can deal with the reduced read speed, in exchange for all the data consistency checks, but this means nothing if the system is going to crash at any moment, or the next time a new ZFS update comes out or the next time a new kernel update comes out.
Is this reliable enough for production? Is bit rot paranoia overblown? I think journaled data ext4 should take care of problems if the system crashes or the power goes out with no ups, but it does nothing for bit rot, neither does raid unless your using a mode with parity disks.