meta data for this page
Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
linux:fs:zfs:draid [2025/02/10 16:27] – niziak | linux:fs:zfs:draid [2025/08/03 07:39] (current) – niziak | ||
---|---|---|---|
Line 32: | Line 32: | ||
< | < | ||
- | We especially caution storage newbies to be careful with draid—it' | + | We especially caution storage newbies to be careful with draid—it' |
+ | 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. | ||
</ | </ | ||
+ | |||
< | < | ||
draid2: | draid2: | ||
Line 53: | Line 56: | ||
<code bash> | <code bash> | ||
- | zpool create backup draid1:2d < | + | zpool create backup draid1:2d:3c < |
</ | </ | ||
+ | Create DRAID with 1 parity and default redundancy (on 5 disks): | ||
+ | <code bash> | ||
+ | zpool create backup draid1:5c < | ||
+ | </ | ||