Hi, I am currently running a backup job from from two PVE 7.2-11 nodes to a PBS 2.2-6 server.
As an example, one VM is running Windows server with one 35GB disk, and one 300GB disk. The 300GB disk is formatted empty.
Storage on the PVE node is LVM-thin and shows minimal usage, in line with the actual data on disks, however a backup of the above VM is 360GB is size.
The 300GB disk has SSD emulation and Discard enabled, and is running Windows 10.
From what I have read I shouldn't need to run any manual trim commands; why is the backup still so large? Or is that size not the true backup size?
This is the backup configuration:
Thanks for any help!
As an example, one VM is running Windows server with one 35GB disk, and one 300GB disk. The 300GB disk is formatted empty.
Storage on the PVE node is LVM-thin and shows minimal usage, in line with the actual data on disks, however a backup of the above VM is 360GB is size.
The 300GB disk has SSD emulation and Discard enabled, and is running Windows 10.
From what I have read I shouldn't need to run any manual trim commands; why is the backup still so large? Or is that size not the true backup size?
This is the backup configuration:
Code:
()
agent: 1
boot: order=scsi0;net0
cores: 2
memory: 4092
meta: creation-qemu=6.2.0,ctime=1657416664
name: DELTA
net0: virtio=CA:15:1C:4C:B5:CD,bridge=vmbr0,firewall=1
numa: 0
onboot: 1
ostype: win10
scsi0: local-lvm:vm-105-disk-0,discard=on,format=raw,size=35G,ssd=1
scsi1: local-lvm:vm-105-disk-2,discard=on,size=300G,ssd=1
scsihw: virtio-scsi-pci
smbios1: uuid=f4047ad8-2e28-4e6b-88ff-55c4f1161caa
sockets: 2
vmgenid: 2a0548d4-edac-447f-8a47-6087eb2d704e
#qmdump#map:scsi0:drive-scsi0:local-lvm:raw:
#qmdump#map:scsi1:drive-scsi1:local-lvm:raw:
Thanks for any help!