[
https://issues.apache.org/jira/browse/CLOUDSTACK-4757?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15904305#comment-15904305
]
ASF GitHub Bot commented on CLOUDSTACK-4757:
--------------------------------------------
GitHub user abhinandanprateek reopened a pull request:
https://github.com/apache/cloudstack/pull/1989
WIP: CLOUDSTACK-4757: support for multidisk OVA files
Signed-off-by: Abhinandan Prateek <[email protected]>
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/shapeblue/cloudstack multidisk-OVA
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/cloudstack/pull/1989.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1989
----
commit f8a0494d0420dc6b847e6e2f80139942c31a0847
Author: Abhinandan Prateek <[email protected]>
Date: 2017-03-06T05:04:16Z
support for multidisk OVA files
Signed-off-by: Abhinandan Prateek <[email protected]>
commit b1ba37db6f5ca13e0cd85096745e849af984c162
Author: Abhinandan Prateek <[email protected]>
Date: 2017-03-06T15:18:46Z
multidiskOVA: instrumented code and fixes
commit 9b9f79ae60305542501d5715bac5023ba130a98e
Author: Abhinandan Prateek <[email protected]>
Date: 2017-03-07T05:02:50Z
multidisk-OVA: temporarily fixing, disabling some tests
commit 84982c296f5d9d95e57377b1f01da00ba84d034f
Author: Abhinandan Prateek <[email protected]>
Date: 2017-03-07T08:27:55Z
multidiskOVA add db upgrade scripts
commit 1c00aac33da9cb04d61f9c7148eb0e270e4d5c9a
Author: Abhinandan Prateek <[email protected]>
Date: 2017-03-08T04:43:36Z
multidiskOVA: hitting the VR version issues
----
> Support OVA files with multiple disks for templates
> ---------------------------------------------------
>
> Key: CLOUDSTACK-4757
> URL: https://issues.apache.org/jira/browse/CLOUDSTACK-4757
> Project: CloudStack
> Issue Type: New Feature
> Security Level: Public(Anyone can view this level - this is the
> default.)
> Components: Storage Controller
> Affects Versions: 4.3.0
> Reporter: Likitha Shetty
> Assignee: Likitha Shetty
> Fix For: Future
>
>
> CloudStack volumes and templates are one single virtual disk in case of
> XenServer/XCP and KVM hypervisors since the files used for templates and
> volumes are virtual disks (VHD, QCOW2). However, VMware volumes and templates
> are in OVA format, which are archives that can contain a complete VM
> including multiple VMDKs and other files such as ISOs. And currently,
> Cloudstack only supports Template creation based on OVA files containing a
> single disk. If a user creates a template from a OVA file containing more
> than 1 disk and launches an instance using this template, only the first disk
> is attached to the new instance and other disks are ignored.
> Similarly with uploaded volumes, attaching an uploaded volume that contains
> multiple disks to a VM will result in only one VMDK to being attached to the
> VM.
> This behavior needs to be improved in VMWare to support OVA files with
> multiple disks for both uploaded volumes and templates. i.e. If a user
> creates a template from a OVA file containing more than 1 disk and launches
> an instance using this template, the first disk should be attached to the new
> instance as the ROOT disk and volumes should be created based on other VMDK
> disks in the OVA file and should be attached to the instance.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)