VMware Cloud Community
esujit
Contributor
Contributor

VMDK not included in the OVA

Here is the situation.

We have a VM which has two disks (VMDK) bundled in a OVA.

The first disk is where all the software is installed. The second disk is the data disk.

The software initializes the second disk after boot.

The second disk is not required to boot the VM.

Is there a way I can describe in the OVF  the size of the second disk required but not include the VMDK.

During installation of the VM the VMDK file of appropriate size could be provided by the ESXi hypervisor.

Any pointers for such configuration would be helpful.

Thanks

0 Kudos
2 Replies
vmroyale
Immortal
Immortal

What if you just included the data disk as a thin provisioned disk? That should give you a VMDK with the absolute minimal space required.

Brian Atkinson | vExpert | VMTN Moderator | Author of "VCP5-DCV VMware Certified Professional-Data Center Virtualization on vSphere 5.5 Study Guide: VCP-550" | @vmroyale | http://vmroyale.com
0 Kudos
esujit
Contributor
Contributor

That is what we do right now.

However we want to vary the second disk size depending on certain parameters.

If the disk size can be varied in the OVF without packaging VMDK then it gives us great flexibility in sizing & packaging it.

0 Kudos