We have a four disk zraid2 pool with 4 3T drives.
According to this we are at 81% utilisation. However, I cannot seem to find where the space has gone:
If I understand this correctly then the total disk space used should be 4.17T. When I check the size of our snapshots then I see this:
Which is just over one Tb. That plus the free space amounts to 3.1 Tb. Where is the other Tb?
Code:
NAME SIZE ALLOC FREE CKPOINT EXPANDSZ FRAG CAP DEDUP HEALTH ALTROOT
bootpool 1.98G 284M 1.71G - - 15% 13% 1.00x ONLINE -
zroot 10.6T 8.61T 2.02T - - 57% 81% 1.00x ONLINE -
According to this we are at 81% utilisation. However, I cannot seem to find where the space has gone:
Code:
zfs list -o space -r zroot | sort -hk3
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
. . .
zroot/vm/inet16/disk0 836G 284G 218G 65.5G 0 0
zroot/vm/inet14 836G 475G 645K 151K 0 475G
zroot/vm/inet14/disk0 836G 475G 374G 101G 0 0
zroot/vm/inet19 836G 539G 1.26M 169K 0 539G
zroot/vm/inet19/disk0 836G 539G 328G 210G 0 0
zroot/vm/inet18 836G 612G 732K 157K 0 612G
zroot/vm/inet18/disk0 836G 612G 499G 112G 0 0
zroot/vm/inet13 836G 647G 1.24M 169K 0 647G
zroot/vm/inet13/disk0 836G 647G 461G 185G 0 0
zroot/vm/inet17 836G 1.36T 1.47M 169K 0 1.36T
zroot/vm/inet17/disk0 836G 1.36T 1006G 391G 0 0
zroot/vm 836G 4.12T 738K 10.7G 0 4.10T
zroot 836G 4.17T 0 140K 0 4.17T
If I understand this correctly then the total disk space used should be 4.17T. When I check the size of our snapshots then I see this:
Code:
zfs list -p -t snapshot -o space -r zroot | awk '{ total += $3 }; END { print total }'
1088709139584
Which is just over one Tb. That plus the free space amounts to 3.1 Tb. Where is the other Tb?