Statistics
| Branch: | Tag: | Revision:

root @ d78ceb9e

Name Size
  Ganeti
.gitattributes 21 Bytes
.gitignore 180 Bytes
AUTHORS 31 Bytes
COPYING 17.6 kB
Makefile 2.9 kB
NEWS 15.6 kB
README 4.1 kB
haddock-prologue 360 Bytes
hail.1 2.6 kB
hail.hs 3.7 kB
hbal.1 25.6 kB
hbal.hs 12 kB
hscan.1 3.2 kB
hscan.hs 4.7 kB
hscolour.css 195 Bytes
hspace.1 13.8 kB
hspace.hs 12.7 kB
live-test.sh 4.5 kB
test.hs 2.6 kB

Latest revisions

# Date Author Comment
d78ceb9e 09/02/2010 03:45 pm Iustin Pop

Makefile: make the rst2html converter more strict

This will make the automated builds flag any problems.

adc5c176 09/02/2010 03:43 pm Iustin Pop

Add some more debugging functions

These are just variations of the standard debug, but are provided for
simpler code, since lazyness is something causing non-computation of
debug statements.

74e89a14 09/02/2010 03:43 pm Iustin Pop

Fix ReplaceSecondary moves for offline nodes

The addition of a new secondary on a node is doing two memory tests:
- in strict mode, reject if we get into N+1 failure
- reject if the new instance memory is greater than the free memory (not
available memory) on the node...

49d977db 09/02/2010 03:43 pm Iustin Pop

Update NEWS file

db43d7b3 08/30/2010 12:12 pm Iustin Pop

Update man pages for the new -S option

10852adb 08/30/2010 12:12 pm Iustin Pop

hspace: mark new instances as running

Otherwise the saved cluster state and the in-memory one are wrong.

3e9501d0 08/30/2010 12:12 pm Iustin Pop

Implement cluster state saving in hspace

This also uncovered a few issues with the allocation model (instances
not being marked up, etc.).

Compared to hbal, hspace will generate either one or two files (for both
the standard and the tiered allocation mode), depending on the input...

94d08202 08/30/2010 12:12 pm Iustin Pop

Change iterateAlloc to return the instance list

The Cluster.iterateAlloc and tieredAlloc functions are changed to also
return the updated instance list, since it is needed to have a “full”
cluster view.

748654f7 08/30/2010 12:12 pm Iustin Pop

Implement cluster state saving in hbal

Also move the LUXI execution (-X) to the end, after all the output
messages are printed. No good in waiting for the messages for a long
while, especially as they are not up-to-date stats after the job
execution, just an estimation of what the state will be.

4a273e97 08/30/2010 12:12 pm Iustin Pop

Abstract the cluster serialization from hscan.hs

This is currently hardcoded in an internal function in hscan.hs, and we
move it to Text.hs for later use.

View all revisions | View revisions

Also available in: Atom