Doubt of space usage zfs pool

Dexter23

Member
Dec 23, 2021
195
15
23
35
Hi
I have see on my "zpool01" in Summary Tab this space usage:
1707724682656.png

if i check on "VM Disks" 1707724715540.png

The total summary is 468,67 GB, so I don't get back the space occupied in the "summary" tab.
Thanks :)
 
Probably raidz1/2/3 without increasing the volblocksize first, snapshots or missing TRIM/discard preventing space from being freed up. Check zfs list -o space and zpool status -v.
 
So 32GB used by Snapshots. Padding overhead isn't a problem as it is a mirror and no raidz1/2/3. But there are 454GB used by refreservation which means you either:
A.) forgot to check the "thin" checkbox when creating that ZFSpool storage so its thick provisioned and the virtual disks always consume the full space and not the amount of space the data on the virtual disks actually need
B.) you forgot to check the "discard" checkbox for the virtual disks when creating the VMs and/or you didn't set up discard/fstrim for every guestOS.