Duplicate on Server Fault:

Raidz-1 parity disks?

I am a bit confused about how to configure my zfs pool. What is the exact difference between adding 8 disks to a raidz1 pool or adding 2x4 to the pool with 2 raidz1 groups. Example

zpool create testPool raidz1 d1 d2 d3 d4 raidz1 d5 d6 d7 d8

zpool status shows the same amount of usable disk space but when running zfs list testPool the one with the 2 raidz groups shows 1/2 of the usable diskspace of the one with all disks in one group.

Does this method define 2 parity disks? How are the number of parity disks defined? If I create the following pool with raidz2 it shows pretty much the same usable space.

zpool create testPool raidz2 d1 d2 d3 d4 d5 d6 d7 d8

Any hints on this?

Thanks a lot

link|improve this question

1  
this would fit better in serverfault.com – atamanroman Jul 29 '10 at 11:42
thanks I will ask there – Chris Jul 29 '10 at 11:54
Closing as "off-topic" because this has already been moved manually by the author. – Bill the Lizard Jul 29 '10 at 12:05
feedback

closed as off topic by ho1, MSalters, 0xA3, Bill the Lizard Jul 29 '10 at 12:04

Questions on Stack Overflow are expected to generally relate to programming or software development in some way, within the scope defined in the faq.

Browse other questions tagged or ask your own question.