I created a Windows Server 2019 VM with a 120GB C: drive. After the VM was created I added a 60TB drive and formatted it with NTFS. This 60TB drive is a raw file on a ZFS pool. The issue I'm having is that even though in Windows the D: drive is showing 11TB used and 49TB free when I look at the zpool in Proxmox's web UI it is showing 38TB allocated and 58 TB free. There are no other VM disks on the zpool. Why is there such a large discrepancy? lz4 compression is enabled on the zpool but this doesn't explain the discrepancy because it also shows the compression ratio as 1.00x; in other words 0% saved via compression, as expected with a single raw file.
This is a RAIDZ2 zpool of 12x 8TB drives. It shows in Proxmox web UI:
Size: 96.02TB, Free: 58.06TB, Allocated 37.96%, Fragmented: 0%
When I run zfs list -r zpool I get:
zpool/vm-100-disk-0, Used: 26.3T, Avail: 38.1T, Refer: 219K
I'm not sure which numbers to trust.
This is a RAIDZ2 zpool of 12x 8TB drives. It shows in Proxmox web UI:
Size: 96.02TB, Free: 58.06TB, Allocated 37.96%, Fragmented: 0%
When I run zfs list -r zpool I get:
zpool/vm-100-disk-0, Used: 26.3T, Avail: 38.1T, Refer: 219K
I'm not sure which numbers to trust.
Last edited: