jqueue: Update message for cancelling running job
[ganeti-local] / lib / jqueue.py
2009-08-03 Michael Hanselmannjqueue: Update message for cancelling running job
2009-07-19 Iustin Popjob queue: fix loss of finalized opcode result
2009-07-19 Iustin PopAdd a luxi call for multi-job submit
2009-07-19 Iustin Popjob queue: fix interrupted job processing
2009-07-19 Iustin PopFix an error path in job queue worker's RunTask
2009-07-17 Iustin PopAdd __slots__ on objects in jqueue
2009-07-07 Michael HanselmannFix some typos
2009-02-12 Iustin Popjob queue: log the opcode error too
2009-01-28 Iustin PopFix some issues related to job cancelling
2009-01-27 Iustin PopFix single-job archiving (gnt-job archive)
2009-01-20 Iustin PopUpdate the logging output of job processing
2009-01-15 Iustin PopSome docstring updates
2008-12-18 Michael HanselmannJob queue: Allow more than one file rename per RPC...
2008-12-18 Michael Hanselmannganeti.jqueue: Group job archivals to reduce number...
2008-12-18 Michael HanselmannPrevent RPC timeout on auto-archiving jobs
2008-12-18 Michael Hanselmannjqueue: When auto-archiving jobs, calculate job status...
2008-12-18 Michael HanselmannUse subdirectories for job queue archive
2008-12-17 Michael HanselmannAdd job queue size limit
2008-12-14 Iustin Popcleanup: exceptions should derive from Exception
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-02 Iustin PopRestrict job propagation to master candidates only
2008-11-28 Michael Hanselmannjqueue: Always print message for 100% when inspecting...
2008-11-28 Michael Hanselmannjqueue: Allow jobs waiting for locks to be canceled
2008-11-27 Iustin Popjqueue: fix a bug in an error path
2008-11-26 Michael Hanselmannjqueue: Log progress and load jobs one by one
2008-11-26 Michael Hanselmannjqueue: Shutdown workerpool in case of a problem
2008-11-12 Michael Hanselmannjqueue: Always use rpc.RpcRunner
2008-10-27 Iustin PopDocumentation updates for jqueue.py
2008-10-27 Iustin PopYet another bug found while reviewing docs
2008-10-20 Iustin PopConvert the job queue rpcs to address-based
2008-10-16 Iustin PopFix job queue behaviour when loading jobs
2008-10-16 Iustin PopAdd an interface for the drain flag changes/query
2008-10-15 Iustin PopImplement the job queue drain flag
2008-10-10 Iustin PopConvert rpc module to RpcRunner
2008-10-07 Iustin PopImplement job 'waiting' status
2008-10-06 Iustin PopImplement job auto-archiving
2008-10-06 Iustin PopIncrease the number of threads to 25
2008-09-30 Iustin PopEnhance the job-related timestamps
2008-09-29 Iustin PopAdd opcode execution log in job info
2008-09-29 Iustin PopImplement job summary in gnt-job list
2008-09-29 Iustin PopNicely sort the job list
2008-09-10 Michael Hanselmannjqueue: Add common RPC error handling function
2008-08-29 Iustin PopMake WaitForJobChanges deal with long jobs
2008-08-27 Michael Hanselmannjqueue: Replace normal cache dict with weakref dict
2008-08-27 Michael Hanselmannjqueue: Keep timestamp of opcode start and end
2008-08-27 Michael Hanselmannjqueue: Reset run_op_idx after job is done
2008-08-27 Michael HanselmannMake sure that client programs get all messages
2008-08-11 Michael HanselmannAdd RPC call to wait for job changes
2008-08-11 Michael Hanselmannjqueue: Change log message time format
2008-08-08 Michael Hanselmannjqueue: Move archived jobs on all nodes
2008-08-08 Michael Hanselmannjstore: Change to not always require a lock
2008-08-08 Michael Hanselmannjqueue: Use new job queue RPC functions
2008-08-06 Michael Hanselmannjqueue: Implement {Add,Remove}Node
2008-08-06 Michael Hanselmannjqueue: Don't pass the list of nodes to SubmitJob anymore
2008-08-06 Michael HanselmannMaintain node list in job queue
2008-08-05 Michael Hanselmannjqueue: Replicate jobs to all nodes
2008-08-04 Michael Hanselmannjqueue: Use new jstore module
2008-07-31 Michael Hanselmannjqueue: Move assert into decorator
2008-07-31 Michael Hanselmannjqueue: Store context in job queue instead of worker...
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Michael HanselmannRewrite job queue
2008-07-29 Michael Hanselmannjqueue: Fix error logging
2008-07-28 Michael HanselmannImplement job canceling on server side
2008-07-28 Michael HanselmannAdd “canceled” status for opcodes
2008-07-25 Michael HanselmannMove code extracting job ID into function
2008-07-24 Michael HanselmannImplement job archiving on the server side
2008-07-24 Michael HanselmannAdd directory for archived jobs
2008-07-23 Michael HanselmannMove code formatting job ID into a base class
2008-07-23 Michael HanselmannRename JobStorage to DiskJobStorage
2008-07-23 Michael HanselmannFix logging with string job IDs
2008-07-23 Michael HanselmannMake job ID a string
2008-07-23 Iustin PopDistribute the queue serial file after each update
2008-07-23 Iustin PopMake the job storage init reuse a serial file
2008-07-22 Michael HanselmannMake argument to CleanCacheUnlocked mandatory
2008-07-17 Oleksiy MishchenkoImplement jobs resource in RAPI
2008-07-15 Iustin PopSort the job list in _GetJobIDsUnlocked
2008-07-14 Iustin PopFirst version of user feedback fixes
2008-07-14 Iustin PopCache some jobs in memory
2008-07-14 Iustin PopFix JobStorage._GetJobIDsUnlocked
2008-07-14 Iustin PopChange JobStorage to work with ids not filenames
2008-07-11 Michael HanselmannAdd experimental persistency to job queue
2008-07-11 Michael HanselmannMake "gnt-job list" work again
2008-07-10 Iustin PopSwitch _QueuedOpCode to have their own lock
2008-07-10 Iustin PopAdd a simple decorator for instance methods
2008-07-10 Michael Hanselmannjqueue: Log more information when running opcodes
2008-07-09 Michael HanselmannRemove old job queue code
2008-07-09 Michael HanselmannAdd very simple job queue
2008-06-13 Guido TrotterFix a typo in jqueue.py
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-07 Iustin PopImplement selective job query
2008-04-04 Iustin PopAdd a simple gnt-job script
2008-04-01 Iustin PopA dumb queue implementation