Statistics
| Branch: | Tag: | Revision:

root @ ec9c1bf8

Name Size
  autotools
  daemons
  devel
  doc
  lib
  man
  qa
  src
  test
  tools
.ghci 21 Bytes
.gitignore 2.7 kB
COPYING 17.6 kB
INSTALL 10.5 kB
Makefile.am 78 kB
NEWS 136.5 kB
README 191 Bytes
UPGRADE 13.1 kB
autogen.sh 283 Bytes
configure.ac 25.4 kB
epydoc.conf.in 444 Bytes
pylintrc 2.9 kB
pylintrc-test 2.9 kB

Latest revisions

# Date Author Comment
ec9c1bf8 05/14/2014 12:17 pm Jose A. Lopes

RPC 'os_export'

The 'os_export' RPC is used to export an OS to a compressed tarball.
The path to this tarball will be given to the metadata daemon, which
will then be used to serve this package to the instances via the
instance communication mechanism.

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

b8dd2853 05/14/2014 12:17 pm Jose A. Lopes

Generalize 'TemporaryDisk' to handle any number of disks

... including different disk templates, accesses, and sizes.

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

38519f22 05/14/2014 12:17 pm Jose A. Lopes

Move 'DetermineImageSize' to 'ganeti.cmdlib.common'

Move 'DetermineImageSize' from 'ganeti.cmdlib.backup' to
'ganeti.cmdlib.common' so it can be used by disk zeroing and instance
installations. This patch also transforms this method into a function
and generalizes the error messages....

a44114c9 05/14/2014 12:17 pm Jose A. Lopes

Add trusted/untrusted create scripts

  • Extend 'backend.DiagnoseRPC' to stat 'create_untrusted', which
    indicates the OS is untrusted.
  • Extend queries to include the 'trusted' field, which is calculated
    from the whether the OS contains a 'create_untrusted' script....
f5410303 05/14/2014 12:17 pm Jose A. Lopes

Add timeouts for OS install helper VM

Add timeout parameters to client, opcodes, LU, etc. The startup
timeout is similar to that one used in zeroing, but the shutdown
timeout is different because it is a single timeout that includes the
time needed to install plus shutdown....

1fbe43de 05/14/2014 12:17 pm Jose A. Lopes

Add 'install_image' to bootstrap, CLI, opcodes, and queries

  • Add 'install_image' to 'bootstrap.InitCluster' and cluster client
  • Add '--install-image' flag to 'gnt-cluster init'
  • Add '--install-image' flag to 'gnt-cluster modify'
  • Add param 'install_image' to 'OpClusterSetParams'...
e78b63ed 05/14/2014 12:16 pm Jose A. Lopes

Add 'install_image' param to 'Cluster'

The 'Cluster.install_image' param holds the location of the image to
be used for the safe installation instances.

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

3277b56a 05/14/2014 12:16 pm Jose A. Lopes

Fix 'IsInstanceRunning' to handle empty 'instance_info'

Instance info might return an empty dictionary in case the instance
does not exist. Fix 'IsInstanceRunning' to handle that fact.

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

ac2f0fb4 05/14/2014 12:16 pm Jose A. Lopes

Fix var reference from 'instance' instead of 'lu.instance'

... given that 'lu.instance' does not exist in all LUs.

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

a971cfee 05/14/2014 12:16 pm Jose A. Lopes

Fix dashes in environment names for OS params

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

View all revisions | View revisions

Also available in: Atom