On Mon, Sep 30, 2013 at 03:26:54PM +0000, Likitha Shetty wrote: > Chip, > > In Cloudstack, for Xen and KVM hypervisors since the files used for templates > and volumes are virtual disks (VHD, QCOW2) the current CS assumption of > template and volumes containing a single virtual disk seems fine. But since > for VMware the files used for templates and volumes are in OVA format which > is an archive that can contain multiple VMDKs this improvement seems > appropriate only for VMware? > > Thanks, > Likitha
Ok, I see why you are headed down a VMware only path now. That being said, OVF/OVA are actually envelope specs which can contain any disk image type. The key is to either use the native HV OVF/A import capabilities (VMware obviously does this, as does XenServer IIRC), or use a tool like virt-tools to make the embedded meta-data about the included VM useful for the target HV. While I get doing this for VMware only, I'd ask that the implementation be designed to potentially work with the other HVs. Make sense?