vm disk size

amk316

New Member
Feb 9, 2024
4
0
1
hello
i have a vm with OPNsense and i do a weekly backup for it.
the problem is the backup size only increase every week and don't decrease like other vms i have.
i have installed QEMU Guest Agent and check the "discard" option on the thin provisioning hard disk like the other vms.
any idea how to solve this?
 
i have a vm with OPNsense and i do a weekly backup for it.
the problem is the backup size only increase every week and don't decrease like other vms i have.
i have installed QEMU Guest Agent and check the "discard" option on the thin provisioning hard disk like the other vms.
Do you run some kind of trimming inside the VM? Otherwise the thin storage underneath does not know which blocks to discard.
 
did not run any
the other linux and windows vms also i did not run any command but they are trimmed!!! just install the agent and everything is ok
 
did not run any
the other linux and windows vms also i did not run any command but they are trimmed!!! just install the agent and everything is ok
Yes, but those are other operating systems that use other filesystems, which are not Copy-On-Write. Try trimming the ZFS pool(s) inside your OPNsense VM? I don't know much about OPNSense, so I hope you can determine how to do it regularly and complain to them that it does not do it automatically.
 
root@OPNsense:~ # zpool status -t zroot
pool: zroot
state: ONLINE
config:

NAME STATE READ WRITE CKSUM
zroot ONLINE 0 0 0
ada0p4 ONLINE 0 0 0 (untrimmed)

errors: No known data errors