Implement uuid in gnt-node/instance list and info
[ganeti-local] / lib / rpc.py
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-16 Michael HanselmannRemove RpcResult.failed attribute
2009-09-14 Michael HanselmannRpcResult: Fix cases where “failed” wouldn't be set...
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-07 Guido TrotterMerge branch 'master' into next
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-24 Guido TrotterChange GetNodeDaemonPort to GetDaemonPort in utils
2009-07-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-07-19 Iustin PopFix a couple of epydoc warnings
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-07 Michael HanselmannFix pylint warnings
2009-07-07 Michael HanselmannFix some typos
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 RPC call result check in cmdlib.py
2009-06-15 Iustin PopPre-compute error status in RpcResult
2009-06-15 Iustin PopConvert os_diagnose rpc to new style result
2009-06-15 Iustin PopConvert node_info rpc to new style result
2009-06-15 Iustin PopConvert export_info rpc to new style result
2009-06-15 Guido Trotterrpc: fill in NIC parameters in instances
2009-06-08 Guido TrotterMove FillDict at module level
2009-06-03 Iustin PopFix two issues with exports and snapshot errors
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-19 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-05-19 Iustin Popcall_instance_start: add optional hv/be parameters
2009-05-06 Guido TrotterInform the OS create script of reinstalls
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-09 Iustin PopRpcResult: add a new payload field
2009-01-23 Iustin PopFill the 'call' attribute of offline rpc results
2009-01-21 Iustin PopLog the rpc call name in the RPC errors message
2009-01-21 Guido TrotterAdd calls in the intra-node migration protocol
2009-01-13 Iustin PopForward-port DrbdNetReconfig
2009-01-09 Iustin PopSilence warning on node list for offline nodes
2009-01-08 Iustin Poprpc: Add a method for easy check of remote results
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-14 Iustin Popcleanup: fix 'variable unused' warning
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-09 Michael HanselmannRPC: Compress file upload data
2008-12-08 Iustin PopRPC: do not make calls to offline nodes
2008-12-05 Iustin PopCleanup the config file on demotion from candidate
2008-12-04 Michael Hanselmannganeti.rpc: Convert to new HTTP server
2008-12-02 Iustin PopConvert rpc results to a custom type
2008-12-01 Michael HanselmannFix RpcRunner._StaticSingleNodeCall
2008-11-26 Iustin PopReduce duplication of work in rpc.Client
2008-11-25 Michael HanselmannPass ssconf values from master to node
2008-11-24 Michael Hanselmannganeti.rpc: Read SSL certificate and key only once...
2008-11-21 Michael HanselmannUse SSL for master/node RPC
2008-11-21 Michael HanselmannGet rid of node daemon password
2008-11-21 Michael HanselmannReuse HTTP client pool for RPC
2008-11-21 Michael HanselmannAdd RPC call to update ssconf files
2008-11-19 Michael Hanselmannganeti.rpc: Use central functions for actual RPC calls
2008-11-12 Michael Hanselmannganeti.rpc: Use utils.ReadFile instead of reading file...
2008-11-12 Michael Hanselmannganeti.rpc: Convert to ganeti.serializer
2008-11-12 Michael HanselmannConvert RPC module to new HTTP client
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 PopConvert the job queue rpcs to address-based
2008-10-20 Iustin PopConvert rpc.call_upload_file to use addresses
2008-10-20 Iustin PopConvert non-static rpc calls to use addresses
2008-10-20 Iustin PopAdd infrastructure for using addresses in rpc.py
2008-10-20 Iustin PopImprove conformance with the style guide for rpc.py
2008-10-20 Iustin PopConvert rpc.py to use the logging 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 PopCorrectly fill the beparams too over RPC
2008-10-14 Iustin PopImplement FillHV for instance-related rpc calls
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 HanselmannMark call_node_leave_cluster as a static method
2008-10-10 Iustin PopConvert rpc module to RpcRunner
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 rpc.py
2008-09-09 Iustin PopExport backend.GetMasterInfo over the rpc layer
2008-08-08 Michael Hanselmannnoded: Add RPC function to rename job queue files
2008-08-08 Michael HanselmannAdd job queue RPC functions
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Iustin PopAdd a new parameter to backend.(Start|Stop)Master
2008-06-20 Iustin PopAdd a rpc call for BlockDev.Close()
2008-06-17 Iustin PopImplement block device grow at the rpc layer
2008-06-16 Iustin PopAdd migration support at the rpc layer
2008-04-28 Iustin PopMove iallocator script execution to ganeti-noded
2008-04-05 Manuel Franceschinirpc directory functions for file backend
2008-04-02 Michael HanselmannForcibly convert export data to str object
2008-03-05 Michael HanselmannCodestyle fixes: adding a few empty lines
2008-02-22 Iustin PopBreak trunk by removing twisted
2008-02-05 Iustin PopAdd a test opcode that sleeps for a given duration
next