Statistics
| Branch: | Tag: | Revision:

root @ 7b6e99b3

Name Size
  Ganeti
  doc
  man
.gitattributes 21 Bytes
.gitignore 215 Bytes
AUTHORS 31 Bytes
COPYING 17.6 kB
Makefile 3.3 kB
NEWS 16.8 kB
README 4.2 kB
haddock-prologue 360 Bytes
hail.hs 3.6 kB
hbal.hs 15.6 kB
hscan.hs 4.8 kB
hspace.hs 12.5 kB
live-test.sh 4.8 kB
test.hs 2.6 kB

Latest revisions

# Date Author Comment
7b6e99b3 12/30/2010 11:38 am Iustin Pop

Add a new type ClusterData

This will be used to hold all the disparate uses of the cluster data:
we have either tuples with these four elements, or functions taking
these four arguments, etc.

Signed-off-by: Iustin Pop <>
Reviewed-by: Balazs Lecz <>

45cb5963 12/30/2010 11:38 am Iustin Pop

Ajust hspace manpage for the new simulation syntax

Signed-off-by: Iustin Pop <>
Reviewed-by: Balazs Lecz <>

6c7448bb 12/30/2010 11:38 am Iustin Pop

Simulation backend: read the allocation policy too

This patch moves the allocation policy from hardcoded to be read from
the given specification, and extends the error message for invalid
specifications.

Signed-off-by: Iustin Pop <>
Reviewed-by: Balazs Lecz <>

9983063b 12/30/2010 11:36 am Iustin Pop

Simulation backend: allow multiple node groups

This patch changes the behaviour of the --simulation option to be an
incremental option, where each new use defines a new node group. This
allows simulation of more complex clusters.

Signed-off-by: Iustin Pop <>...

54cffd50 12/23/2010 05:52 pm Iustin Pop

Merge branch 'stable-0.2'

  • stable-0.2:
    Move man files to man/ subdirectory

Conflicts (all removed):
man/hail.1
man/hbal.1
man/hscan.1
man/hspace.1

ab0521f9 12/23/2010 05:38 pm Iustin Pop

Move man files to man/ subdirectory

This is just change on the 0.2 branch to synchronize with the master
branch. It allows automated builds to work better across the two
versions.

Signed-off-by: Iustin Pop <>
Reviewed-by: Adeodato Simo <>

50211c86 12/23/2010 05:17 pm Iustin Pop

Merge branch 'stable-0.2'

  • devel-0.2:
    Update NEWS file for 0.2.8 release
    hbal: return meaningful exit code for job failures
    Change the balancing function
d7f18640 12/23/2010 04:16 pm Iustin Pop

Update NEWS file for 0.2.8 release

Signed-off-by: Iustin Pop <>
Reviewed-by: Adeodato Simo <>

23448f82 12/23/2010 02:26 pm Iustin Pop

hbal: return meaningful exit code for job failures

Currently, LUXI job failures only display a warning message, while
still returning a success exit code. We change hbal to return
true/false from within execJobSet/runJobSet, and add a wrapper for
simpler code....

4715711d 12/23/2010 02:25 pm Iustin Pop

Change the balancing function

Currently the balancing function is a modified version of the standard
deviation (stddev divided by list length), due to historical reasons.

While this works fine for small clusters, for big clusters it makes
the balancing effect too "weak", and in some cases it refuses to...

View all revisions | View revisions

Also available in: Atom