Statistics
| Branch: | Tag: | Revision:

root / lib @ 25e9f9b2

Name Size
  build
  client
  cmdlib
  confd
  http
  hypervisor
  impexpd
  masterd
  rapi
  rpc
  server
  storage
  tools
  utils
  watcher
__init__.py 1.2 kB
_constants.py.in 285 Bytes
asyncnotifier.py 6.1 kB
backend.py 146.2 kB
bootstrap.py 42.6 kB
cli.py 142.6 kB
compat.py 4.3 kB
config.py 99.1 kB
constants.py 2.9 kB
daemon.py 28.1 kB
errors.py 10.9 kB
hooksmaster.py 9.6 kB
ht.py 17.5 kB
jqueue.py 76 kB
jstore.py 6.1 kB
locking.py 60.9 kB
luxi.py 8.1 kB
mcpu.py 18.3 kB
netutils.py 19.7 kB
network.py 7.7 kB
objects.py 71.1 kB
opcodes.py.in_after 391 Bytes
opcodes.py.in_before 7.2 kB
opcodes_base.py 7.8 kB
outils.py 4.5 kB
ovf.py 66 kB
pathutils.py 6.3 kB
qlang.py 9.5 kB
query.py 86.3 kB
rpc_defs.py 26.3 kB
runtime.py 8 kB
serializer.py 10.7 kB
ssconf.py 13.5 kB
ssh.py 10.7 kB
uidpool.py 11.7 kB
vcluster.py 7.5 kB
wconfd.py 1.4 kB
workerpool.py 18.3 kB

Latest revisions

# Date Author Comment
25e9f9b2 03/06/2014 05:35 pm Klaus Aehlig

Make masterd create a livelock file

...so that it can request resources from WConfd.

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

1de2b387 03/06/2014 05:35 pm Klaus Aehlig

Rename setup_queue to setup_context in masterd

...as this function sets up a much richer context than just
the job queue, including the current lock management.

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

a8c2197d 03/06/2014 05:35 pm Klaus Aehlig

Add utilities for liveliness lock files

To request resources from WConfD, requesters have to provide
the name of a file they own an exclusive lock on. In this way,
their death can be detected. Add utility functions to obtain
such a file name.

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

5d83892f 03/06/2014 05:35 pm Klaus Aehlig

Ensure the existence of LIVELOCK_DIR

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

38e28375 03/06/2014 05:35 pm Klaus Aehlig

Add a path to store the lock files presented to WConfD

When requesting resources from WConfD, a file has to be
presented where an exclusive lock is owned on, so that
WConfD can detect when the requester dies. Add a path
to a directory where these files are kept in....

0f6997b9 03/05/2014 02:17 pm Klaus Aehlig

Merge branch 'stable-2.11' into master

  • stable-2.11
    Convert int to float when checking config. consistency
    Updateing release date to tomorrow
    Revision bump for the 2.11.0~beta1 release
    Set release date of 2.11 beta1
    Stop watcher from restarting down instances during an opcode...
f1638b0b 03/05/2014 01:51 pm Petr Pudlak

Convert int to float when checking config. consistency

When reading the configuration file from RPC JSON, values without a
floating point are parsed as 'int', not as 'float', and later the
consistency check fails.

This patch adds an automatic conversion from 'int' to 'float' during...

fe5144b0 03/05/2014 11:21 am Hrvoje Ribicic

Align timestamps in gnt-job info

This patch aligns the timestamps output as a part of gnt-job info, and
performs minor refactorings in the process.

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Petr Pudlak <>

d0202de7 03/05/2014 11:21 am Hrvoje Ribicic

Add alignment support to PrintGenericInfo

Aligning dictionary entries makes no difference to a YAML parser, but
makes the output much easier to read and compare. This patch adds the
possibility of specifying alignment groups to ordered dictionary
entries....

087f5520 03/05/2014 11:21 am Hrvoje Ribicic

Make gnt-job info output valid YAML

This patch changes gnt-job info to use standard functions defined in
cli.py, and output valid YAML.

Signed-off-by: Hrvoje Ribicic <>
Reviewed-by: Petr Pudlak <>

View revisions

Also available in: Atom