Bug #947
Error while creating deployment file with vmware hypervisor, when add iso file(cdrom)
| Status: | Closed | Start date: | 10/30/2011 | |
|---|---|---|---|---|
| Priority: | High | Due date: | ||
| Assignee: | - | % Done: | 0% | |
| Category: | Core & System | |||
| Target version: | Release 3.2 | |||
| Resolution: | Pull request: | |||
| Affected Versions: | OpenNebula 3.0 | 
Description
Dear all,
I use OpenNebula 3.0.0 and VMware drivers 2.9.80 (Addon 3.0.0 Beta 1)
The following is my deployment file
<domain type='vmware'>
<name>one-10</name>
<vcpu>1</vcpu>
<memory>262144</memory>
<os>
<type arch='i686'>hvm</type>
</os>
<devices>
<disk type='file' device='cdrom'>
<source file=[images] 10/images/disk.0.iso'/>
<target dev='hdc' bus='ide'/>
<driver name='lsilogic'/>
<readonly/>
</disk>
<disk type='file' device='disk'>
<source file='[images] 10/images/disk.1/disk.vmdk'/>
<target dev='sda' bus='scsi'/>
<driver name='lsilogic'/>
</disk>
<interface type='bridge'>
<source bridge='VM Network'/>
<mac address='02:00:c0:a8:ff:c1'/>
</interface>
</devices>
</domain>
- Here are the errors:
 1/ [images] 0/images/disk.0.iso' missing " ' "
 2/ [images] 0/images/disk.0.iso, but file is created missing .iso
- If not add iso file (cdrom), boot from file .vmdk running well.
- I checked versions opennebula 2.9.85, 2.9.90, 3.0.0 there are errors on.
 I believe this is a bug of the system
 I am very urgently, expect people and team OpenNebula help.
 My english is bad
 Thanks advande
Related issues
History
#1
     Updated by Carlos MartÃn over 9 years ago
    Updated by Carlos MartÃn over 9 years ago
    - Status changed from New to Closed