Hi,
I've noticed that my vm-200-disk-0 eats up 6 TB of disk space although it's disk is set to 3 TB only:
It is caused by the "refreservation" property, which is twice the size of the VM disks for all VMs.
Why is this?
I've noticed that my vm-200-disk-0 eats up 6 TB of disk space although it's disk is set to 3 TB only:
Code:
root@pve1 ~# zfs list
NAME USED AVAIL REFER MOUNTPOINT
rpool 12.7G 202G 104K /rpool
rpool/ROOT 12.7G 202G 96K /rpool/ROOT
rpool/ROOT/pve-1 12.7G 202G 12.7G /
rpool/data 96K 202G 96K /rpool/data
vmpool 6.40T 360G 192K /vmpool
vmpool/subvol-100-disk-0 983M 360G 983M /vmpool/subvol-100-disk-0
vmpool/subvol-303-disk-0 2.11G 30.0G 1.98G /vmpool/subvol-303-disk-0
vmpool/vm-101-disk-0 65.0G 414G 10.4G -
vmpool/vm-200-disk-0 6.13T 6.44T 38.8G -
vmpool/vm-700-disk-0 49.2G 392G 10.7G -
vmpool/vm-800-disk-0 32.5G 392G 112K -
vmpool/vm-900-disk-0 130G 484G 5.18G -
root@pve1 ~# zfs get refreservation vmpool/vm-200-disk-0
NAME PROPERTY VALUE SOURCE
vmpool/vm-200-disk-0 refreservation 6.09T local
root@pve1 ~# zfs get refreservation vmpool/vm-101-disk-0
NAME PROPERTY VALUE SOURCE
vmpool/vm-101-disk-0 refreservation 65.0G local
root@pve1 ~# zfs get refreservation vmpool/vm-900-disk-0
NAME PROPERTY VALUE SOURCE
vmpool/vm-900-disk-0 refreservation 130G local
It is caused by the "refreservation" property, which is twice the size of the VM disks for all VMs.
Why is this?