Using storage vMotion or using an Extent to gain space on the LUN
VMFS – Virtual Machine File Cluster with a possibility to dynamically expand a volume.
I found this video on YouTube, where Satyam Vaghani – Senior VMware Engineer – explains which choice customers are having when they short on space on their LUN.
Basically the VMFS file system has the possibility to make your datastore larger by adding an extend. This is easy to implement solution for customers which are running short on space on their production LUN for example. But in general what I read on the communities is to avoid using extents as much as possible.
The other solution is using storage vMotion technology and evacuate some of the VMs which reside on that LUN somewhere else. But when the LUN gets quite full this couls make quite a lot of time to proceed, that’s why using extends is a simpler operation for the customer.
But the best practice would be to create separate VMFS Partitions and spread the VMs over these LUNs..
You can have a look at this KB if you’re worried about safety for your Data by using extents and there is also a step-by-step. http://kb.vmware.com/kb/1884
Best practice PDF on using VMFS.
When you can’t use storage vMotion you can also resize your LUN on your SAN if the SAN supports that. If yes you can just follow the detailed how-to on Duncan’s blog here… -:). Otherwise to not complicate your life, just use extent.
Related Posts :
Thin provisioning can save you a LOTs of SAN space. You know that storage space on a SAN its exp ...
There is a time when you need to check for a space remaining on your SAN or shared storage. Why? ...
This presentation shows some super demo about the Storage VMotion. It's presented by Todd Muirhe ...
Sometimes you just want to disable shrinking of VMdk for certain VMs. How do you do that? Befor ...
Thin provisionning is a subject which passions me a lot. So when I saw an article written by Gab ...
Other posts from Server Virtualization
- Adding second service console via CLI
- Disable web access on VMware vCenter
- VMware ESX - Configuration of Service console via CLI
- Basic VMware ESX CLI networking commands
- How to change the default location of updates in vCenter
- Did you know that ESX 3.5 general support will end in less than 90 days?
- Starwind iSCSI HA Connection to ESX Server
- See a list of Storage Array Type Plugins on ESX Server
- New whitepaper released on PVSCSI
- Enable Jumbo Frames in ESXi 4
- How-to troubleshoot iSCSI connection to your SAN
- Starwind with ISCSI SAN Software can do High Availability for you...
- Overview Video from the new vSphere Pro video training from Train Signal
- New upgrade webpage for ESXi 4 pushes us to the right direction?
- You know how to collect diag information when your ESXi does PSOD?
- Use PVSCSI or not for lower intensive workloads
- Hardening guides for vSphere 4
- NTLDR missing - silly but can happend
- How To Shrink VMware Virtual Disk Files and disable shrinking
- vSphere Quick Start guide bonus download..
- ESXi - the past, the present and the future
- Farm commander - management tool for VI and TS or Citrix Farms
- How to collect log information from vCenter Server 4
- How to know where is my VM if vCenter is down?
- New patches for ESX 4 and ESXi 4
- Use VMware Converter to import 3rd party VMs, for example Virtual Iron's VMs
- Windows XP installation as a VM - trouble to see the disk or not?
- Vmware HCL for ESXi 4
- Time keeping for Windows VM's best practices
- Virtu-Al releasing 3rd update of PowerPack



















I had to use Extents at a revious company and this caused a lot of heartache. We had an issue where the SAN LUNs disappeared. After adding them back in, ESX thought these LUNs were snapshots and rewrote the partition table. Normally not a big deal when it's only one LUN. But if you are using a Datastore with 2 or more LUNs, that's a problem. After spending 18 horus on teh phone with a VMWare storage Guru we got it back. He actually had to modify the Hex Headers of each disk to get it back. We almost lost 200+ VMs becasue of Extents. I vowed at that point to never use them again.
Carl,
What a experience ! Now I see why everybody is avoiding using extents.