Statistics
| Branch: | Tag: | Revision:

root / lib @ 84d9c84e

Name Size
  build
  client
  cmdlib
  confd
  http
  hypervisor
  impexpd
  jqueue
  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 154.2 kB
bootstrap.py 44.3 kB
cli.py 146.3 kB
compat.py 5.2 kB
config.py 110.5 kB
constants.py 2.9 kB
daemon.py 28.1 kB
errors.py 10.9 kB
hooksmaster.py 10 kB
ht.py 17.4 kB
jstore.py 6.1 kB
locking.py 48.5 kB
luxi.py 8.1 kB
mcpu.py 20.5 kB
netutils.py 19.7 kB
network.py 7.7 kB
objects.py 70.3 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.4 kB
qlang.py 9.5 kB
query.py 87 kB
rpc_defs.py 27.2 kB
runtime.py 8 kB
serializer.py 10.8 kB
ssconf.py 13.5 kB
ssh.py 10.7 kB
uidpool.py 11.7 kB
vcluster.py 7.7 kB
wconfd.py 1.4 kB
workerpool.py 18.3 kB

Latest revisions

# Date Author Comment
84d9c84e 06/02/2014 03:39 pm Jose A. Lopes

Override disk labels and introduce 'OS_SCRIPT'

  • The call to update the metadata is moved inside the
    'RunOsScriptsVirtualized' but before 'TemporaryDisks' because this
    call updates the instance configuration in the metadata daemon, and
    we want this configuration to be available when the helper VM...
3087e906 06/02/2014 03:39 pm Jose A. Lopes

Add helper function to generate disk labels

... which converts decimal numbers into '/dev/sda', '/dev/sdb', etc.

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

ed0b7b17 06/02/2014 03:39 pm Jose A. Lopes

Extend export OS to override environment

Extend export OS RPC and backend to allow the environment file that
goes in the OS archive to be overridden. This will be necessary to
introduce new OS environment variables, as well as, override the disk
labels....

808cb0ee 06/02/2014 03:39 pm Jose A. Lopes

Change temporary disk from readonly to read-write

Making the temporary disk readonly has absolutely no advantages and it
has the disadvantage that it prevents the OS install helper from
saving temporary data to it, for example, when downloading the OS
install package which is necessary to run the OS scripts....

0dff3a96 06/02/2014 03:39 pm Jose A. Lopes

Fix docstring

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

e7ec2f27 05/30/2014 03:41 pm Klaus Aehlig

Remove Ganeti Lock Manager and Monitor

...from the jobs code, as this functionality is now
carried out by wconfd. Also remove dead code resulting
from this removal.

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

23b13756 05/30/2014 11:16 am Petr Pudlak

Demote a node from MCs only after the config. is updated

Otherwise it was possible that a node was demoted (by calling noded),
its configuration copy removed, but before the configuration change took
place, it was distributed to the node again.

Signed-off-by: Petr Pudlak <>...

7f8ba25b 05/30/2014 11:16 am Petr Pudlak

Move configuration flush to a synchronized block

This ensures that the configuration is fully distributed and doesn't
change during the verification process.

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

c02daabd 05/29/2014 12:23 pm Petr Pudlak

Let ConfigWriter delegate DRBD secrets to WConfd

Also WConfd handles proper synchronization internally so there is no
need to explicitly lock the configuration in ConfigWriter.

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

c79d19e8 05/27/2014 11:48 am Klaus Aehlig

Merge branch 'stable-2.11' into stable-2.12

  • stable-2.11
    (no changes)
  • stable-2.10
    Use more efficient statistics for the standard deviation
    Use statistics updates when allocating on pairs
    Factor score computation through abstract statistics
    Verify the update of the standard deviation statistics...

View revisions

Also available in: Atom