meta data for this page
  •  

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
linux:fs:zfs:draid [2025/02/10 16:27] niziaklinux:fs:zfs:draid [2025/08/03 07:39] (current) niziak
Line 32: Line 32:
  
 <code> <code>
-We especially caution storage newbies to be careful with draid—it's a significantly more complex layout than a pool with traditional vdevs. The fast resilvering is fantastic—but draid takes a hit in both compression levels and some performance scenarios due to its necessarily fixed-length stripes.+We especially caution storage newbies to be careful with draid—it's a significantly more complex 
 +layout than a pool with traditional vdevs. The fast resilvering is fantastic—but draid takes a hit in 
 +both compression levels and some performance scenarios due to its necessarily fixed-length stripes.
 </code> </code>
 +
 <code> <code>
 draid2:2d:14c:1s draid2:2d:14c:1s
Line 53: Line 56:
  
 <code bash> <code bash>
-zpool create backup draid1:2d <disk1> <disk2> <disk3>+zpool create backup draid1:2d:3c <disk1> <disk2> <disk3>
 </code> </code>
  
 +Create DRAID with 1 parity and default redundancy (on 5 disks):
  
 +<code bash>
 +zpool create backup draid1:5c <disk1>..<disk5>
 +</code>