Hacker News new | ask | show | jobs
by Bromlife 3801 days ago
Is this because of hot swaps? I would be pretty disappointed by a 50% usable for RAID6. But I don't include the hotswap(s) in this equation.
1 comments

Right I was talking about RAID10, the only RAID that is sensible to use these days...

Even with ZFS as I understand it, you should just set up your storage pool then mirror it and be done....boom 50%

Yeah I ended up going with mirrored vdevs for the ability to expand to 6TB drives later... then I was told (in IRC) that a single bit-flip would cause a complete pool failure.
Uhh if they're mirrored, a bit flip is not only detected by ZFS but also corrected, whether it happens passively during a normal file read, or scrubbing, or presumably a resilver.
I'm curious how that is?