I've been running Proxmox VE (currently 7.3-4) for a while now and installing/removing VMs for testing. I just noticed when I tried to do a NextCloud VM with 2.5 TB of storage that my data store showed it was out of space even though it had over 3.5 TB free. I was able to install by using 2 TB of storage instead.
The problem is that the amount of space used by the VMs already installed doesn't add up to use up all the space. I had 2 VMs and 1 container with the following allocations:
vm-102-disk-0 = 34.36 GB
vm-105-disk-0 = 34.36 GB
subvol-104-disk-0 = 34.46 GB
The new VM, 101, has a disk size of 2.15 TB. All together, the data store shows I'm using 4.01 TB out of 4.66 TB. I get this output from "zfs list -o space":
Could there be lingering files from all the VM installs and removals? If so, how do I clean them up?
The problem is that the amount of space used by the VMs already installed doesn't add up to use up all the space. I had 2 VMs and 1 container with the following allocations:
vm-102-disk-0 = 34.36 GB
vm-105-disk-0 = 34.36 GB
subvol-104-disk-0 = 34.46 GB
The new VM, 101, has a disk size of 2.15 TB. All together, the data store shows I'm using 4.01 TB out of 4.66 TB. I get this output from "zfs list -o space":
Code:
NAME AVAIL USED USEDSNAP USEDDS USEDREFRESERV USEDCHILD
Data_Store2 602G 3.65T 0B 185K 0B 3.65T
Data_Store2/subvol-104-disk-0 31.3G 678M 0B 678M 0B 0B
Data_Store2/vm-101-disk-0 4.11T 3.53T 0B 6.64G 3.53T 0B
Data_Store2/vm-102-disk-0 635G 57.9G 0B 25.0G 32.9G 0B
Data_Store2/vm-105-disk-0 658G 57.9G 0B 1.57G 56.3G 0B
Could there be lingering files from all the VM installs and removals? If so, how do I clean them up?