[Haizea] Another bug

Mehdi Sheikhalishahi mehdi.alishahi at gmail.com
Wed May 19 08:17:47 CDT 2010


Running the following piece of code:

from haizea.core.manager import Manager
MANAGER = Manager(CONFIG)
MANAGER.start()

With the following setup.

------------------------------conf file------------------------------
[general]
loglevel: STATUS
mode: simulated
lease-preparation: unmanaged
lease-failure-handling: exit-raise
persistence-file: none

[simulation]
clock: simulated
starttime: 2006-11-25 13:00:00
#resources: in-tracefile
#resources: file:/home/mehdi/workspace/scheduler/tests/site-single.conf
resources: file:/home/mehdi/workspace/scheduler/tests/site.conf
imagetransfer-bandwidth: 100
#status-message-interval: 15

[scheduling]
mapper: greedy
policy-admission: accept-all
policy-preemption: ar-preempts-everything
policy-host-selection: greedy
shutdown-time: 0
suspendresume-exclusion: local
wakeup-interval: 3
backfilling: aggressive
# backfilling-reservations: 4
enactment-overhead: 0
#override-suspend-time: 0
suspension: all
suspend-rate: 32
resume-rate: 32
migration: yes


[deploy-imagetransfer]
transfer-mechanism: multicast
avoid-redundant-transfers: True
diskimage-reuse: none
diskimage-cache-size: 20480


[tracefile]
tracefile: /home/mehdi/workspace/scheduler/tests/preemption.lwf
#imagefile: /usr/share/haizea/traces/sample.images
#injectionfile: /usr/share/haizea/traces/multi/inj1.lwf
#bootshutdown-overhead: 20
#runtime-overhead: 5

[accounting]
datafile: /var/tmp/haizea/results.dat
probes: ar best-effort immediate cpu-utilization deadline price lease-extras
------------------------------------------------------------
------------------------------site.conf------------------------------
<site>
	<resource-types names="CPU Memory"/>
	<nodes>
	<node-set numnodes="2">
		<res type="CPU">
			<instance amount="100"/>
			<instance amount="100"/>
		</res>
		<res type="Memory" amount="1024"/>
	</node-set>
	</nodes>
</site>

On Wed, May 19, 2010 at 2:04 PM, Borja Sotomayor <borja at borjanet.com> wrote:
> Hi,
>
> Could you describe the steps that are leading you to this error, so I
> can try to reproduce it? (configuration file, lease requests, etc.)
>
> Cheers!
> --
> Borja Sotomayor
> PhD Candidate in Computer Science, University of Chicago
> http://people.cs.uchicago.edu/~borja/
> _______________________________________________
> Haizea mailing list
> Haizea at mailman.cs.uchicago.edu
> https://mailman.cs.uchicago.edu/mailman/listinfo/haizea
>



-- 
Regards,
Mehdi


More information about the Haizea mailing list