Statistics
| Branch: | Tag: | Revision:

root / src @ b52bad34

Name Size
  Ganeti
AutoConf.hs.in 4.5 kB
OLD-NEWS 19 kB
README 4.5 kB
ganeti-kvmd.hs 1.2 kB
ganeti-metad.hs 1.3 kB
ganeti-mond.hs 1.2 kB
ganeti-wconfd.hs 1.1 kB
haddock-prologue 251 Bytes
hconfd.hs 1.2 kB
hluxid.hs 1.2 kB
hs2py.hs 1.5 kB
htools.hs 824 Bytes
lint-hints.hs 1 kB
mon-collector.hs 1 kB
rpc-test.hs 8.6 kB

Latest revisions

# Date Author Comment
b52bad34 04/09/2014 11:58 am Klaus Aehlig

Add a function to release all resources of an owner

Add a convenience function---definable from the exported
interface---to clean up all the resources of an owner. This
will be needed, e.g., if a job dies.

Signed-off-by: Klaus Aehlig <>...

89e605be 04/09/2014 11:58 am Klaus Aehlig

Add a function to remove a pending request

Add a function that allows an owner to remove a pending request
it might have. Besides useful for testing, this will also be
needed to clean up the resources for dead owners.

Signed-off-by: Klaus Aehlig <>...

0585cfd6 04/09/2014 11:58 am Klaus Aehlig

Export the set of pending owners

...as the question of who has pending requests is an import
part of the data structure.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

98b11317 04/09/2014 11:58 am Klaus Aehlig

Export the underlying allocation from a waiting structure

...so that all kind of diagnostic tasks can be carried out without
duplicating the functionality on the waiting structure. Note that
we still do not export the constructor so that we can change the...

3eb96afc 04/09/2014 11:58 am Klaus Aehlig

Add functions to update locks in a waiting structure

Add functions to update the lock allocation structure and also
compute all the consequences of the update, if it succeeds. Optionally,
requests that cannot be fulfilled immediately, it can be added to
the pendig requests....

dc1e4874 04/09/2014 11:58 am Klaus Aehlig

Add data structure for lock waiting

To avoid jobs polling on locks, and also to ensure that the
most important of the waiting jobs obtains a lock, add a
data structure to keep track of who is waiting for which locks.

Signed-off-by: Klaus Aehlig <>...

b355c758 04/09/2014 11:58 am Klaus Aehlig

Derive Ord for LockRequests

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Petr Pudlak <>

22096c14 04/08/2014 03:34 pm Hrvoje Ribicic

Add zeroing timeout params to opcode

This patch adds two parameters controlling the zeroing timeout - one
that is fixed and another that depends on the amount of data (size of
disks) to zero.

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Jose A. Lopes <>

21a17f33 04/08/2014 03:34 pm Hrvoje Ribicic

Add file info RPC call

Due to the need to determine the size of the temporary disk used for
the VM helper, an RPC call capable of supplying this information has
been added. It can be extended as needed to supply additional
information provided by Python's os.stat....

0894ac48 04/08/2014 03:34 pm Hrvoje Ribicic

Add the zeroing-image option

This patch adds the zeroing-image option to gnt-cluster and the
OpBackupExport params. The many changes are all minor, yet necessary.

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Jose A. Lopes <>

View revisions

Also available in: Atom