Hi all,<div><br></div><div>This refers to <a href="http://dev.opennebula.org/issues/348">http://dev.opennebula.org/issues/348</a>.</div><div><br></div><div>There is a new DRIVER attribute for DISK. The DRIVER can be used to specify custom drivers for images. Example</div>

<div><br></div><div>DISK = [ driver = "tap2:aio:", source="path_to_image", target="hda1"]</div><div><br></div><div>So it gets transformed to:</div><div><div>disk = [</div><div>    'tap2:aio:path_to_image,sda1,w',</div>

<div>]</div></div><div><br></div><div>This attribute is also supported by the image repository. So you can add driver="file:" to an image template, or add it to an existing one using oneimage update. Also you can specify it in the VM template as:</div>

<div><br></div><div>DISK = [ image="myimage", driver="file:"]</div><div><br></div><div>The DRIVER is also supported by CONTEXT devices just added as:</div><div><br></div><div>CONTEXT = [ driver = "file:" ,... ]</div>

<div><br></div><div>Finally, the driver defaults to "tap:aio:" you can change the default for all the images including context in $ONE_LOCATION/etc/vmm_ssh/vmm_ssh_xen.conf </div><div><br></div><div>Any feedback is more than welcome!</div>

<div><br></div><div>Cheers</div><div><br></div><div>Ruben</div><div><br>-- <br>Dr. Ruben Santiago Montero<br>Associate Professor (Profesor Titular), Complutense University of Madrid<br><br>URL: <a href="http://dsa-research.org/doku.php?id=people:ruben" target="_blank">http://dsa-research.org/doku.php?id=people:ruben</a><br>

Weblog: <a href="http://blog.dsa-research.org/?author=7" target="_blank">http://blog.dsa-research.org/?author=7</a><br>
</div>