We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0cc15d commit b33bdf8Copy full SHA for b33bdf8
docs/Basic Concepts/RAIDZ.rst
@@ -51,7 +51,7 @@ we will allocate on disk:
51
52
- one 4K block of data
53
54
-- one 4K padding block
+- one 4K parity block
55
56
and usable space ratio will be 50%, same as with double mirror.
57
@@ -62,7 +62,9 @@ Another example for ``ashift=12`` and ``recordsize=128K`` for raidz1 of 3 disks:
62
63
- one stripe can have up to 2 data parts of 4K size because of 1 parity blocks
64
65
-- we will have 128K/2 = 64 stripes with 8K of data and 4K of parity each
+- we will have 128K/8k = 16 stripes with 8K of data and 4K of parity each
66
+
67
+- 16 stripes each with 12k, means we write 192k to store 128k
68
69
so usable space ratio in this case will be 66%.
70
0 commit comments