Javier Fontan <[email protected]> writes: > Set in ubuntu CDROM the TARGET to hda. The bios should catch it. Also > make sure that the cd driver is raw: > > TARGET="hda" > DRIVER="raw"
It's not working here after an upgrade to 4.6, this template was
working on 4.4:
#+begin_src
<disk type='file' device='disk'>
<source file='/var/lib/one//datastores/101/65/disk.0'/>
<target dev='vda'/>
<driver name='qemu' type='qcow2' cache='writeback' io='native'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/var/lib/one//datastores/101/65/disk.1'/>
<target dev='hda'/>
<readonly/>
<driver name='qemu' type='raw' cache='none'/>
</disk>
<disk type='file' device='cdrom'>
<source file='/var/lib/one//datastores/101/65/disk.2'/>
<target dev='hdb'/>
<readonly/>
<driver name='qemu' type='raw'/>
</disk>
#+end_src
It could be the qemu backport to 2.0 which makes problem.
Regards.
--
Daniel Dehennin
Récupérer ma clef GPG: gpg --recv-keys 0xCC1E9E5B7A6FE2DF
Fingerprint: 3E69 014E 5C23 50E8 9ED6 2AAD CC1E 9E5B 7A6F E2DF
signature.asc
Description: PGP signature
_______________________________________________ Users mailing list [email protected] http://lists.opennebula.org/listinfo.cgi/users-opennebula.org
