[one-users] creating a template with install cd

Daniel Dehennin daniel.dehennin at baby-gnu.org
Mon May 26 09:59:12 PDT 2014


Javier Fontan <jfontan at opennebula.org> 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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 359 bytes
Desc: not available
URL: <http://lists.opennebula.org/pipermail/users-opennebula.org/attachments/20140526/220448e8/attachment.pgp>


More information about the Users mailing list