Statistics
| Branch: | Tag: | Revision:

root / Ganeti / HTools @ b7b29191

Name Size
CLI.hs 15 kB
Cluster.hs 33.9 kB
Container.hs 2.8 kB
ExtLoader.hs 4.6 kB
IAlloc.hs 6.4 kB
Instance.hs 6.1 kB
Loader.hs 8.3 kB
Luxi.hs 6.1 kB
Node.hs 18.7 kB
PeerMap.hs 2.8 kB
QC.hs 26 kB
Rapi.hs 5.4 kB
Simu.hs 2.3 kB
Text.hs 5.8 kB
Types.hs 5.9 kB
Utils.hs 7 kB
Version.hs.in 201 Bytes

Latest revisions

# Date Author Comment
b7b29191 11/24/2010 03:55 pm Iustin Pop

RAPI: read the group UUID from the server

This depends on future support from Ganeti (2.4+).

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

31463db5 11/24/2010 03:55 pm Iustin Pop

IAlloc: read group uuid from the input message

This makes the code incompatible with JSON files from Ganeti pre-2.4.

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

b3707354 11/24/2010 03:55 pm Iustin Pop

Text: read/save the node group UUID

Compatibility with old text files is kept by using the default UUID if
the file (or even some records) don't have a UUID.

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

f5ed8632 11/24/2010 03:55 pm Iustin Pop

Luxi: read the node uuid from the cluster

This makes the code incompatible with Ganeti pre-2.4.

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

a68004b7 11/24/2010 03:55 pm Iustin Pop

Node: add the node group's UUID

This is not used anywhere yet, and the backend are all just adding the
default UUID, not the real one.

The patch also allows displaying the group UUID in the node list.

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

9b9da389 11/24/2010 03:54 pm Iustin Pop

Utils: add a default UUID

This will be used as a placeholder for the cases when we need a UUID
(any UUID), but we don't have one handy.

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

a3e8da03 11/23/2010 04:46 pm Iustin Pop

Merge branch 'devel-0.2' into master

7570569e 11/23/2010 12:58 pm Iustin Pop

Improve the standard deviation computation

This does just two passes, instead of three, over the list. This reduces
the overall runtime well enough (~25%) in some tests, but it's not
reproducible using profiling, so I don't know how much the function
itself is being sped-up....

5e718042 11/19/2010 01:35 pm Iustin Pop

Simu loader: move the loading to non-IO code

While we don't actually have IO code in the Simu loader, we do have the
same interface. So we move the code again to a separate parseData
function which is exported.

b3f0710c 11/19/2010 01:08 pm Iustin Pop

Luxi loader: split parsing from loading

View revisions

Also available in: Atom