ganeti-local
2008-08-08 Michael HanselmannMove function cleaning directory to module level
2008-08-07 Michael HanselmannUse API instead of command line utilities in watcher
2008-08-07 Michael HanselmannFix cli.PollJob
2008-08-06 Michael HanselmannNotify job queue about added/removed nodes
2008-08-06 Michael HanselmannImplement {Add,Readd,Remove}Node in GanetiContext
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-06 Michael Hanselmannmasterd: Move job queue into context object
2008-08-06 Michael HanselmannClean job queue directories when leaving cluster
2008-08-06 Michael HanselmannUse new RPC call in “gnt-node list”
2008-08-06 Michael HanselmannImplement query for nodes
2008-08-06 Michael HanselmannUse new query RPC call in “gnt-instance list”
2008-08-06 Michael HanselmannImplement query for instances
2008-08-05 Michael Hanselmannjqueue: Replicate jobs to all nodes
2008-08-04 Michael Hanselmannjqueue: Use new jstore module
2008-08-04 Michael Hanselmannjstore: Add queue helper functions
2008-08-04 Iustin PopImplement job submission for scripts
2008-08-04 Iustin PopAnother typo in the install doc
2008-08-04 Iustin PopUpdate the module build section of install doc
2008-07-31 Michael Hanselmannjqueue: Move assert into decorator
2008-07-31 Iustin PopSplit cli.SubmitOpCode in two parts
2008-07-31 Michael HanselmannAllow job queue files to be uploaded through ganeti...
2008-07-31 Michael HanselmannAdd FileLock utility class
2008-07-31 Michael Hanselmannjqueue: Store context in job queue instead of worker...
2008-07-31 Oleksiy MishchenkoRAPI Implement DELETE for tags
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-30 Iustin PopFix cluster destroy
2008-07-30 Guido TrotterXen: remove two end-of-line semicolons
2008-07-30 Iustin PopFix cluster init
2008-07-30 Iustin PopMake gnt-* commands fail nicely on non-masters
2008-07-30 Guido TrotterParallelize LUFailoverInstance
2008-07-30 Guido TrotterChainOpCode is still BGL-only
2008-07-30 Iustin PopFix a misuse of exc_info in logging.info
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Iustin PopFix some errors detected by pylint
2008-07-30 Iustin PopUnify SetupDaemon/SetupLogging
2008-07-30 Iustin PopSimplify the log constants and add another one
2008-07-30 Iustin PopFix gnt-cluster getmaster
2008-07-30 Guido TrotterParallelize {Startup,Shutdown,Reboot}Instance
2008-07-30 Guido TrotterParallelize LUReinstallInstance
2008-07-30 Guido TrotterLogicalUnit._LockInstancesNodes helper function
2008-07-30 Guido TrotterMake sharing locks possible
2008-07-30 Guido TrotterAdd LogicalUnit.DeclareLocks
2008-07-30 Guido TrotterLURenameInstance, add/remove relevant locks
2008-07-30 Michael HanselmannRewrite job queue
2008-07-30 Michael Hanselmannworkerpool: Log when waiting for a thread
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-07-30 Iustin PopExpose utils.DaemonPidFileName
2008-07-30 Iustin PopImplement checking for the master role in rapi
2008-07-30 Iustin PopAdd a new parameter to backend.(Start|Stop)Master
2008-07-29 Michael HanselmannLog thread name when debug output is enabled
2008-07-29 Michael Hanselmannjqueue: Fix error logging
2008-07-29 Iustin PopFix constants typo
2008-07-29 Iustin PopUse constants for the pid file stems
2008-07-29 Iustin PopAdd a KillProcess function
2008-07-29 Iustin PopChange IsPidFileAlive into ReadPidFile
2008-07-29 Iustin PopMake the rapi daemon create a pidfile
2008-07-28 Michael HanselmannFix unittests for ganeti-rapi
2008-07-28 Michael HanselmannImplement signal handling in ganeti-rapi
2008-07-28 Michael HanselmannMove ganeti-rapi core code to daemon
2008-07-28 Michael HanselmannReplace httperror module with ganeti.http
2008-07-28 Michael HanselmannImplement “gnt-job cancel”
2008-07-28 Michael HanselmannImplement job canceling on server side
2008-07-28 Michael HanselmannFix exception class name in utils.WritePidFile
2008-07-28 Michael HanselmannAdd “canceled” status for opcodes
2008-07-28 Michael HanselmannMake “gnt-debug delay” work again
2008-07-25 Michael HanselmannMove code extracting job ID into function
2008-07-25 Oleksiy MishchenkoConvert set to a list in LUGetTags
2008-07-24 Oleksiy MishchenkoSwitch RAPI to ganeti.http module
2008-07-24 Michael HanselmannImplement “gnt-job archive” to archive jobs
2008-07-24 Michael HanselmannImplement job archiving on the server side
2008-07-24 Michael HanselmannAdd directory for archived jobs
2008-07-24 Michael HanselmannFix RPC parameters for {Cancel,Archive}Job
2008-07-24 Guido TrotterAdd utils unittests for new functions
2008-07-23 Michael HanselmannMove code formatting job ID into a base class
2008-07-23 Guido TrotterUse pidfiles in example init script
2008-07-23 Guido Trotterganeti-masterd: write and remove pidfile
2008-07-23 Guido Trotterganeti-noded: write and remove pid file
2008-07-23 Guido TrotterAdd utils.{Write,Remove}PidFile
2008-07-23 Guido TrotterAdd utils.IsPidFileAlive function
2008-07-23 Guido TrotterInvert nodes/instances locking order
2008-07-23 Oleksiy MishchenkoGeneralization of bulk output mapping
2008-07-23 Michael HanselmannRename JobStorage to DiskJobStorage
2008-07-23 Michael Hanselmanngnt-job: Don't treat job IDs as numbers
2008-07-23 Michael HanselmannFix logging with string job IDs
2008-07-23 Iustin PopSimplify rapi.baserlib.MapFields()
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-23 Guido TrotterMove BDEV_CACHE_DIR to RUN_GANETI_DIR/bdev-cache
2008-07-22 Guido TrotterConvert SetInstanceParams to concurrency
2008-07-22 Guido TrotterUse Update in SetInstanceParams
2008-07-22 Guido TrotterConvert LUConnectConsole to concurrency
2008-07-22 Guido TrotterAdd _ExpandAndLockInstance auxiliary function.
2008-07-22 Guido TrotterConvert two (simple) LUs to be concurrent
2008-07-22 Guido TrotterAdd missing empty line
2008-07-22 Oleksiy MishchenkoPut the poper RAPI baserlib
2008-07-22 Michael HanselmannMake argument to CleanCacheUnlocked mandatory
2008-07-22 Oleksiy MishchenkoSplit RAPI resources to pieces
next