Processor: lock all levels even if one is missing
[ganeti-local] / daemons /
2008-08-18 Michael HanselmannUse Linux-specific way to name master socket
2008-08-11 Michael HanselmannAdd RPC call to wait for job changes
2008-08-08 Michael HanselmannAdd query function for exports
2008-08-08 Michael Hanselmannnoded: Add RPC function to rename job queue files
2008-08-08 Michael Hanselmannnoded: Add decorator for job queue lock
2008-08-08 Michael HanselmannImplement queue locking in node daemon
2008-08-08 Michael HanselmannMore logging for errors during noded RPC calls
2008-08-08 Michael HanselmannAdd job queue RPC functions
2008-08-07 Michael HanselmannUse API instead of command line utilities in watcher
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: Don't pass the list of nodes to SubmitJob anymore
2008-08-06 Michael Hanselmannmasterd: Move job queue into context object
2008-08-06 Michael HanselmannImplement query for nodes
2008-08-06 Michael HanselmannImplement query for instances
2008-07-31 Oleksiy MishchenkoFirst write operation (add tag) for Ganeti RAPI
2008-07-30 Iustin PopUnify SetupDaemon/SetupLogging
2008-07-30 Iustin PopRework master startup/shutdown/failover
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 Iustin PopUse constants for the pid file stems
2008-07-29 Iustin PopMake the rapi daemon create a pidfile
2008-07-28 Michael HanselmannImplement signal handling in ganeti-rapi
2008-07-28 Michael HanselmannMove ganeti-rapi core code to daemon
2008-07-24 Michael HanselmannFix RPC parameters for {Cancel,Archive}Job
2008-07-23 Guido Trotterganeti-masterd: write and remove pidfile
2008-07-23 Guido Trotterganeti-noded: write and remove pid file
2008-07-23 Iustin PopDistribute the queue serial file after each update
2008-07-21 Michael HanselmannHandle signals in node daemon
2008-07-21 Michael HanselmannUse new signal handler class in master daemon
2008-07-16 Oleksiy MishchenkoBreath life in to RAPI for trunk
2008-07-16 Guido TrotterFork ganeti-noded
2008-07-14 Michael HanselmannFix previous patch using workerpool in masterd
2008-07-14 Michael HanselmannUse workerpool in master daemon
2008-07-11 Michael HanselmannUse new HTTP server classes in ganeti-noded
2008-07-11 Oleksiy MishchenkoInitial copy of RAPI filebase to the trunk
2008-07-10 Michael HanselmannRemove more old job queue code
2008-07-10 Michael HanselmannMove watcher's LockFile function to utils
2008-07-09 Iustin PopFix double-logging in daemons
2008-07-09 Iustin Popganeti-noded logging improvements
2008-07-09 Iustin PopRemove the old locking functions
2008-07-09 Michael HanselmannRemove old job queue code
2008-07-09 Michael HanselmannChange masterd/client RPC protocol
2008-07-09 Michael HanselmannMake luxi RPC more flexible
2008-07-09 Michael HanselmannInstantiate new job queue in master daemon
2008-07-08 Iustin PopCreate all SUB_RUN_DIRS in ganeti-noded
2008-07-04 Iustin PopFix some issues with the watcher
2008-07-03 Iustin PopAdd custom logging setup for daemons
2008-07-02 Michael Hanselmannganeti-masterd: Remove unused locking code
2008-07-02 Michael Hanselmannganeti-masterd: Use logging module
2008-07-01 Guido TrotterContext: s/GLM/glm/
2008-07-01 Guido TrotterIncrease the thread size to 5
2008-07-01 Guido TrotterProcessor: pass context in and use it.
2008-06-30 Guido Trotterganeti-masterd: init and distribute common context
2008-06-27 Guido Trotterganeti-noded: Fix handling of QuitGanetiException
2008-06-26 Guido Trotterganeti-noded: quit on QuitGanetiException
2008-06-26 Guido Trotterganeti-noded: serve not quite forever
2008-06-23 Guido TrotterHandle any exception in ganeti-masterd
2008-06-20 Iustin PopAdd a rpc call for BlockDev.Close()
2008-06-19 Michael HanselmannUse a single Makefile.am instead of many
2008-06-18 Michael Hanselmannganeti-watcher: Replace custom exceptions with ganeti...
2008-06-18 Michael Hanselmannganeti-watcher: Don't write file if data didn't change
2008-06-18 Michael Hanselmannganeti-watcher: Rename WatcherState.data to WatcherStat...
2008-06-18 Michael HanselmannDon't log SystemExit exception in ganeti-watcher
2008-06-18 Michael HanselmannReplace watcher state file atomically
2008-06-18 Michael HanselmannWrite ganeti-watcher status file even if something...
2008-06-18 Michael HanselmannUse ganeti.serializer module in ganeti-watcher
2008-06-18 Michael HanselmannReplace custom logging code in watcher with logging...
2008-06-17 Iustin PopImplement block device grow at the rpc layer
2008-06-16 Iustin PopAdd migration support at the rpc layer
2008-06-13 Michael HanselmannReplace logging functions with calls to logging module
2008-06-13 Guido TrotterFail job on ganeti exceptions
2008-05-13 Iustin PopWatcher: do not activate disks for started instances
2008-05-13 Iustin PopWatcher: do not activate disks for admin_down
2008-05-01 Guido Trotterganeti-masterd: Some docstrings work
2008-04-29 Iustin PopDisable forking in the master daemon
2008-04-28 Iustin PopMove the 'cmd' lock from cli.py to ganeti-masterd
2008-04-28 Iustin PopConvert cli.SubmitOpCode to use the master
2008-04-28 Iustin PopMove iallocator script execution to ganeti-noded
2008-04-10 Iustin PopAdd per-opcode results to job processing
2008-04-05 Iustin PopImplement forking/master role checking in masterd
2008-04-05 Manuel Franceschiniganeti-noded directory functions for file backend
2008-04-04 Iustin PopAdd a simple gnt-job script
2008-04-04 Iustin PopMove the daemonize function to utils.py
2008-04-01 Iustin PopInitial tests with ganeti-masterd
2008-03-27 Iustin PopReduce log noise for the new http-based rpc
2008-03-19 Iustin PopMake ganeti-noded create BDEV_CACHE_DIR automatically
2008-03-11 Iustin PopModify utils.TcpPing to make source address optional
2008-02-22 Iustin PopBreak trunk by removing twisted
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
2007-12-12 Iustin PopModify ‘ganeti-watcher’ to run verify-disks
2007-12-03 Michael HanselmannVarious code style fixes for strings.
2007-11-29 Iustin PopMake utils.RunCmd log failures when using debug
2007-11-13 Michael HanselmannSmall changes and fixes in ganeti-watcher.
2007-11-05 Guido TrotterConvert os_get to use OS rather than InvalidOS
2007-11-05 Guido TrotterSimplify diagnose mangling/unmangling functions
2007-11-02 Iustin PopImplement device to instance mapping cache
2007-10-29 Iustin PopImplement block device renaming
2007-10-25 Iustin PopModify two mirror-device related rpc calls
2007-10-17 Alexander SchreiberPatch series for reboot feature, part 1
next