I'm seeing 10TB more space than I expect in my raidz1 array #14326
-
I have a funky array of 14, 14, 18, 18 TB drives. I set them up as
I got the error about drives being different size, and overroad it with
That's only 8TB less than when I had this monster in a stripe. What gives? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment
-
You may find this interesting reading. |
Beta Was this translation helpful? Give feedback.
zpool list
includes the space occupied by parity overhead in its space, because (among other reasons) the ratio of parity overhead to space used isn't fixed.zfs list
(and df) give an estimate (because, again, things can be less efficient if you're storing smaller things) of space after that overhead.You may find this interesting reading.