I'm seeing a problem on one of our Proxmox (5.4-13) systems that is using ZRAID-2.  The free space on the server dropped to 0 and halted all of the guest VMs.  After deleting an expendable VM, the other guests could start again.  When investigating why the disk usage dropped to 0, I came across something that I couldn't figure out.  zfs list shows:
	
	
	
		
So, I have a few questions:
				
			
		Code:
	
	NAME                       USED  AVAIL  REFER  MOUNTPOINT
rpool                     8.68T  1.57T   222K  /rpool
rpool/ROOT                1.49G  1.57T   205K  /rpool/ROOT
rpool/ROOT/pve-1          1.49G  1.57T  1.49G  /
rpool/data                8.67T  1.57T   205K  /rpool/data
rpool/data/vm-100-disk-0  1.38T  1.57T  1.38T  -
rpool/data/vm-101-disk-0  1.68T  1.57T  1.68T  -
rpool/data/vm-102-disk-0  2.71T  1.57T  2.71T  -
rpool/data/vm-104-disk-0  1.41T  1.57T  1.41T  -
rpool/data/vm-105-disk-0  1.50T  1.57T  1.50T  -- All of the guests show disk usage at ~150GB, why are the "used" sizes at 1.5TB? Or in the case of vm-102, why or how could the used size of 2.7TB be greater than the provisioned disk size of 1.6TB?
- Is there anything that we can do to shrink the size of the volumes?
- Is there something we should configure to prevent this from happening in the future?
 
	 
	 
 
		