VMware ESXI – SSD on VMware ESXI 4 (TRIM? Good Idea?)

ssdtrimvmware-esxi

I just posted about finding bottle necks and have narrowed it down to having way too many VMs on my machine on one 15K SAS drive. I have plenty of cores and plenty of ram.

So I am planning on putting 6 VMs on one drive (so 5 drives for 30 VMs). I am thinking of using a 60GB Vertex 2 SSD. Each of my VMs will only need about 6GB of HDD space so this isn't a big deal.

My questions are:

  • does ESXI support Trim and do I really need it if I leave 25% of the drive as free space? If I need it should I get a diff drive that handles garbage collection differently?
  • Is there anything I need to consider regarding SSD's in virtualized environments.

Thanks for any and all help!

UPDATE: So the main question if I use a 60GB drive and leave 20GB free how badly will the drive degrade due to a lack of Trim? What about if I get a drive such as the Kingston SSDNow V+100 with hardware os-independent garbage collection??

Best Answer

ESXi does not support trim directly as noted in the following post:

Trim on intel x25-m G2 when connected by iscsi

There are examples of people using SSD drives on ESX(i) systems, though. My question for you is if you have the ability to actually run with more traditional SAS drives? You could probably support your VM load on 6 drives in a RAID 1+0 setup with 15k drives and a write-caching controller. Are there some other limitations that you're not sharing here?

Related Topic