[Haizea] unmatching host CPU information between ONE and Haizea

Borja Sotomayor borja at borjanet.com
Mon Oct 18 18:14:36 CDT 2010


Hi,

I still don't see anything immediately wrong with the log file,
although that could be because Haizea doesn't print multi-instance
resource types, which could be an important piece of the puzzle here.
Could you change the following:

lib/python/haizea/core/leases.py:
805     def __repr__(self):
 806         """Returns a string representation of the Capacity"""
 807         return "  |  ".join("%s: %i" % (res_type,q[0]) for
res_type, q in self.quantity.items())

to be this:

lib/python/haizea/core/leases.py:
805     def __repr__(self):
 806         """Returns a string representation of the Capacity"""
 807         return "  |  ".join("%s: %i" % (res_type,q) for res_type,
q in self.quantity.items())

(i.e., remove the "[0]")

And run Haizea and submit the VMs as before? (and re-send the log file)

Cheers!
-- 
Borja Sotomayor
-Scientific Writer at UChicago's Computation Institute
http://people.cs.uchicago.edu/~borja/
-Community Manager for the OpenNebula project
http://www.opennebula.org/


More information about the Haizea mailing list