<div dir="ltr">Hi,<div><br></div><div style>1st problem:</div><div style>Extending $VMID is not supported as you said, but might be a good idea to do it for some attributes. Please open a request at <a href="http://dev.opennebula.org">dev.opennebula.org</a> so we can consider it for future versions.</div>

<div style><br></div><div style>Meanwhile, I think you can safely edit the deployment file in the vmm drivers, just before the deployment.</div><div style><br></div><div style>2nd problem:</div><div style>The VM dir in the front-end is "/var/lib/one/vms/<vm-id>"</div>

<div style><br></div><div style>The remote vm dir is built with the data in the last history element. For example, having this VM</div><div style><div><br></div><div><VM></div><div>  <ID>0</ID></div><div>

 ...</div><div>   <HISTORY_RECORDS></div><div>    <HISTORY></div><div> ...</div><div>      <DS_LOCATION>/var/lib/one//datastores</DS_LOCATION></div><div>      <DS_ID>0</DS_ID></div><div>

...</div><div>    </HISTORY></div><div>  </HISTORY_RECORDS></div><div></VM></div><div><br></div><div style>the remote vm dir is /var/lib/one//datastores/0/0</div><div style><br></div><div style>Regards</div>

</div><div style><br></div></div><div class="gmail_extra"><br clear="all"><div>--<br>Carlos Martín, MSc<br>Project Engineer<br>OpenNebula - The Open-source Solution for Data Center Virtualization<div><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="http://www.OpenNebula.org" target="_blank">www.OpenNebula.org</a> | <a href="mailto:cmartin@opennebula.org" target="_blank">cmartin@opennebula.org</a> | <a href="http://twitter.com/opennebula" target="_blank">@OpenNebula</a></span><span style="border-collapse:collapse;color:rgb(136,136,136);font-family:arial,sans-serif;font-size:13px"><a href="mailto:cmartin@opennebula.org" style="color:rgb(42,93,176)" target="_blank"></a></span></div>

</div>
<br><br><div class="gmail_quote">On Tue, Apr 2, 2013 at 11:51 AM, Ricardo Duarte <span dir="ltr"><<a href="mailto:rjtd21@hotmail.com" target="_blank">rjtd21@hotmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">




<div><div dir="ltr">Hi there,<br><br>I'm trying to implement the GetConsoleOutput EC2 primitive. This is useful to get details about the booting processe of an instance. <br>Also, unchanged ubuntu cloudimages require the user to see the console output to see the generated password.<br>

I need to create a serial port on each instance that points to a (ex.:) "console.log" file inside each VM directory.<br>Neither KVM nor Libvirt creates the file automatically. It must be there before booting the instance.<br>

<br>I  have three problems:<br><br>1st problem:<br>I need to add the following line to KVM deployment, using RAW:<br> <devices><serial type="file"><target port="0"/><source path="/var/lib/one/datastores/0/$VMID/console.log"/></serial></devices><br>

OpenNebula does not seem to expand the $VMID on the raw parameters. So, how can I inject the correct parameters on the deployment file?<br><br>2nd problem:<br>I need to pre-create the console.log on the VM directory. I'm using a HOOK. <br>

Problem is that VM TEMPLATE does not have the "systemds" the VM is using, neither has the path for the VM.<br>How can I get this?<br><br>Thanks,<br>Ricardo<br><br>                                         </div></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></div>