DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.

DUE TO SPAM, SIGN-UP IS DISABLED. Goto Selfserve wiki signup and request an account.
CLOUDSTACK-4757
OVA is an archive or an envelope specification that can contain a complete VM including multiple disks and other files such as ISOs. And CloudStack templates in case of VMware are in OVA format.
CloudStack only supports template creation based on OVA files containing a single disk.
If an Admin/User registers a template using OVA containing more than 1 disk and launches an instance using this template then only the first disk in the OVA is attached to the new instance and the rest of the disks are ignored.
The current behavior needs to be improved to support OVA files with multiple disks
...
VM start orchestration
...
Once started, VM will contain ROOT disk, disks requested by the user in the deployVM API and additional disks contained in the template OVA.
Traditionally in CloudStack, for any resource entity we first make a DB entry and then create the resource. But with the proposed workflow CS will
...
But today in CloudStack, we lack the capability to understand i.e. parse and manipulate OVA format. And hence offloading the import job to hypervisor and using the results (information about additional disks) provided by the hypervisor will be simpler and reliable.
No changes
In a setup that has been upgraded to 4.4 any new VM that is deployed from a template with multiple disks will have multiple volumes attached to it.