I have a raidz2 pool which started with 4x16TB disks and I expanded with an additional two disks
After expansion I run the zfs-inplace-rebalancing script and it seems to have run properly. zfs lists reports:
Column 1 | Column 2 | Column 3 | Column 4 | E | F | G | H | I | J |
---|---|---|---|---|---|---|---|---|---|
NAME | SIZE | ALLOC | FREE | CKPOINT | EXPANDSZ | FRAG | CAP | DEDUP | HEALTH |
pool | 87.3T | 48.2T | 39.1T | - | - | 0% | 55% | 1.00x | ONLINE |
raidz2-0 | 87.3T | 48.2T | 39.1T | - | - | 0% | 55.20% | - | ONLINE |
But the GUI reporta:
Usable Capacity: 42.16 TiB
- Used: 23.36 TiB
- Available: 18.8 TiB
Why the descrepency and how do I get the missing 20TiB back?
Thanks