Hello,
Not sure if this is correct behavior.
VM 101
Assigned disk
Actual disk usage
vzdump size
+++++++++++++++++++++++++++++++++++++++++++++++
VM 105
Assigned disk
Actual disk usage
vzdump size
If you notice closely, the vzdump size is less then actual disk usage for VM 105, which is not the case with VM 101
Both VM is pretty much identical in term of configuration
Ubuntu Cloud image 16.04
pve-manager 5.2-1
Any input would be greatly appreciated.
Not sure if this is correct behavior.
VM 101
Assigned disk
Code:
$ sudo qm config 101 | grep ^scsi0
scsi0: data:101/vm-101-disk-1.qcow2,size=53452M
Actual disk usage
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 51G 20G 32G 38% /
vzdump size
Code:
28G vzdump-qemu-101-2018_09_26-13_30_02.vma.lzo
+++++++++++++++++++++++++++++++++++++++++++++++
VM 105
Assigned disk
Code:
$ sudo qm config 105 | grep ^scsi0
scsi0: data:105/vm-105-disk-1.qcow2,size=27852M
Actual disk usage
Code:
Filesystem Size Used Avail Use% Mounted on
/dev/sda1 27G 19G 7.5G 72% /
vzdump size
Code:
9.3G vzdump-qemu-105-2018_09_26-13_45_13.vma.lzo
If you notice closely, the vzdump size is less then actual disk usage for VM 105, which is not the case with VM 101
Both VM is pretty much identical in term of configuration
Ubuntu Cloud image 16.04
pve-manager 5.2-1
Any input would be greatly appreciated.