Statistics
| Branch: | Tag: | Revision:

root @ 8fcf251f

Name Size
  Ganeti
.gitattributes 21 Bytes
.gitignore 180 Bytes
AUTHORS 31 Bytes
COPYING 17.6 kB
Makefile 2.5 kB
NEWS 11.5 kB
README 4.1 kB
haddock-prologue 360 Bytes
hail.1 2.6 kB
hail.hs 3.7 kB
hbal.1 25.3 kB
hbal.hs 11.8 kB
hscan.1 3.2 kB
hscan.hs 6 kB
hscolour.css 195 Bytes
hspace.1 13.4 kB
hspace.hs 13.2 kB
live-test.sh 2.6 kB
test.hs 2 kB

Latest revisions

# Date Author Comment
8fcf251f 05/19/2010 04:09 pm Iustin Pop

Add more unit tests

This increases the overall coverage by 5%-10% (depending on coverage
type). Some modules are still not unittested at all, as HUnit is a
better choice for them.

1e3dccc8 05/19/2010 04:08 pm Iustin Pop

Shuffle some constants around

… and export more functions. This will help with unit testing.

f4c0b8c5 05/18/2010 07:31 pm Iustin Pop

Remove the noLimit values and always use limits

This patch moves from allowing no-limits for disk/cpu ratios, and always
use a real limit. For disk, it's simple since we use 0, which means no
reservations for disks. For CPU, we set an (arbitrary) limit of 64 v/p,...

317b1040 05/17/2010 05:40 pm Iustin Pop

hspace: change handling of N+1 bad clusters

Currently we just print a fake result and exit early. This is bad, since
it doesn't use the same codepaths for all the result printing, and has
already led to a bug where hspace looks like completely ignoring the...

e2436511 05/04/2010 02:42 pm Iustin Pop

Fix hspace's KM metrics

We returned the KM_POOL_* metrics as the final state, not as the delta
between the final and the initial state.

b1ddaad9 04/26/2010 06:02 pm Iustin Pop

Update NEWS file for the 0.2.5 release

1928a56b 04/15/2010 05:25 pm Iustin Pop

Update hspace man page

bd3286e9 04/15/2010 05:17 pm Iustin Pop

hspace: show more metrics

This patch adds the metrics of used/allocable/unallocable resources.

e87a419f 04/15/2010 05:16 pm Iustin Pop

Fix Node hiCpu computation

In case we're not enabling limits, let's restrict this to -1, instead of
-1 times the number of pcpus.

9b8fac3d 04/15/2010 12:50 pm Iustin Pop

Add a new function to compute allocation deltas

Given two cluster states, the new function can answer the following
questions:

- how much resources currently allocated
- how much resources finally allocated (delta from above is how much we
can actually allocate on the cluster)...

View all revisions | View revisions

Also available in: Atom