I would not provision a disk that large to HA unless you absolutely need to. If it is for backup purposes, rethink your backup strategy (keep the backups away from your VM)
@fleskefjes is right. I personally have disk size set to 48GB, but it only after years of usage, when all add-ons and backups consumed old 32GB allocated…
Reclainng this space might be a bit tricky now. I’m not ESX expert, but few strategies I can imagine:
Backing up your HA configuration using internal backup, creating new machine with smaaller disk and restoring configuration from backup.
Using external backup tool (like Synology Active Backup), that uses ESX snapshots, to backup whole machine and restore it server as new VM. Reducing the disk space to something reasonable prior to booting it for the first time. Though I’m not 100% sure if this do the trick
I would think this is the easiest way, but of course make sure that you export the backup first. You could have the old vm powered off, and then delete it once you are up and running correctly on the new vm.
Veeam takes backup of the vmdk. Use the HA backup feature, export it and then re-import it to a fresh vm with less disk space. 60 GB should be more than enough for most users.
Your screenshot shows 69GB, but the sizing is up to you. There is nothing to be wary about, you don’t need to delete the original vm until you are satisfied the result is what you want. Just turn it off.
I just tried to use Veeam and it was set to skip any unused space however it still copied it all, thats odd it usually works, there is something about the space in this VMDK/file system that is not right.
It’s all explained in the support article I linked you. Since the blocks are not zeroed, the vmdk shows it as consumed space. The blocks contain data, it’s just that HAOS (not veeam) knows that the blocks are available to overwrite (“free space” in HAOS). Veeam is not the correct tool for this. Use the method I outlined earlier. When you have a new vm up and running, then Veeam is perfect (I use it myself).
IIRC Veeam usually ignores deleted but not zeroed blocks on certain operations. Its a shame HA has no way of zeroing out the deleted blocks and I need to reinstall to resolve this
Still 1tb I tried resizing with Gparted however that didnt shrink the file system so I have gone back to a backup, more research required as im not super experienced with ext4