Create runtime dir in bootstrap
[ganeti-local] / daemons / ganeti-masterd
2009-02-27 Guido TrotterCreate runtime dir in bootstrap
2009-02-12 Iustin Popmaster daemon: allow skipping the voting process
2009-02-04 Iustin PopAdd one new luxi query: cluster info
2009-02-04 Iustin PopImplement lockless query operations
2009-01-21 Iustin PopFix some more pylint errors
2009-01-20 Iustin PopUpdate the logging output of job processing
2009-01-09 Iustin PopRework the daemonization sequence
2009-01-06 Iustin PopFix some pylint-detected issues
2008-12-18 Michael HanselmannPrevent RPC timeout on auto-archiving jobs
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-02 Iustin PopFix master failover
2008-11-26 Guido Trotterganeti-masterd: create RUN_GANETI_DIR as well
2008-11-25 Guido TrotterMove the MASTER_SOCKET to SOCKET_DIR
2008-11-25 Guido Trotterganeti-masterd: create SOCKET_DIR
2008-11-21 Michael Hanselmannganeti-masterd: Remove PID file at the end
2008-11-21 Michael HanselmannReuse HTTP client pool for RPC
2008-10-20 Iustin PopConvert the job queue rpcs to address-based
2008-10-20 Iustin PopRemove the logger.py module
2008-10-16 Iustin PopImprovements to the master startup checks
2008-10-16 Iustin PopAdd an interface for the drain flag changes/query
2008-10-15 Iustin PopImplement transport of ganeti errors across luxi
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-01 Michael HanselmannConvert ganeti-master
2008-10-01 Michael HanselmannAdd new query to get cluster config values
2008-09-09 Iustin PopImplement master startup safety check
2008-08-29 Iustin PopMake WaitForJobChanges deal with long jobs
2008-08-27 Michael HanselmannMake sure that client programs get all messages
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-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-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-29 Iustin PopUse constants for the pid file stems
2008-07-24 Michael HanselmannFix RPC parameters for {Cancel,Archive}Job
2008-07-23 Guido Trotterganeti-masterd: write and remove pidfile
2008-07-23 Iustin PopDistribute the queue serial file after each update
2008-07-21 Michael HanselmannUse new signal handler class in master daemon
2008-07-14 Michael HanselmannFix previous patch using workerpool in masterd
2008-07-14 Michael HanselmannUse workerpool in master daemon
2008-07-10 Michael HanselmannRemove more old job queue code
2008-07-09 Iustin PopFix double-logging in daemons
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-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-23 Guido TrotterHandle any exception in ganeti-masterd
2008-06-13 Guido TrotterFail job on ganeti exceptions
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-10 Iustin PopAdd per-opcode results to job processing
2008-04-05 Iustin PopImplement forking/master role checking in masterd
2008-04-04 Iustin PopAdd a simple gnt-job script
2008-04-01 Iustin PopInitial tests with ganeti-masterd