Rename OpRemoveInstance and LURemoveInstance
[ganeti-local] / lib / mcpu.py
2011-01-10 Iustin Popmcpu: Automatically build the DISPATCH_TABLE
2010-12-15 René NussbaumerRename (Op|LU)OutOfBand to (Op|LU)OobCommand
2010-12-13 Adeodato SimoAdd modification of node groups (OpCode/LU/CLI)
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for renaming a group
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for removing a group
2010-12-08 Adeodato SimoGroup operations: OpCode and LU for adding a group
2010-12-07 René NussbaumerAdding new OpCode for OOB
2010-12-01 Adeodato SimoQuerying node groups: LU/Opcode
2010-11-29 Michael HanselmannAdd OpQuery opcode
2010-11-16 René NussbaumerMove locking.RunningTimeout to utils
2010-10-12 Michael Hanselmannmcpu: Raise directly in _AcquireLocks
2010-09-24 Michael Hanselmannmcpu: Implement priority for lock acquiring
2010-09-23 Michael Hanselmannmcpu: Adjust lock acquire strategy
2010-09-23 Michael Hanselmannmcpu.Processor: Raise exception on lock acquire timeout
2010-09-13 Michael HanselmannRemove mcpu's ReportLocks callback
2010-07-15 Michael HanselmannAdd test for some aspects of job queue
2010-07-12 Michael HanselmannProvide feedback function for all LU methods
2010-06-23 Iustin PopRemove the obsolete EvacuateNode OpCode/LU
2010-05-18 Michael HanselmannAdd opcode to prepare export
2010-02-22 Iustin PopAdd LUNodeEvacuationStrategy
2010-01-25 Iustin PopFix an unsafe formatting bug
2010-01-13 Michael Hanselmannmcpu: Log lock status with sorted names
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRemove many 'Unused variable' warnings
2009-12-28 Iustin PopAdd targetted pylint disables
2009-11-06 Guido TrotterAdd config.DropECReservations
2009-11-06 Guido TrotterProcessor: support a unique execution id
2009-11-02 Iustin PopConvert the rest of the OpPrereqError users
2009-10-15 Michael Hanselmannmcpu: Use new timeout class for timeout
2009-10-15 Michael Hanselmannlocking, mcpu: Ensure timeout is always >= 0.0
2009-10-13 Michael Hanselmannmcpu: Make sure added locks are released on errors
2009-10-12 Michael Hanselmannmcpu: Change lock attempt timeout calculation
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-10-12 Michael Hanselmannmcpu: Improve lock reporting with timeouts
2009-10-12 Michael Hanselmannmcpu: Implement lock timeouts
2009-10-12 Michael Hanselmannmcpu: Remove unused exclusive_BGL attribute
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-15 Michael HanselmannKeep lock status with every job
2009-09-15 Michael HanselmannMove OpCode processor callbacks into separate class
2009-09-09 Luca Bigliardimcpu: formatting/indenting fix
2009-08-25 Luca BigliardiHooksMaster: fix RunPhase logging
2009-08-25 Luca BigliardiHooksMaster: logging hooks in RunPhase
2009-08-25 Luca Bigliardinode-remove post on removed node
2009-08-25 Luca BigliardiHooksMaster: document raised exception
2009-08-24 Luca BigliardiHooksMaster: list of nodes override
2009-08-24 Iustin PopAdd OPMoveInstance and LUMoveInstance
2009-08-24 Iustin PopRemove extra argument from HooksMaster class
2009-08-17 Michael HanselmannAdd opcode to repair storage volumes
2009-08-14 Iustin PopImplement instance recreate-disks
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-10 Luca BigliardiPost cluster initialization LU
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-04 Iustin PopImplement gnt-cluster check-disk-sizes
2009-08-04 Michael Hanselmanncmdlib: Add opcode to modify storage unit fields
2009-08-03 Michael HanselmannAdd new opcode to list physical volumes
2009-07-31 Michael Hanselmanncmdlib: Add new opcode to migrate node
2009-07-22 Michael HanselmannAdd new opcode to evacuate nodes
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
2009-06-19 Iustin PopLU execution: implement dry-run framework
2009-06-18 Iustin PopFix various pylint warnings
2009-06-15 Iustin PopConvert hooks_runner rpc to new style result
2009-05-27 Iustin PopAdd a node powercycle command
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
next