Microsoft Virtualization Discussions

The Thin provision fallacy

droach
3,775 Views

Thin provisioning sure sounds like a good idea, too bad that over time the storage system can’t tell what is actually unused space.  Without this ‘knowledge’ the storage system cannot reclaim the unused space and this renders the process of thin provisioning practically useless.

 

With a thin provisioned volume what you really end up with is an ever increasing high-water mark being set on the used space in your volumes.  The problem is that the operating systems that are using the storage system (ESX in my world) don’t tell the storage system what they delete or mark as free space.  Without this communication between the hosts and the storage system, thin provisioning is only a poorly implemented good idea.

There are ‘hacks’ out there that will go and write zeros across the LUNs.   By writing zeros to large sections of the LUNS the storage system can tell that the space is unused.  But, if you are going to implement a feature of your storage system you shouldn’t have to rely on a hack to make it really work.  Seems more than a little deceptive to me.  I am curious how others are dealing with the thin provisioning fallacy.

6 REPLIES 6

aborzenkov
3,775 Views

There is SCSI UNMAP which is gradually starting to be supported by both storage vendors and OS vendors.

scottgelb
3,775 Views

Good points and a challenge for many vendors. With ntfs and snapdrive there is space reclamation to deal with this from the host side. With virtualized hosts we still see 50% or more dedup which helps and thin give that space back to the volume

radek_kubka
3,775 Views

Well, the first thing which springs to my mind - ever considered using NFS shares, rather than LUNs for ESX?

Other than that, you can find some details about UNMAP feature in vSphere 5 here:

https://communities.netapp.com/blogs/luke/2011/09/09/vaai-in-vsphere-50-part-1

There is some discussion in the comments about issues with UNMAP, but apparently it got resolved in ESXi 5.0 Patch 02.

Regards,

Radek

radek_kubka
3,775 Views

resolved in ESXi 5.0 Patch 02.

hmm, just reading VMware KB: "This patch resolves the issue by disabling the space reclamation feature, by default" - not the kind of resolution I was hoping for...

aborzenkov
3,775 Views

Unfortunately, NFS does not really help as long as VMDK are not deleted; nor UNMAP support in ESX5. Here we need explicit support from hypervisor first. I am not sure whether ESX offers any right now; I hope it is on their roadmap.

radek_kubka
3,775 Views

NFS does not really help as long as VMDK are not deleted

yes, sure - but if we are talking about white space within VMDKs (not within datastore), then in a case SnapDrive for Windows space reclamation (hole punching) may help.

Public