Statistics
| Branch: | Tag: | Revision:

root / lib @ cf695285

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 kB
bootstrap.py 43 kB
cli.py 139.6 kB
compat.py 4.3 kB
config.py 98.9 kB
constants.py 2.9 kB
daemon.py 27.6 kB
errors.py 10.9 kB
hooksmaster.py 10 kB
ht.py 17.1 kB
jqueue.py 76 kB
jstore.py 6.1 kB
locking.py 60.9 kB
luxi.py 7.8 kB
mcpu.py 18.3 kB
netutils.py 19.7 kB
network.py 7.7 kB
objects.py 66.9 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.2 kB
qlang.py 9.5 kB
query.py 86.4 kB
rpc_defs.py 26 kB
runtime.py 8.4 kB
serializer.py 4.5 kB
ssconf.py 13.5 kB
ssh.py 10.7 kB
uidpool.py 11.7 kB
vcluster.py 7.5 kB
workerpool.py 18.3 kB

Latest revisions

# Date Author Comment
cf695285 05/30/2014 03:05 pm Jose A. Lopes

Modify config to update 'admin_state_source'

Extend the configuration to update the instance field
'admin_state_source' whenever there is a change to the instance field
'admin_state'.

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

73a5b37c 05/30/2014 03:05 pm Jose A. Lopes

Add field 'admin_state_source' to the Instance class

... which keeps track of who last changed the instance field
'admin_state', namely, the admin or the user.

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

aad2d389 05/30/2014 03:05 pm Jose A. Lopes

Add type 'AdminStateSource', tracks changes to 'admin_state'

  • Add type 'AdminStateSource' which keeps track of who last changed
    the instance field 'admin_state': the admin or the user.
  • Add constants 'adminSource', 'userSource', and 'adminStateSources',...
44bc2a82 05/30/2014 03:05 pm Apollon Oikonomopoulos

Correctly report user-down instance status

Info queries on user-down instances would fail, because of a check
against instance.hvparams which only contains the instance's non-default
parameters. To fix this, we use GetUpdatedParams, to merge with the cluster...

73490838 05/30/2014 03:05 pm Jose A. Lopes

Use standard 'Raise' method for LU exceptions

... instead of using the RPC fail message directly.

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

207e1370 05/30/2014 03:05 pm Jose A. Lopes

Remove unnecessary list copying

.. and additional local variables

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

5a404917 05/30/2014 03:05 pm Jose A. Lopes

Use keyword args when passing 'hvparams' to 'ListInstances'

... as per the definition of 'ListInstances' and Python convention.

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

9a06291c 05/30/2014 03:05 pm Jose A. Lopes

Fix typo in docstring

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

c3a9cd35 05/26/2014 07:16 pm Klaus Aehlig

Merge branch 'stable-2.10' into stable-2.11

  • 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...
0f63c080 05/23/2014 01:45 pm Dimitris Aragiorgis

Fix gnt-network client wrt instances report

Let the gnt-network client expect a list of instance names and not
UUIDs as returned by QueryNetworks (by both old and new style query
mechanism).

Signed-off-by: Dimitris Aragiorgis <>
Reviewed-by: Helga Velroyen <>

View revisions

Also available in: Atom