Thanks, the solution resolved the problem.<br><br><div class="gmail_quote">On Sat, Oct 30, 2010 at 12:24 AM, Javier Fontan <span dir="ltr"><<a href="mailto:jfontan@gmail.com">jfontan@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Please, try this change<br>
<a href="http://lists.opennebula.org/pipermail/users-opennebula.org/2010-October/003134.html" target="_blank">http://lists.opennebula.org/pipermail/users-opennebula.org/2010-October/003134.html</a>.<br>
Will be in the next patch release if it works as expected.<br>
<div><div></div><div class="h5"><br>
On Fri, Oct 29, 2010 at 4:01 PM, Paul Piscuc <<a href="mailto:paul.piscuc@sinergetic.ro">paul.piscuc@sinergetic.ro</a>> wrote:<br>
> Hi,<br>
> We are having a small issue regarding opennebula + xen + lvm. The problem is<br>
> that when one generates the deployment file appends to the context disk<br>
> 'tap:aio', instead of 'file'. When deploying the VM, everything works,<br>
> except for the fact that the VM doesn't recognize the context iso. When we<br>
> modify that line to read 'file:' instead of 'tap:aio', the context is<br>
> mounted succesfully.<br>
> Here is our context:<br>
> CONTEXT = [<br>
> TYPE = "BLOCK",<br>
> hostname = $NAME,<br>
> ip_public = "10.11.12.6",<br>
> ip_netmask = "255.255.255.0",<br>
> ip_gw = "10.11.12.1",<br>
> files="/vms_configuration/init.sh",<br>
> target="hda1",<br>
> netloc="/etc/network/interfaces",<br>
> hostloc="/etc/hostname"<br>
> ]<br>
> The generated deployment file has the following:<br>
> disk = [<br>
>     'phy:/var/lib/one//6/images/disk.0,sda1,w',<br>
>     'phy:/var/lib/one//6/images/disk.1,sda2,w',<br>
>     'tap:aio:/var/lib/one//6/images/disk.2,hda1,r',<br>
> ]<br>
> Xen succesfully mounts the tap:aio, but it is not recognized by the VM. When<br>
> I modify the context line to:<br>
>  'file:/var/lib/one//6/images/disk.2,hda1,r',<br>
> everything works fine.<br>
</div></div>> _______________________________________________<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>
><br>
<font color="#888888"><br>
<br>
<br>
--<br>
Javier Fontan, Grid & Virtualization Technology Engineer/Researcher<br>
DSA Research Group: <a href="http://dsa-research.org" target="_blank">http://dsa-research.org</a><br>
Globus GridWay Metascheduler: <a href="http://www.GridWay.org" target="_blank">http://www.GridWay.org</a><br>
OpenNebula Virtual Infrastructure Engine: <a href="http://www.OpenNebula.org" target="_blank">http://www.OpenNebula.org</a><br>
</font></blockquote></div><br>