Switch _QueuedOpCode to have their own lock
[ganeti-local] / daemons /
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
2007-10-15 Iustin PopFix node daemon log file permissions
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Michael HanselmannExit ganeti-watcher cleanly when there's no configuration.
2007-10-10 Michael HanselmannDetect node restarts and reactivate disks.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-21 Iustin PopRemove requirement that host names are FQDN
2007-09-21 Iustin PopMove a constant from ganeti-master to constants.py
2007-09-17 Iustin PopImplement instance rename operation
2007-08-20 Iustin PopAdd ganeti-master to sbin_SCRIPTS
2007-08-14 Iustin PopStyle changes for pep-8 and python-3000 compliance.
2007-08-03 Michael HanselmannAdd instance name to LVM volume as a tag.
2007-07-26 Michael HanselmannComment formatting updates.
2007-07-25 Iustin PopSince the watcher can run on all nodes, let's get rid...
2007-07-25 Iustin PopMake the ganeti-watcher exit gracefully if it's not...
2007-07-24 Michael HanselmannFix parameter formatting.
2007-07-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-23 Iustin PopBig change/cleanup in relation to the master startup:
2007-07-18 Michael HanselmannReplace tabs with spaces.
2007-07-16 Iustin PopInitial commit.