Move hooks PATH environment variable to constants
[ganeti-local] / lib / cmdlib.py
2012-04-11 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2012-04-11 Iustin PopFix extra whitespace
2012-04-11 Dimitris AragiorgisFurther fixes concerning drbd port release
2012-04-11 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-30 Iustin PopFix extra whitespace
2012-03-29 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-28 Bernardo Dal SenoLUOobCommand: acquire BGL in shared mode
2012-03-23 René NussbaumerLUNodeAdd: Verify version in Prereq v2.5.0rc6
2012-03-22 Michael HanselmannLUClusterVerifyConfig: Share BGL, acquire all locks...
2012-03-19 Iustin PopFix type error in LUInstanceChangeGroup
2012-01-25 Michael HanselmannFix cluster verification issues on multi-group clusters
2012-01-20 Guido TrotterMigrate: don't check for free memory on cleanup
2012-01-09 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2011-11-24 Michael HanselmannLUGroupAssignNodes: Fix node membership corruption
2011-11-24 Michael HanselmannLUGroupAssignNodes: Fix node membership corruption
2011-11-24 Michael HanselmannFix pylint warning on unreachable code
2011-11-23 Michael HanselmannLUNodeEvacuate: Disallow migrating all instances at...
2011-11-23 Michael HanselmannLUNodeEvacuate: Locking fixes
2011-11-23 Michael HanselmannFix error when removing node
2011-11-14 Vangelis KoukisEnsure unused ports return to the free port pool
2011-11-08 Michael HanselmannFail if node/group evacuation can't evacuate instances
2011-11-04 Michael HanselmannLUInstanceRename: Compare name with name
2011-11-04 Michael HanselmannLUClusterRepairDiskSizes: Acquire instance locks in...
2011-10-19 Michael HanselmannOpGroupVerifyDisks: Fix wrong result type declaration
2011-10-04 Michael HanselmannFix issue when verifying cluster files
2011-10-03 Michael HanselmannFix adding nodes after commit 64c7b3831dc
2011-09-30 Michael HanselmannLUClusterVerifyGroup: Spread SSH checks over more nodes
2011-09-28 Iustin PopFix handling of cluster verify hooks
2011-09-28 Iustin PopRedistribute the RAPI certificate
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-26 Michael HanselmannTwo more PEP8 fixes
2011-08-25 Michael HanselmannPEP8 style fixes
2011-08-23 René NussbaumerDocumentation fix for importing with --src-dir option
2011-08-19 Agata MurawskaDocumentation fix for importing with --src-dir option
2011-08-12 Michael HanselmannSmall improvements for cluster verify
2011-08-12 Michael HanselmannAllow locking to be used via OpQuery
2011-08-12 Michael HanselmannChange OpClusterVerifyConfig's result, verify results
2011-08-12 Michael HanselmannUse LU-generated jobs for verifying cluster
2011-08-08 Iustin PopAllow fixing of split instances via relocate
2011-08-08 Iustin PopFurther cleanup after multi-evacuate removal
2011-08-08 Iustin PopFix bug in IAllocator parsing of Evacuate result
2011-08-05 Michael HanselmannRemove iallocator's “multi-evacuate” mode
2011-08-05 Michael HanselmannAdd docstring to cmdlib.TLReplaceDisks._FindFaultyDisks
2011-08-05 Michael HanselmannLUGroupVerifyDisks: Use _CheckInstanceNodeGroups' result
2011-08-05 Michael Hanselmanncmdlib: Factorize checking node groups' instances
2011-08-04 Apollon OikonomopoulosRemove 15-second sleep from LUInstanceCreate
2011-08-04 Iustin PopAdd a readability alias
2011-08-04 Michael HanselmannAdd opcode to change instance's group
2011-08-04 Michael HanselmannFactorize checking instance's node groups
2011-08-04 Michael HanselmannLock potential target nodes for group evacuation
2011-08-04 Michael HanselmannSmall changes in group evacuation
2011-08-04 Michael Hanselmanncmdlib: Factorize getting iallocator
2011-08-03 Apollon OikonomopoulosPause DRBD sync for OS install if not wait_for_sync
2011-08-03 Iustin PopOptimise use of repeated/looping GetInstanceInfo
2011-08-03 Iustin PopOptimise use of repeated/looping GetNodeInfo
2011-08-02 Iustin PopFix types passed to IAllocator
2011-08-02 Michael HanselmannAdd primary/second nodes' group as query fields
2011-07-28 Iustin PopRemove requirement for variants on OS API v15+
2011-07-28 Iustin PopFix group verification of offline nodes
2011-07-27 Iustin PopDisallow variants for OSes that don't support them
2011-07-26 Iustin PopAdd helper for declaring all locks shared
2011-07-26 Michael HanselmannChange OpClusterVerifyDisks to per-group opcodes
2011-07-26 Michael Hanselmanncmdlib: Give instance name in error message on group...
2011-07-26 Michael Hanselmanncmdlib: Factorize mapping instance LVs to node/volume
2011-07-25 Iustin PopMost boring patch ever
2011-07-22 Michael Hanselmanngnt-instance info: Return static info if node offline
2011-07-22 Michael HanselmannIgnore offline primary when failing over
2011-07-22 Michael HanselmannMerge branch 'devel-2.4'
2011-07-22 Michael Hanselmanngnt-node volumes: Fix instance names
2011-07-21 Michael HanselmannFix instance failover (missing argument)
2011-07-21 Michael HanselmannAdd error state to LUGroupEvacuate's exceptions
2011-07-21 Michael HanselmannAdd new opcode for evacuating group
2011-07-21 Michael HanselmannFix node evacuation
2011-07-11 Michael HanselmannMerge branch 'devel-2.4'
2011-07-08 Stephen ShirleyAdd gnt-instance start --pause
2011-07-05 Michael HanselmannRemove old node evacuation opcode
2011-07-05 Michael HanselmannAdd new opcode to evacuate node
2011-07-01 Iustin PopFix cluster verify for empty node groups
2011-06-28 Iustin PopFix bug in recreate-disks for DRBD instances
2011-06-28 Iustin PopFix a lint warning
2011-06-27 Iustin PopFix bug in drbd8 replace disks on current nodes
2011-06-23 Guido TrotterMerge branch 'devel-2.4'
2011-06-23 Guido TrotterLUInstanceCreate: use opcodes.RequireFileStorage
2011-06-17 Guido TrotterMerge branch 'devel-2.4'
2011-06-17 Guido TrotterAdd one forgotten element to the file disk path
2011-06-17 Guido TrotterMerge branch 'devel-2.4'
2011-06-17 Guido TrotterAdd DTS_FILEBASED constant
2011-06-17 Guido TrotterLUInstanceCreate: fix file storage dir calculation
2011-06-17 Guido TrotterCheck that filestorage is enabled when requested
2011-06-17 Guido TrotterRemove self.op.file_storage_dir isabs check
2011-06-15 Michael HanselmannReplace iallocator's mreloc w/ change-group and node...
2011-06-08 Michael HanselmannFix locking issues in LUClusterVerifyGroup
2011-06-08 Michael Hanselmanncmdlib: Acquire BGL for LUClusterVerifyConfig
2011-06-07 Michael HanselmannExport/import instance tags
2011-06-07 Michael HanselmannFix issue with tags on instance creation
2011-06-01 Apollon OikonomopoulosExport instance tags to instance hooks
2011-06-01 Apollon OikonomopoulosAdd tag handling to {Op,LU}InstanceCreate
2011-05-31 Iustin Popiallocator: add ht-checking for the request
2011-05-31 Iustin Popiallocator: rename mem_size to memory
2011-05-31 Iustin Popiallocator: change default for target_groups
next