[Haizea] Removing storage node (aux) from SlotTable

Mehdi Sheikhalishahi mehdi.alishahi at gmail.com
Tue Oct 19 06:07:54 CDT 2010


Hello,

In Haizea, there is a default additional node as storage node, since I
want that all jobs be scheduled on hosts specified in site, so I
changed the following piece of code.

slottable = SlotTable(info_enact.get_resource_types())
        for n in resourcepool.get_nodes(): # + resourcepool.get_aux_nodes():
            rt = slottable.create_resource_tuple_from_capacity(n.capacity)
            slottable.add_node(n.id, rt)

Everything is working fine and I have defined lots of simulation
experiments. Just to make sure, I'd like to know if this change
creates any problem or will have affect on scheduling or etc?

Regards,
Mehdi


More information about the Haizea mailing list