ZFS Noob
Contributor
- Joined
- Nov 27, 2013
- Messages
- 129
We're all aware of the problems using RAID5 in the modern world - big drives, high probability of a URE on resilver, *poof* goes the volume.
This knowledge is tied to traditional hardware RAID controllers, however. I would like to know how ZFS's inherent strengths affect this issue.
Issues that might matter:
Can someone clue me in? Is ZFS better with RAIDZ1 than hardware RAID controllers are with RAID5?
This knowledge is tied to traditional hardware RAID controllers, however. I would like to know how ZFS's inherent strengths affect this issue.
Issues that might matter:
- Ditto blocks are used, but these only really affect metadata and aren't used for the file data itself, so this looks like it's only useful if the URE happens when reading metadata.
- Does ZFS identify a URE when rebuilding parity, realize the sector's data is lost, and choose to destroy the Zpool, or is it possible to get ZFS to continue restoring the rest of the pool even though that sector is lost?
Can someone clue me in? Is ZFS better with RAIDZ1 than hardware RAID controllers are with RAID5?