Statistics
| Branch: | Tag: | Revision:

root / htools / Ganeti / Objects.hs @ 6ece11be

History | View | Annotate | Download (13.1 kB)

# Date Author Comment
6ece11be 02/20/2013 06:13 pm Dimitris Aragiorgis

Fix --no-lvm-support

Return -1 and not None for vg_size and vg_free and make
volume_group_name optional in cluster config object in Haskell.

Signed-off-by: Dimitris Aragiorgis <>

11d36c2e 08/22/2012 05:39 pm Constantinos Venetsanopoulos

Initial ExtStorage support in htools

2e12944a 07/19/2012 11:01 am Iustin Pop

Add disk logical ID support in Objects.hs

This is a complex field, so we have to do a lot of manual work for now.

The complexity arises from the fact that the contents of the field,
and the way to parse it, depends on the disk type field, so we don't
have a single, static way of parsing it. Hence we needed the...

b1e81520 03/13/2012 02:48 pm Iustin Pop

htools: add partial implementation of lib/objects.py

This is partial since not all object types can be easily converted for
now (will need some changes on the Python side for this).

Most importantly, the *Params types do not have a good solution now:
the Python code, due to its dynamic typing, hides the fact that we...