Statistics
| Branch: | Tag: | Revision:

root / src @ 22096c14

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
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 <>

363f43eb 04/08/2014 03:34 pm Hrvoje Ribicic

Add the zero-free-space option

Although unused for now, add the zero-free-space option to the backup
export opcode, and add a rudimentary check for whether it should be
used.

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

6e684281 04/07/2014 05:01 pm Jose A. Lopes

Serve OS scripts from metadata daemon

This patch makes the metadata daemon web server serve the OS scripts
via the instance communication mechanism. This is achieved by
retrieving the "os" field from the instance parameters and serving the
file directly from the 'Constants.osSearchPath', typically...

eeaa2571 04/07/2014 05:01 pm Jose A. Lopes

Move processing OS params with visibility to web server

This will allow the metadata daemon to keep a more general instance
configuration and thus serve more general requests, such as, serving
information related to the OS scripts.

Signed-off-by: Jose A. Lopes <>...

84e1ac7c 04/07/2014 05:01 pm Jose A. Lopes

Move metad configuration related code to a separate module

... as an intermediate step before moving the responsbility of
computing the final OS parameter configuration from the configuration
server to the web server. This will allow the metadata daemon to...

d1dd8525 04/07/2014 10:53 am Klaus Aehlig

Switch to ClientType as identifier

...instead of Either String JobId.

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

79a25c7b 04/07/2014 10:53 am Klaus Aehlig

Instance JSON ClientType

Make ClientType a JSON instance, in the way lock owners are
already encoded in JSON on the Python side.

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

caa39a5d 04/07/2014 10:53 am Klaus Aehlig

Add a type for the entity owning a lock

While it is unlikely that lock owners will ever be represented by
something different than a job id or, exceptionally, a string, this
type will still improves type checking. Additionally, it will allow
us to make it a separate instance of JSON and thus simplify the...

View revisions

Also available in: Atom