daemon.GenericMain: Don't use list of multithreaded daemons
[ganeti-local] / daemons /
2009-12-01 Michael Hanselmanndaemon.GenericMain: Don't use list of multithreaded...
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
2009-08-26 Michael HanselmannAdd file to pause watcher for a certain duration
2009-08-26 Michael Hanselmannganeti-masterd: Master voting in separate process
2009-08-26 Michael Hanselmannganeti-masterd: Add helper to run function in separate...
2009-08-25 Michael HanselmannStyle fixes for ganeti-*
2009-08-24 Iustin PopAdd disk copy support at backend and the rpc level
2009-08-20 Guido TrotterConvert ganeti-confd to Mainloop
2009-08-20 Guido TrotterConvert ganeti-masterd to @utils.SignalHandled
2009-08-17 Michael HanselmannAdd RPC call for storage operations
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-12 Guido TrotterRemove unused imports from confd files
2009-08-10 Guido TrotterRemove a few unused imports from noded/masterd
2009-08-10 Guido TrotterInitial confd implementation
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-06 Michael HanselmannHandle None result from BlockdevFind
2009-08-05 Michael HanselmannUse objects for blockdev_getmirrorstatus RPC call result
2009-08-05 Michael HanselmannUse object for blockdev_find RPC call result
2009-08-04 Iustin Poprpc: add rpc call for getting disk size
2009-08-04 Michael HanselmannAdd RPC calls to modify storage fields
2009-07-29 Michael HanselmannAdd RPC calls for storage unit list
2009-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-26 Guido TrotterCollapse SSL key checking/overriding for daemons
2009-07-25 Guido TrotterCollapse daemon's main function
2009-07-24 Guido TrotterRemove <DAEMON>_PID constants
2009-07-24 Guido TrotterSlightly abstract the daemon logfile lookup
2009-07-24 Guido TrotterMove rapi to GetDaemonPort
2009-07-24 Guido TrotterChange GetNodeDaemonPort to GetDaemonPort in utils
2009-07-24 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-23 Guido TrotterRemove references to utils.debug
2009-07-23 Guido Trotterganeti-rapi, replace hardcoded exit value
2009-07-23 Guido TrotterAdd the bind-address option to ganeti-rapi
2009-07-22 Guido Trotternoded: Abstract hard-coded sys.exit value
2009-07-19 Iustin PopAdd a luxi call for multi-job submit
2009-07-14 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-14 Guido Trotterganeti-masterd: avoid SimpleConfigReader
2009-07-08 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-08 Guido TrotterMerge branch 'next' into branch-2.1
2009-07-08 Guido TrotterMerge branch 'master' into next
2009-07-08 Guido Trotterganeti-masterd: allow non-interactive --no-voting
2009-07-07 Michael HanselmannFix problem with EAGAIN on socket connection in clients
2009-06-29 Iustin PopRename the volume_list RPC call to lv_list
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-15 Iustin PopSimplify the RPC result framework in backend.py
2009-06-15 Iustin PopImplement result-type restriction in ganeti-noded
2009-06-15 Iustin PopBig rewrite of the OS-related functions
2009-06-15 Iustin PopConvert the jobqueue rpc to new style result
2009-06-15 Iustin PopConvert os_diagnose rpc to new style result
2009-06-15 Iustin PopConvert call_version rpc to new style result
2009-06-15 Iustin PopConver node_leave_cluster rpc to new style result
2009-06-15 Iustin PopConvert node_start_master to new style result
2009-06-15 Iustin PopConvert node_has_ip_address rpc to new style
2009-06-15 Iustin PopConvert instance_list rpc to new style result
2009-06-15 Iustin PopConvert volume_list rpc to new style result
2009-06-15 Iustin PopConvert export_info rpc to new style result
2009-06-09 Iustin Poprpc: Add a simple failure reporting framework
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-25 Iustin Popwatcher: automatically restart noded/rapi
next