Issue Details (XML | Word | Printable)

Key: ABICLOUD-210
Type: Bug Bug
Status: Closed Closed
Resolution: Fixed
Priority: Critical Critical
Assignee: Pedro Navarro Pérez
Reporter: Diego Parrilla
Votes: 0
Watchers: 0
Operations

If you were logged in you would be able to see more operations.
Abiquo

Hard disk controller entry in OVF is not recognized

Created: 05/Oct/09 01:43 PM   Updated: 16/Oct/09 03:28 PM   Resolved: 13/Oct/09 09:37 AM
Component/s: Virtualization
Affects Version/s: abiCloud-0.8.0
Fix Version/s: abicloud-1.0.0PR

Time Tracking:
Not Specified


 Description  « Hide
If you create a OVF file descriptor with the following information about the hard disk controller:

      <Item>
        <rasd:Address>0</rasd:Address>
        <rasd:Description>SCSI Controller</rasd:Description>
        <rasd:ElementName>scsi0</rasd:ElementName>
        <rasd:InstanceID>3</rasd:InstanceID>
        <rasd:ResourceSubType>lsilogic</rasd:ResourceSubType>
        <rasd:ResourceType>6</rasd:ResourceType>
      </Item>

In VirtualBox, this information is not applied in the configuration of the Virtual Machine.

For all the hypervisor, it should be created a Hard Disk controller according to the information provided by the OVF, and no assumption about the hard disk controller should be done.

At this moment, it seems that the virtual machines created for each hypervisor uses the default controller and this is not correct. It should use the controller provided in the OVF.

If no information about the controller is provided. then it should be assigned the 'lsilogic' controller by default, because it's the one that guarantees that will work in all the hypervisors.

There are no comments yet on this issue.