Statistics
| Branch: | Tag: | Revision:

root @ e34f46e6

Name Size
  autotools
  daemons
  devel
  doc
  lib
  man
  qa
  src
  test
  tools
.ghci 21 Bytes
.gitignore 2.4 kB
COPYING 17.6 kB
INSTALL 10.9 kB
Makefile.am 71.8 kB
NEWS 118.2 kB
README 191 Bytes
UPGRADE 10.7 kB
autogen.sh 283 Bytes
configure.ac 24.1 kB
epydoc.conf.in 444 Bytes
pylintrc 2.9 kB
pylintrc-test 2.9 kB

Latest revisions

# Date Author Comment
e34f46e6 12/12/2013 06:33 pm Thomas Thrainer

Document format of the file-storage-paths file

The format of the /etc/ganeti/file-storage-paths file was not documented
in the man page. This patch adds a short note about the format there.

Signed-off-by: Thomas Thrainer <>
Reviewed-by: Michele Tartara <>

e8cbe174 12/02/2013 12:39 pm Dimitris Aragiorgis

Introduce _UpgradeSerializedRuntime() method

This method is invoked during _AnalizeSerializedRuntime() and is
meant to modify runtime files in the way cfgupgrade does for
config.data. This could remove deprecated fields, change the
format of the file, add/remove sections, etc....

ee2a6b3f 11/27/2013 03:43 pm Santi Raffa

build_chroot: install pyinotify inside the chroot

Commit 0e3f65d2 erroneously installed pyinotify on the host system.
This commit fixes that and adds a comment on why we have to install
this dependency separately in the first place.

Signed-off-by: Santi Raffa <>...

0dfd65e2 11/26/2013 02:34 pm Thomas Thrainer

Version bump for 2.10~beta1

Bump version for the upcoming 2.10~beta1 release.

Signed-off-by: Thomas Thrainer <>
Reviewed-by: Helga Velroyen <>

a9cf2d74 11/26/2013 02:34 pm Thomas Thrainer

Schedule 2.10~beta1 release in NEWS file

Schedule the 2.10~beta1 release for November 27th.

Signed-off-by: Thomas Thrainer <>
Reviewed-by: Helga Velroyen <>

cc6fd3da 11/25/2013 02:41 pm Dimitris Aragiorgis

Export NIC's UUID and name to network scripts

In case of kvm None values are not allowed in env dict
so we have to add name only if not None.

In case of Xen since we are writing on a file that
is going to be sourced we should not add INTERFACE_NAME=None....

884ec6d4 11/25/2013 02:41 pm Dimitris Aragiorgis

Use HooksDict() to export network options in Xen

Remove duplicate code that exports network options to environment
variables.

Signed-off-by: Dimitris Aragiorgis <>
Signed-off-by: Thomas Thrainer <>
Reviewed-by: Thomas Thrainer <>

2a3bbbaa 11/25/2013 02:41 pm Dimitris Aragiorgis

Export tags via GetTags() to network scripts

Use GetTags() instance method in order to export instance tags
to NIC configuration scripts and files of kvm and xen hypervisors.

Signed-off-by: Dimitris Aragiorgis <>
Signed-off-by: Thomas Thrainer <>...

49c60905 11/25/2013 02:41 pm Dimitris Aragiorgis

Fix net-common script in case of routed mode

setup_route should run in case or routed mode and not
openvswitch.

Signed-off-by: Dimitris Aragiorgis <>
Signed-off-by: Thomas Thrainer <>
Reviewed-by: Thomas Thrainer <>

96ed3a3e 11/21/2013 04:06 pm Dimitris Aragiorgis

Introduce --hotplug-if-possible option

This will be useful for an external entity using RAPI that
wants to modify devices of instances.

The common use case for that is:
"I want to add a NIC/disk to an instance. If it is running
then try to hotplug the device. If not, then just add it to config."...

View all revisions | View revisions

Also available in: Atom