Hi,<div><br></div><div>We are having a small issue regarding opennebula + xen + lvm. The problem is that when one generates the deployment file appends to the context disk 'tap:aio', instead of 'file'. When deploying the VM, everything works, except for the fact that the VM doesn't recognize the context iso. When we modify that line to read 'file:' instead of 'tap:aio', the context is mounted succesfully.</div>

<div><br></div><div>Here is our context:</div><div><div>CONTEXT = [</div><div>TYPE = "BLOCK",</div><div>hostname = $NAME,</div><div>ip_public = "10.11.12.6",</div><div>ip_netmask = "255.255.255.0",</div>

<div>ip_gw = "10.11.12.1",</div><div>files="/vms_configuration/init.sh",</div><div>target="hda1",</div><div>netloc="/etc/network/interfaces",</div><div>hostloc="/etc/hostname"</div>

<div>]</div></div><div><br></div><div>The generated deployment file has the following:</div><div><div>disk = [</div><div>    'phy:/var/lib/one//6/images/disk.0,sda1,w',</div><div>    'phy:/var/lib/one//6/images/disk.1,sda2,w',</div>

<div>    'tap:aio:/var/lib/one//6/images/disk.2,hda1,r',</div><div>]</div><div><br></div></div><div>Xen succesfully mounts the tap:aio, but it is not recognized by the VM. When I modify the context line to:</div>
<div>
 'file:/var/lib/one//6/images/disk.2,hda1,r',</div><div>everything works fine.</div>