Add initial mainloop unittests
[ganeti-local] / daemons /
2010-05-18 Guido TrotterAbstract the LUXI eom into a constant
2010-05-18 Michael Hanselmannganeti-cleaner: Write log file with removed files
2010-05-17 Michael Hanselmannganeti-masterd: Improve error logging for client requests
2010-05-14 Guido Trotterganeti-noded: add the --no-mlock option
2010-05-13 Luca BigliardiUse console_logging in node daemon
2010-05-13 Luca BigliardiLock node daemon children in memory
2010-05-13 Luca BigliardiLock node daemon in memory
2010-05-03 Iustin PopFix pylint 0.20.0 warnings
2010-04-23 Michael Hanselmannmasterd: Log PID, UID and GID of connected client
2010-04-09 Guido TrotterFix new pylint errors
2010-04-09 Iustin PopMake watcher request the max coverage
2010-04-08 Iustin PopWatcher: automatic shutdown of orphan resources
2010-03-30 René NussbaumerSend "501 Not Implemented" back when method not found
2010-03-23 Iustin PopWatcher: fix some doc typos
2010-03-23 Iustin PopWatcher: do not warn for missing hooks dir
2010-03-23 Guido Trotterganeti-confd: Call pyinotify flags correctly
2010-03-23 Iustin PopSome epydoc fixes
2010-03-18 Iustin PopAdd a hint to masterd for inconsistent clusters
2010-03-15 Michael HanselmannRightname confd's HMAC key
2010-03-12 Michael Hanselmanndaemon-util: Generate daemon path in separate function
2010-03-12 Michael Hanselmanndaemon-util: Use “return” instead of “exit” in all...
2010-03-12 Michael Hanselmanndaemon-util: Add function to start and stop all daemons
2010-03-12 Michael Hanselmannganeti.initd: Move all daemon names from init script...
2010-03-12 Michael Hanselmannganeti.initd: Move code checking daemon exit code to...
2010-03-12 Michael Hanselmannganeti.initd: Move code checking config to daemon-util
2010-03-12 Michael Hanselmanndaemon-util: Require dashes in commands
2010-03-10 Michael Hanselmannhttp.auth: Fix bug with checking hashed passwords
2010-03-08 Iustin PopSwitch from os.path.join to utils.PathJoin
2010-02-26 Michael Hanselmannwatcher: Acquire lock early and give more friendly...
2010-02-26 Michael HanselmannMerge remote branch 'origin/devel-2.0' into devel-2.1
2010-02-26 Guido TrotterMove watcher's EnsureDaemon function to utils
2010-02-26 Guido TrotterAdd watcher hooks
2010-02-26 Guido TrotterAbstract starting the node daemons
2010-02-26 Guido Trotterganeti-watcher: remove unused Indent function
2010-02-23 Michael HanselmannCatch disk activation errors in watcher
2010-02-22 Guido TrotterDisable warning for not calling ProcessEvent init
2010-02-18 Michael HanselmannMove RunInSeparateProcess to ganeti.utils
2010-02-17 Michael Hanselmannganeti-noded: Fix bug when export didn't succeed for...
2010-02-08 Iustin PopMerge branch 'stable-2.1' into devel-2.1
2010-02-03 Iustin PopImplement debug level across OS-related RPC calls
2010-02-02 Elmar Hoffmannganeti-cleaner: does 'echo 0' instead of 'exit 0'
2010-02-01 Michael HanselmannMerge remote branch 'origin/stable-2.1' into devel-2.1
2010-01-28 Guido Trotterganeti-watcher: ensure confd is running as well
2010-01-27 Iustin Popnode daemon: allow working with broken queue dir
2010-01-27 Iustin Popdaemon-utils: remove usage of here-docs
2010-01-19 Michael Hanselmanndaemon-util: Fix quoting issue
2010-01-13 Michael Hanselmannworkerpool: Make worker ID alphanumeric
2010-01-05 Iustin PopIntroduce a Luxi call for GetTags
2010-01-04 Iustin PopFix unused imports or add silences where needed
2010-01-04 Iustin Popconfd: add a TODO and a pylint disable
2010-01-04 Iustin PopFurther pylint disables, mostly for Unused args
2010-01-04 Iustin Popdaemons: handle arguments correctly and uniformly
2010-01-04 Iustin PopRemove more unused variables
2010-01-04 Iustin PopAdd targeted pylint disables
2010-01-04 Iustin PopRename an ConfdInotifyEventHandler init argument
2010-01-04 Iustin PopFix use of the logging functions
2009-12-10 Guido TrotterChange pyinotify import for broader compatibility
2009-11-25 Iustin PopRemove quotes from CommaJoin and convert to it
2009-11-11 Michael HanselmannUse “daemon-util” to reload SSH keys
2009-11-06 Guido Trotterconfig.Add{Node,Instance}: get the ec id
2009-11-06 Guido TrotterProcessor: support a unique execution id
2009-11-05 Michael HanselmannAdd new “daemon-util” script to start/stop Ganeti daemons
2009-11-02 Iustin PopConvert the rest of the OpPrereqError users
2009-10-29 Michael Hanselmannganeti-rapi: Use new function to verify passwords
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-13 Guido TrotterAdd timeout options to other LUs
2009-10-09 Guido TrotterAccept shutdown timeout from the user
2009-09-29 Iustin PopRemove ‘-u’ from masterd shebang
2009-09-28 Guido Trotterganeti-confd: cleanup imports
2009-09-28 Guido Trotterganeti-confd: don't depend on the os log dir
2009-09-25 Iustin PopMove the luxi error handling into errors.py
2009-09-18 Iustin PopMake ganeti-watcher use the standard debug option
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-16 Guido Trotterganeti-confd: remove partial imports
2009-09-16 Guido TrotterMove fourcc packing/unpacking to main confd module
2009-09-16 Guido Trotterganeti-confd: explicitely log failed big sends
2009-09-16 Guido TrotterAdd a magic fourcc code to confd packets
2009-09-16 Guido TrotterConfdAsyncUDPServer: fix a docstring
2009-09-16 Guido TrotterAbstract AsyncUDPSocket to daemon
2009-09-16 Guido TrotterConfdAsyncUDPServer: defer handling writes
2009-09-16 Guido TrotterConfdAsyncUDPServer: handle signals at read time
2009-09-15 Michael HanselmannKeep lock status with every job
2009-09-15 Michael HanselmannMove OpCode processor callbacks into separate class
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-08-31 Michael Hanselmanngnt-cluster watcher: Show more information
2009-08-31 Guido Trotterconfd: avoid spamming the logfile
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-28 Guido TrotterConfd: don't fail if the config doesn't load
2009-08-28 Guido Trotterconfd: start in polling mode
2009-08-28 Guido TrotterConfdProcessor: add disabled state
2009-08-28 Guido TrotterMove SimpleConfigReader creation to ConfdProcessor
2009-08-28 Guido Trotterconfd: s/confd_event_handler/inotify_handler/
2009-08-28 Michael HanselmannAdd script to clean archived jobs after 21 days
2009-08-28 Guido TrotterImplement timers in confd
2009-08-28 Guido TrotterConfdInotifyEventHandler.enable: use InotifyError
2009-08-28 Guido TrotterConfdInotifyEventHandler, move to a callback
2009-08-28 Guido TrotterMove creation of inotify handler to a new class
2009-08-28 Guido TrotterConfdInotifyEventHandler: add enable/disable
2009-08-27 Iustin PopMove the luxi error handling into errors.py
2009-08-26 Michael Hanselmannganeti-watcher: Don't run if paused
next