Replies: 2 comments 7 replies
-
The first blogpost you linked has a spreadsheet that explains the overheads involved per record size as a function of sector-sized units and number of disks+parity involved. For an 8-disk raidz2, the lowest the overhead gets to is 34%, which is what you'd expect, for 6 disks of data for 2 disks of parity, and the highest is 200%, which again, is what you'd expect if you wrote one sector's worth of data and then had to have 2 more sectors of parity. |
Beta Was this translation helpful? Give feedback.
2 replies
-
The link to delphix does no longer exist: Do you host a copy of this blog post somewhere? |
Beta Was this translation helpful? Give feedback.
5 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I am planing to build a RAIDZ2 with eight 2 TB drives. I have read a few negative things about raidz2 with 8 drives and I am wondering if that information is still accurate.
I have read this blog from @ahrens :
https://www.delphix.com/blog/delphix-engineering/zfs-raidz-stripe-width-or-how-i-learned-stop-worrying-and-love-raidz
It made me confident that performance wise RAIDZ2 on 8 drives is not too bad. But then I read things about wasted space: https://www.truenas.com/community/threads/raidz2-number-of-disks.16153/#post-82191
This post claims a wasted space of 1 TB for a RAIDZ2 with 8x 3 TB. Is that correct?
Are there any recommendations how to configure RAIDZ2 with 8 drives? My use case is a backup array with recordsize=1M and compression=on.
Beta Was this translation helpful? Give feedback.
All reactions