Export extractExTags and updateExclTags
[ganeti-local] / lib / mcpu.py
2013-04-17 Guido TrotterMove HooksMaster out of the mcpu module
2012-12-21 Iustin PopMerge branch 'devel-2.6'
2012-12-19 Michael HanselmannReplace frozenset with compat.UniqueFrozenset
2012-12-13 Iustin PopStop verifying opcode results in dry_run mode
2012-12-07 Michael Hanselmannmcpu: Verify node allocation lock mode
2012-12-03 Michael HanselmannSupport opportunistic locks in mcpu/LUs
2012-11-26 Michael Hanselmannmcpu: Start locking at correct level
2012-11-08 Michael Hanselmannjqueue/mcpu: Determine priority using callback
2012-11-01 Michael HanselmannMerge branch 'devel-2.6'
2012-11-01 Iustin PopImprove handling of lock exceptions
2012-10-23 Iustin PopImprove logging of AssertionErrors
2012-09-18 Michael HanselmannMigrate lib/mcpu.py from constants to pathutils
2012-08-23 Iustin PopBump pep8 version to 1.2
2012-05-09 Andrea SpadacciniMove hooks PATH environment variable to constants
2012-04-20 Michael HanselmannStop acquiring BGL for LUXI queries
2012-04-18 Michael HanselmannFix error in opcode result processing
2012-04-16 Michael HanselmannCopy debug level, priority and set comment for LU-gener...
2012-03-22 Michael HanselmannRevert "Stop acquiring BGL for LUXI queries"
2012-03-20 Michael HanselmannStop acquiring BGL for LUXI queries
2012-02-17 Michael Hanselmannutils.text: Add function to truncate string
2012-02-17 René Nussbaumermcpu: Make the op result exception more verbose
2011-11-18 Andrea SpadacciniMerge branch 'devel-2.5'
2011-11-02 Andrea SpadacciniMove hooks PATH environment variable to constants
2011-11-01 Andrea SpadacciniGeneralize HooksMaster
2011-11-01 Andrea SpadacciniGeneralize HooksMaster
2011-10-31 Michael HanselmannMerge branch 'devel-2.5'
2011-10-25 Andrea SpadacciniUse JoinDisjointDicts in mcpu
2011-09-27 Michael HanselmannKeep only one global RPC runner in Ganeti context
2011-08-30 Andrea SpadacciniDeprecationWarning fixes for pylint
2011-08-12 Michael Hanselmannmcpu: Specify actual received type on opcode issue
2011-07-26 Michael HanselmannAdd ht-based result checks to opcodes
2011-05-19 Michael Hanselmannmcpu: Add missing docstring to _ProcessResult
2011-05-10 Michael Hanselmanncmdlib: Remove acquired_locks attribute from LUs
2011-04-07 Michael HanselmannMerge branch 'devel-2.4'
2011-04-06 Iustin PopIncrease the lock timeouts before we block-acquire
2011-03-25 Michael HanselmannImplement submitting jobs from logical units
2011-03-18 Michael HanselmannSplit BuildHooksEnv of LUs
2011-03-17 Michael HanselmannRemove restrictive hook node list check
2011-03-16 Michael Hanselmannhooks: Provide variables with post-opcode values
2011-03-16 Michael HanselmannHooksMaster: Add more assertions for variable names
2011-03-16 Michael Hanselmannmcpu: Tidy HooksMaster a bit
2011-02-28 Michael HanselmannFix LU processor's GetECId
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
next