Statistics
| Branch: | Tag: | Revision:

root @ f2280553

Name Size
  Ganeti
.gitattributes 21 Bytes
.gitignore 180 Bytes
AUTHORS 31 Bytes
COPYING 17.6 kB
Makefile 1.8 kB
NEWS 5.7 kB
README 4 kB
haddock-prologue 360 Bytes
hail.1 1.8 kB
hail.hs 4.5 kB
hbal.1 18.9 kB
hbal.hs 12.5 kB
hscan.1 3.5 kB
hscan.hs 6.5 kB
hscolour.css 195 Bytes
hspace.1 6.9 kB
hspace.hs 11.1 kB
test.hs 1.1 kB

Latest revisions

# Date Author Comment
f2280553 07/05/2009 03:53 pm Iustin Pop

Introduce a new type for allocation results

Currently the allocation/move operations workflow return ‘Maybe a’,
which is very convenient but loses all details about the failure mode.

This patch introduces a new data type which encodes the specific failure...

266aea94 07/05/2009 03:21 pm Iustin Pop

Remove hn1 and related code

hn1 was deprecated for a while and this patch removes it altogether. The
support code in Cluster.hs is also removed.

78ecfa8f 07/03/2009 10:40 pm Iustin Pop

Display two more stats in hspace

This adds two new stats - sum of reserved ram and disk.

301789f4 07/03/2009 10:01 pm Iustin Pop

Fix totalResources avail disk computation

This uses the newly-added Node.availDisk to compute the actual available
disk correctl, and display the total allocatable disk in hspace.

fe3d6f02 07/03/2009 10:01 pm Iustin Pop

Add an availDisk node function

This function returns the amount of available disk, which depends on
whether a low disk limit has been configured or not and on the free disk
space of the node.

836533fa 07/03/2009 10:00 pm Iustin Pop

Add two new autocomputed vars to Nodes

Currently we track the max disk usage/max vcpus as percentages, however
sometimes it's easier to check against minimum free disk or maximum
number of cpus, as units instead of percentages.

This patch adds two new variables, lo_dsk, hi_cpu, which are recomputed...

1a7eff0e 07/03/2009 12:50 am Iustin Pop

Add a new type for cluster statistics

Currently totalResources returns a 5-tuple of integers. This is not easy
to handle, as each change on the return type means that each caller must
be updated.

This patch adds a new type for cluster stats and uses that instead as...

621de5b7 07/02/2009 01:43 pm Iustin Pop

Enhance hspace resource display

The display of cluster resources is extracted into a separate function
and enhanced to display more stats.

e2af3156 07/02/2009 01:33 pm Iustin Pop

Add display of more stats in hspace

This patch changes Cluster.totalResources to compute more details about
the cluster status, and enhances hspace to display more of these.

c254061a 06/16/2009 12:52 pm Iustin Pop

Update NEWS file for the 0.1.4 release

View all revisions | View revisions

Also available in: Atom