Switch gnt-debug submit-job to JobExecutor
[ganeti-local] / lib / mcpu.py
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-01-13 Iustin PopForward port the live migration from 1.2 branch
2009-01-12 Iustin PopIntroduce a very simple LU to force config updates
2008-12-05 Iustin PopMake cluster verify understand offline nodes
2008-12-02 Iustin PopConvert rpc results to a custom type
2008-12-02 Iustin PopAdd a gnt-node modify operation
2008-11-24 Iustin PopDocumentation updates for mcpu.py
2008-10-21 Iustin PopImprove the mcpu.Processor logging routines
2008-10-20 Iustin PopConvert mcpu.py to use the logging module
2008-10-10 Iustin PopConvert rpc module to RpcRunner
2008-10-07 Iustin PopImplement job 'waiting' status
2008-10-01 Michael HanselmannDon't pass sstore to LUs anymore
2008-10-01 Michael HanselmannConvert mcpu.py
2008-10-01 Michael HanselmannAdd new query to get cluster config values
2008-09-11 Guido TrotterImplement adding/removal of locks by declaration
2008-09-11 Guido TrotterUse is_owned to determine whether to unlock
2008-09-09 Guido TrotterProcessor: remove ChainOpCode
2008-08-28 Guido TrotterFix issue when acquiring empty lock sets
2008-08-18 Guido TrotterProcessor: lock all levels even if one is missing
2008-07-30 Guido TrotterChainOpCode is still BGL-only
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Guido TrotterMake sharing locks possible
2008-07-30 Guido TrotterAdd LogicalUnit.DeclareLocks
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-07-23 Guido TrotterInvert nodes/instances locking order
2008-07-14 Iustin PopFirst version of user feedback fixes
2008-07-08 Guido TrotterProcessor: Acquire locks before executing an LU
2008-07-08 Guido TrotterLogicalUnit: add ExpandNames function
2008-07-08 Guido TrotterProcessor: Move LU execution to its own method
2008-07-08 Guido TrotterPass context to LUs
2008-07-01 Guido TrotterContext: s/GLM/glm/
2008-07-01 Guido TrotterProcessor: acquire the BGL for LUs requiring it
2008-07-01 Guido TrotterProcessor: pass context in and use it.
2008-06-30 Guido TrotterFix sstore handling in Processor
2008-06-23 Iustin PopFix gnt-cluster “command” and “copyfile”
2008-06-17 Iustin PopImplement disk grow at LU level
2008-06-16 Guido TrotterMove SetKey to WritableSimpleStore and use it
2008-06-12 Michael HanselmannMove InitCluster opcode into a single function
2008-06-12 Michael HanselmannRemove REQ_CLUSTER from opcode handling code
2008-04-30 Guido TrotterAdd a LU Hooks notification function
2008-04-30 Guido TrotterHooksMaster: Make RunPhase return the rpc output
2008-04-23 Guido TrotterAdd gnt-backup remove functionality
2008-04-16 Iustin PopAllocator framework, 1st part: allocator input generation
2008-03-31 Manuel Franceschiniparms->params Refactoring
2008-03-31 Manuel FranceschiniMap OpSetClusterParams to correponding LU
2008-03-30 Iustin PopChange the order of config updates in some LUs
2008-03-25 Iustin PopRemove the add/remove mirror operations
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-02-22 Manuel FranceschiniFixes small spell mistakes and comments
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2007-12-12 Iustin PopAdd the ‘gnt-cluster verify-disks’ command
2007-11-09 Iustin PopSoften the requirements for hooks execution
2007-11-08 Iustin PopChanges related to logging
2007-11-06 Iustin PopAdd better error logging functions for LUs
2007-11-03 Iustin PopImplement tag searching
2007-10-29 Iustin PopChange the signature of some methods of mcpu.Processor
2007-10-18 Alexander SchreiberPatch series for reboot feature, part 2
2007-10-11 Iustin PopImplement post-configuration-update hook
2007-10-11 Iustin PopSplit the hooks env building in two parts
2007-10-11 Iustin PopMove hook execution decision to HooksMaster
2007-10-11 Iustin PopRemove cfg and sstore parameters to HooksMaster
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-08 Iustin PopChange tags add/remove to process multiple tags
2007-09-18 Iustin PopImplement cluster rename operation
2007-09-17 Iustin PopImplement instance rename operation
2007-09-14 Iustin PopRemove OpQueryNodeData and LUQueryNodeData
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-08 Iustin PopImplement tag support for cluster, nodes and instances.
2007-07-27 Iustin PopMove the cluster name from ConfigWriter to SimpleStore.
2007-07-26 Michael Hanselmann- Move --force option to cli.py
2007-07-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-16 Iustin PopInitial commit.