Hi,<br><br>It looks like a bug, we've opened a ticket [1].<br><br>Thanks for the feedback!<br><br>[1] <a href="http://dev.opennebula.org/issues/767">http://dev.opennebula.org/issues/767</a><br><br clear="all"><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px">--<br>

Carlos Martín, MSc<br>Project Major Contributor<br><span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span> - The Open Source Toolkit for Cloud Computing<br>

<a href="http://www.opennebula.org/" style="color:rgb(42, 93, 176)" target="_blank">www.<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">OpenNebula</span>.org</a> | <a href="mailto:cmartin@opennebula.org" style="color:rgb(42, 93, 176)" target="_blank">cmartin@<span style="background-color:rgb(255, 255, 204);color:rgb(34, 34, 34);background-repeat:initial initial">opennebula</span>.org</a></span><br>


<br><br><div class="gmail_quote">On Wed, Aug 3, 2011 at 7:19 AM, Anoj Pillai <span dir="ltr"><<a href="mailto:anojsp@gmail.com">anojsp@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

<div>I  have a working instance of Openebula 3.0 (2.9.80) on Ubuntu Server 11.04 with KVM </div><div> </div><div>The following error occurs during the deployment of a VM  based on a virtual machine template with a floppy disk image mapped </div>


<div> </div><div>[VMM][I]: Generating deployment file: /srv/cloud/one/var/20/deployment.0<br>[VMM][I]: Command execution fail: 'if [ -x "/var/tmp/one/vmm/kvm/deploy" ]; then /var/tmp/one/vmm/kvm/deploy /srv/cloud/one/var//20/images/deployment.0 node1 20 node1; else                              exit 42; fi'<br>


[VMM][I]: error: Failed to create domain from /srv/cloud/one/var//20/images/deployment.0<br>[VMM][I]: error: internal error Invalid harddisk device name: fda<br></div><div>Here is how the floppy disk was defined in the vm template. </div>


<div> </div><div>DISK=[<br>  BUS=fdc,<br>  CLONE=no,<br>  SOURCE=/srv/cloud/one/iso/virtio-win-1.1.16.vfd,<br>  TARGET=fda,<br>  TYPE=floppy ]<br></div><div>The device node in deployment file generated is .. </div><div> </div>


<div>                <disk type='file' device='disk'><br>                        <source file='/srv/cloud/one/var//20/images/disk.1'/><br>                        <target dev='fda' bus='fdc'/><br>


                        <driver name='qemu' type='raw' cache='default'/><br>                </disk><br></div><div>I couldnt help notice the device attribute is set as disk despite the DISK type being set as floppy in vm template.. </div>


<div> </div><div>I was able to work around the issue passing the fdc configuration using RAW DATA (below)</div><div> </div><div>RAW=[<br>  DATA="<devices><sound model='ich6'/> <disk type='file' device='floppy'><driver name='qemu' type='raw'/><source file='/srv/cloud/one/iso/virtio-win-1.1.16.vfd'/><target dev='fda' bus='fdc'/><address type='drive' controller='0' bus='0' unit='0'/></disk><controller type='fdc' index='0'/></devices>",<br>


  TYPE=KVM ]</div><div> </div><div>However by doing so i loose all the Image management benefits offerered by One.. Is there a different approach i should use to try and map the floppy disk image in the VM template ?</div>


<div> </div><div>Thanks </div><div>Anjoe</div>
<br>_______________________________________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/listinfo.cgi/users-opennebula.org</a><br>
<br></blockquote></div><br>