Hi,<br><br><div class="gmail_quote">On Mon, Oct 24, 2011 at 8:40 PM, Faarooq Lowe <span dir="ltr"><<a href="mailto:lowe@fnal.gov">lowe@fnal.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">

Are there any pre-defined values for disk space that may be used for the RANK expression in a template?<br>
<br></blockquote><div><br>We don't have any probe to report the free disk space, but adding new probes is really easy.<br>You
 just need to add a new file to 
/var/lib/one/remotes/im/<virtualizer>.d, take a look for instance 
at /var/lib/one/remotes/im/kvm.d/name.sh<br><br><span style="font-family: courier new,monospace;">#!/bin/sh</span><br style="font-family: courier new,monospace;"><span style="font-family: courier new,monospace;">echo HOSTNAME=`uname -n`<br>

</span><br>Remember to execute 'onehost sync' as oneadmin to refresh the probes on the hosts.<span style="font-family: courier new,monospace;"><br></span> </div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">


Also is there away to evaluate expressions in a specific order such as; FREEMEMORY, DISKSPACE, - RUNNING_VMS etc.?<br>
<br></blockquote><div><br>The RANK expression accepts arithmetic operators [2], so you can assign weights to each attribute. You might want to normalize the values first.<br><br>Best regards.<br><br>[1] <a href="http://opennebula.org/documentation:rel3.0:img#tunning_extending">http://opennebula.org/documentation:rel3.0:img#tunning_extending</a><br>

[2] <a href="http://opennebula.org/documentation:rel3.0:template#rank_expression_syntax">http://opennebula.org/documentation:rel3.0:template#rank_expression_syntax</a><br><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial,sans-serif;font-size:13px">--<br>

Carlos Martín, MSc</span><font color="#888888"><br>Project Engineer</font><br><span style="border-collapse:collapse;color:rgb(136, 136, 136);font-family:arial, sans-serif;font-size:13px"><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></div><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
______________________________<u></u>_________________<br>
Users mailing list<br>
<a href="mailto:Users@lists.opennebula.org" target="_blank">Users@lists.opennebula.org</a><br>
<a href="http://lists.opennebula.org/listinfo.cgi/users-opennebula.org" target="_blank">http://lists.opennebula.org/<u></u>listinfo.cgi/users-opennebula.<u></u>org</a><br>
</blockquote></div><br>