Move some code into separate class in import/export daemon
[ganeti-local] / daemons / ganeti-noded
2010-04-23 Michael HanselmannRemove two unused RPC functions
2010-04-22 Michael HanselmannAdd RPC call to send SIGTERM to import/export daemon
2010-04-22 Michael HanselmannRename import/export RPC calls to match others
2010-04-16 Michael HanselmannAdd RPC calls to import and export instance data
2010-03-17 Michael HanselmannAdd RPC calls to create and remove X509 certificates
2010-03-15 Michael HanselmannMerge remote branch 'origin/devel-2.1'
2010-02-18 Michael HanselmannMerge branch 'devel-2.1'
2010-02-17 Michael Hanselmannganeti-noded: Fix bug when export didn't succeed for...
2010-02-15 Michael HanselmannMerge branch 'devel-2.1'
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-01 Michael HanselmannMerge branch 'devel-2.1'
2010-01-27 Iustin Popnode daemon: allow working with broken queue dir
2010-01-22 Michael Hanselmannhttp.server: No longer enfore JSON encoding for body
2010-01-04 Iustin PopMerge remote branch 'devel-2.1'
2010-01-04 Iustin PopFix unused imports or add silences where needed
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 PopAdd targeted pylint disables
2009-12-01 Michael Hanselmanndaemon.GenericMain: Don't use dict for SSL paths, impro...
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-08-25 Michael HanselmannStyle fixes for ganeti-*
2009-08-24 Iustin PopAdd disk copy support at backend and the rpc level
2009-08-17 Michael HanselmannAdd RPC call for storage operations
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-10 Guido TrotterRemove a few unused imports from noded/masterd
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 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-22 Guido Trotternoded: Abstract hard-coded sys.exit value
2009-07-08 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-06-29 Iustin PopRename the volume_list RPC call to lv_list
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_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-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-05-06 Guido TrotterInform the OS create script of reinstalls
2009-05-05 Guido Trotterganeti-noded: add bind address option
2009-02-27 Guido TrotterCreate runtime dir in bootstrap
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-12 Iustin PopSwitch the instance_shutdown rpc to (status, data)
2009-02-12 Iustin PopSwitch the instance_reboot rpc to (status, data)
2009-02-11 Guido Trotterganeti-noded: Create LOCK_DIR if missing
2009-02-09 Iustin PopUniformize some function names in backend.py
2009-02-09 Iustin Poprpc.call_blockdev_find: convert to (status, data)
2009-02-09 Iustin PopFix handling OS errors in AddOSToInstance
2009-01-21 Guido TrotterAdd calls in the intra-node migration protocol
2009-01-13 Iustin PopForward-port DrbdNetReconfig
2009-01-09 Iustin PopRework the daemonization sequence
2009-01-08 Iustin PopAdd an instance_migratable rpc call
2009-01-07 Iustin PopPass instance name to rpc call blockdev_close
2008-12-18 Michael HanselmannJob queue: Allow more than one file rename per RPC...
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-05 Iustin PopCleanup the config file on demotion from candidate
2008-12-04 Michael Hanselmannganeti-noded: Migrate to new HTTP server
2008-12-04 Michael HanselmannRename all HTTP classes to camel case
2008-11-26 Guido Trotterconvert run dir mode to constant
2008-11-25 Michael HanselmannPass ssconf values from master to node
2008-11-21 Michael HanselmannUse SSL for master/node RPC
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-21 Michael HanselmannAdd RPC call to update ssconf files
2008-11-11 Iustin PopAbstract runtime creation of dirs into a function
2008-10-24 Michael HanselmannDocument HttpServer.__init__
2008-10-23 Iustin PopExport the disk index in the import/export scripts
2008-10-22 Guido TrotterConvert ImportOSIntoInstance to OS API 10
2008-10-20 Iustin PopRemove the logger.py module
2008-10-17 Guido TrotterCleanup os_add/rename rpc for OS API 10
2008-10-15 Iustin PopAdd a rpc call for changing the drain flag
2008-10-14 Iustin PopExport the hypervisor.ValidateParameters over RPC
2008-10-13 Iustin PopFix a few rpc-related errors
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-10 Michael HanselmannConvert ganeti-noded to new HTTP server class
2008-10-08 Iustin PopMove the hypervisor attribute to the instances
2008-10-07 Iustin Poprpc.call_instance_migrate: pass the whole instance
2008-10-06 Iustin Popbackend.py change to get cluster name from master
2008-10-01 Michael HanselmannConvert ganeti-noded
next