Rename OpRecreateInstanceDisks and LURecreateInstanceDisks
[ganeti-local] / lib / jqueue.py
2010-12-29 Michael Hanselmannjqueue: Fix cancelling while in waitlock in queue
2010-12-15 Michael Hanselmannjqueue: Keep jobs in “waitlock” while returning to...
2010-10-12 Michael Hanselmannjqueue: Fix bug when cancelling jobs
2010-10-12 Michael Hanselmannjqueue: Resume jobs from “waitlock” status (2nd try)
2010-10-12 Michael Hanselmannjqueue/gnt-job: Add job priority fields for display
2010-10-07 Michael Hanselmannjqueue, CancelJob: Check status only once per call
2010-09-24 Michael HanselmannFix docstring typo in jqueue._JobProcessor._MarkWaitlock
2010-09-24 Michael Hanselmannjqueue: Use priority for acquiring locks
2010-09-24 Michael Hanselmannjqueue: Use timeout when acquiring locks
2010-09-23 Michael Hanselmannjqueue: Introduce per-opcode context object
2010-09-23 Michael Hanselmannjqueue: Rename current_op to better reflect what it...
2010-09-23 Michael Hanselmannjqueue: Separate function for in-memory variables
2010-09-20 Michael Hanselmannjqueue: Change model from per-job to per-opcode processing
2010-09-20 Michael Hanselmannjqueue: Use priority for worker pool
2010-09-20 Michael Hanselmannjqueue: Add missing docstring to _QueuedJob.Cancel
2010-09-16 Michael Hanselmannjqueue: Move CancelJob logic to separate function
2010-09-16 Iustin PopMerge branch 'devel-2.2'
2010-09-13 Michael Hanselmannjqueue: Ensure only accepted priorities are allowed...
2010-09-13 Michael HanselmannAdd support for job priority to opcodes and job queue...
2010-09-13 Michael HanselmannRemove mcpu's ReportLocks callback
2010-09-13 Michael HanselmannRevert "jqueue: Resume jobs from “waitlock” status"
2010-09-10 Michael HanselmannMerge branch 'devel-2.2'
2010-09-10 Michael Hanselmannjqueue: Resume jobs from “waitlock” status
2010-09-10 Michael Hanselmannjqueue: Move queue inspection into separate function
2010-09-10 Michael Hanselmannjqueue: Don't update file in MarkUnfinishedOps
2010-09-07 René NussbaumerMove job queue to new ganeti.runtime
2010-09-07 Michael HanselmannMerge branch 'devel-2.2'
2010-09-07 Michael Hanselmannjqueue: Use separate function for encoding errors
2010-08-25 René NussbaumerMerge branch 'devel-2.2'
2010-08-24 Michael Hanselmannworkerpool: Allow setting task name
2010-08-23 Iustin PopMerge branch 'devel-2.2'
2010-08-19 Michael Hanselmannjqueue: Remove lock status field
2010-08-18 Guido TrotterMerge branch 'devel-2.2'
2010-08-18 Michael Hanselmannjqueue: Mark opcodes following failed ones as failed...
2010-08-18 Michael Hanselmannjqueue: Work around race condition between job processi...
2010-08-18 Manuel FranceschiniSupport for resolving hostnames to IPv6 addresses
2010-08-17 Michael Hanselmannjqueue: More checks for cancelling queued job
2010-08-17 Michael Hanselmannjqueue: Add more debug output
2010-07-30 Iustin PopFix a few job archival issues
2010-07-29 Iustin PopChange handling of non-Ganeti errors in jqueue
2010-07-29 Michael Hanselmannworkerpool: Change signature of AddTask function to...
2010-07-16 Iustin PopImplement lock names for debugging purposes
2010-07-15 Michael Hanselmannjqueue: Factorize code waiting for job changes
2010-07-12 Michael Hanselmannjqueue: Setup inotify before checking for any job changes
2010-07-09 Manuel FranceschiniIntroduce lib/netutils.py
2010-07-06 Iustin PopFix opcode transition from WAITLOCK to RUNNING
2010-06-28 Guido Trotterjqueue: remove the _big_jqueue_lock module global
2010-06-28 Guido TrotterShare the jqueue lock on job-local changes
2010-06-28 Guido Trotter_OpExecCallbacks abstract _AppendFeedback
2010-06-28 Guido Trotterjqueue: convert to a SharedLock()
2010-06-28 Guido TrotterMarkUnfinishedOps: update job file on disk
2010-06-28 Guido TrotterRemove spurious empty line
2010-06-23 Guido TrotterRemove job object condition
2010-06-23 Guido TrotterParallelize WaitForJobChanges
2010-06-23 Guido TrotterUpdate the job file on feedback
2010-06-23 Guido TrotterDon't lock on QueryJobs, by using the disk version
2010-06-23 Guido TrotterAdd JobQueue.SafeLoadJobFromDisk
2010-06-23 Guido Trotterjqueue._LoadJobFromDisk: remove safety archival
2010-06-17 Guido Trotterjqueue.AddManyJobs: use AddManyTasks
2010-06-17 Guido Trotterjqueue: make replication on job update optional
2010-06-17 Guido Trotters/queue._GetJobInfoUnlocked/job.GetInfo/
2010-06-17 Guido TrotterAbstract loading job file from disk
2010-06-15 Guido TrotterListVisibleFiles: do not sort output
2010-06-15 Guido Trotterjqueue: simplify removal from _nodes
2010-06-11 Guido TrotterCache a few bits of status in jqueue
2010-06-11 Guido Trotterjqueue: Rename _queue_lock to _queue_filelock
2010-06-11 Guido TrotterOptimize _GetJobIDsUnlocked
2010-06-11 Guido TrotterRemove unused parameter from function
2010-06-11 Guido TrotterFix a TODO in _QueuedJob
2010-06-11 Guido TrotterRemove the job queue drain rpc call
2010-06-01 Iustin PopAdd a new opcode timestamp field
2010-03-08 Iustin PopSwitch more code to PathJoin
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-01-13 Michael Hanselmannjqueue: Don't return negative number for unchecked...
2010-01-13 Michael HanselmannImprove logging for workerpool tasks by providing __repr__
2010-01-13 Michael Hanselmannworkerpool: Simplify log messages
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin Popjqueue/_CheckRpcResult: log the whole operation
2010-01-04 Iustin PopConvert to static methods (where appropriate)
2010-01-04 Iustin PopAdd targeted pylint disables
2009-12-28 Iustin PopPartial cherry-pick of 6c881c5 from the 2.1 branch
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-06 Guido TrotterProcessor: support a unique execution id
2009-11-06 Iustin PopFix pylint 'E' (error) codes
2009-11-03 Michael Hanselmannjqueue: Convert to utils.Retry
2009-10-12 Michael HanselmannCode and docstring style fixes
2009-09-25 Iustin PopEncode the actual exception raised by LU execution
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-15 Michael Hanselmannjqueue: Remove unused run_op_index attribute
2009-09-15 Michael HanselmannExport new lock_status field to gnt-job
2009-09-15 Michael HanselmannKeep lock status with every job
2009-09-15 Michael HanselmannMove OpCode processor callbacks into separate class
2009-09-14 Michael HanselmannMerge commit 'origin/next' into branch-2.1
2009-09-07 Iustin PopOptimise multi-job submit
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-27 Iustin PopEncode the actual exception raised by LU execution
2009-08-03 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-03 Michael Hanselmannjqueue: Fix error when WaitForJobChange gets invalid ID
2009-08-03 Michael Hanselmannjqueue: Update message for cancelling running job
next