[Haizea] node attributes

Mehdi Sheikhalishahi mehdi.alishahi at gmail.com
Fri Feb 19 05:38:51 CST 2010


Hi Borja and others:

According to my test and this page
https://phoenixforge.cs.uchicago.edu/issues/show/2 for "Add support
for node attributes" feature, it seems that freq-volt attribute is not
implemented and will not be implemented in the near future. So we
cannot define a site with the following structure.

<site>
       <resource-types names="CPU Memory"/>
       <attr-types names="arch freq-volt"/>
       <nodes>
       <node-set numnodes="16">
               <attr type="arch" value="x86_64"/>
               <attr type="freq-volt" value="2000:5 1500:4.3"/>
               <res type="CPU"/>
                       <instance amount="100"/>
                       <instance amount="100"/>
               </res>
               <res type="Memory" amount="1024"/>
       </node-set>
       </nodes>
</site>

Another question, how Haizea is integrated with OpenNebula for
multicore support, i think as you explained before, it is based on
multi-instance resources? And finally, amount property is for speed of
processor?

Regards,
Mehdi


More information about the Haizea mailing list