Statistics
| Branch: | Tag: | Revision:

root / lib / cmdlib @ 809a055b

Name Size
__init__.py 3.1 kB
backup.py 21.9 kB
base.py 21.5 kB
cluster.py 140.4 kB
common.py 50.7 kB
group.py 33.7 kB
instance.py 164.8 kB
instance_migration.py 38.3 kB
instance_operation.py 19.2 kB
instance_query.py 10.1 kB
instance_storage.py 108.3 kB
instance_utils.py 20.4 kB
misc.py 13.8 kB
network.py 18.6 kB
node.py 58.1 kB
operating_system.py 6.4 kB
query.py 2.4 kB
tags.py 6.4 kB
test.py 14.7 kB

Latest revisions

# Date Author Comment
809a055b 05/21/2014 11:51 am Klaus Aehlig

Initialize self.needed_locks

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

247837c3 05/20/2014 06:49 pm Klaus Aehlig

Merge branch 'stable-2.11' into stable-2.12

  • stable-2.11
    Add missing import
    Fix INicParams to include inicNetwork
    Improve KVM userspace access documentation
  • stable-2.10
    Add --no-locks option to gnt-debug dela
    Include design-performance-tests.rst in index...
a4f462bd 05/20/2014 05:40 pm Klaus Aehlig

Merge branch 'stable-2.10' into stable-2.11

  • stable-2.10
    Add --no-locks option to gnt-debug delay
    Include design-performance-tests.rst in index
    Document the --force-failover option
    Support group evacuation by failover
    Add an option --force-failover...
aa112e9f 05/20/2014 01:59 pm Thomas Thrainer

Add --no-locks option to gnt-debug delay

Add the possibility to don't acquire locks during `gnt-debug delay`.
This allows to run many delay jobs in parallel instead of having
them run sequentially.

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

cbe82289 05/20/2014 12:53 pm Petr Pudlak

Flush the configuration before cluster verify

For this expose the flushing operation in Python ConfigWriter.

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

d0cd1368 05/19/2014 01:53 pm Klaus Aehlig

Support group evacuation by failover

Support evacuating a node group not using migration.
This can be useful if the group evacuated to has different
hardware.

Signed-off-by: Klaus Aehlig <>
Reviewed-by: Thomas Thrainer <>

c812ab71 05/16/2014 12:18 pm Klaus Aehlig

Support sequential evacuation

Make gnt-group evacuate support the --sequential option,
which causes all evacuation moves to be execuated sequentially.
This can be used to avoid congestion on a possibly slow link
between the node groups.

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

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

Refactor instance create to accommodate unsafe OS scripts

This patch gives just the code structure. Implementation will follow.

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

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

Helper method to run OS scripts in a virtualized environment

This method temporarily changes the instance's disk to contain the
helper VM's boot disk and the target disk for the OS installation.

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

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

Helper method to handle the OS install package

This helper method either picks up the package passed through the OS
parameters or creates a new package and updates the instance's OS
parameters. This allows users to add their own OS install package.

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

View revisions

Also available in: Atom