#Automatic Space Reclaim with Thin Disks in vSphere with NFS
1 messages · Page 1 of 1 (latest)
this has been explained before. When you delete data in a VM, that is on the "guest" filesystem. If using windows, that underlying guest filesystem is NTFS. Look at how it actually works. When you "delete" a file, you do not really delete anything. If I recall, the OS renames the file (replaces the first character) and then you no longer see it. It is still there. That is how the "undelete" programs typically work. They find those files and mark to recover. If you really want to "recover" the space, you need to get any utility that actually "zeros" out the unused space.
either that, or snapshots keep the vmdk files locked. Anyways, using NFSv4 for ESX datastores is a very bad idea, you almost certainly will have trouble with that during failover, ONTAP updates, etc.
Thanks!!!