Statistics
| Branch: | Tag: | Revision:

root @ aa104b5e

Name Size
  autotools
  daemons
  devel
  doc
  lib
  man
  qa
  src
  test
  tools
.ghci 21 Bytes
.gitignore 2.5 kB
COPYING 17.6 kB
INSTALL 11.2 kB
Makefile.am 72.8 kB
NEWS 115 kB
README 191 Bytes
UPGRADE 11.4 kB
autogen.sh 283 Bytes
configure.ac 23.9 kB
epydoc.conf.in 444 Bytes
pylintrc 2.9 kB
pylintrc-test 2.9 kB

Latest revisions

# Date Author Comment
aa104b5e 10/17/2013 06:16 pm Klaus Aehlig

Add QA routine to test 'gnt-cluster upgrade'

The subtle points of upgrading a cluster can only be found in
QA, so add a method to do so. A prerequisite is, that both
versions are installed on the test cluster. To have a realistic
scenario, instances are created on both versions....

37889387 10/17/2013 06:16 pm Klaus Aehlig

QA: Factor out the list of available instance test

The knowledge about which instance creating tests are
available is best kept in the module on istances. Moreover,
it is not only used by RunInstanceTests, but will
also be needed by the upgrade test.

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

4dbc4c85 10/17/2013 06:11 pm Klaus Aehlig

Mention the --enable-symlinks option in INSTALL

From version 2.11 onwards, the default for Ganeti is to install as
a standby version to be activated by the old Ganeti version itself.
While this is useful for existing users, first-time installations
need to add these symlinks or configure with ``--enable-symlinks``....

98ef4a7b 10/17/2013 06:11 pm Klaus Aehlig

Mention gnt-cluster upgrade in UPGRADE

Ganeti 2.11 is the first version of Ganeti reachable (from 2.10) with
gnt-cluster upgrade. Hence suggest this method in the UPGRADE notes.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Helga Velroyen <>

3fe7d670 10/17/2013 04:06 pm Hrvoje Ribicic

Fix 'times' return type in the fake hypervisor

This patch changes the type of the times value returned by the fake
hypervisor from string to int. The values are used during two RPC
calls, namely InstanceInfo and AllInstancesInfo, and caused errors
when the more strict Haskell query code attempted to parse the...

46c33a2b 10/17/2013 12:27 pm Klaus Aehlig

Change default for --enable-symlinks to false

While in Ganeti 2.10, which is the first version to use
version-dependent symlinks in the sysconfdir should bring
these links by default, for later versions, these links
should be created by 'gnt-cluster upgrade'. So change the...

2b4e194e 10/17/2013 11:38 am Hrvoje Ribicic

Fix 'hvVncTls' key in 'hvsParameterTypes'

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

8b7b7766 10/17/2013 11:18 am Helga Velroyen

Remove deprecated deprecation warning for --no-lvm-storage

This removes the deprecation warning for the option
'--no-lvm-storage'. The deprecation warning was intended
to be raised in 2.9 and 2.10 and removed after that.

Signed-off-by: Helga Velroyen <>...

e96c0a5c 10/17/2013 11:09 am Hrvoje Ribicic

Turn on the usage of Haskell instance queries

This commmit finally switches the instance query handling on.

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

ee8bb326 10/17/2013 11:09 am Hrvoje Ribicic

Optimize instance query speed

The instance queries have a field called console which requires an
extra RPC call. This commit allows extra parameters to be passed on
to the query logic, which allows us to determine when to make the
extra call.

Signed-off-by: Hrvoje Ribicic <>...

View all revisions | View revisions

Also available in: Atom