ganeti.rpc: Convert to ganeti.serializer
[ganeti-local] / lib / rpc.py
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
2007-11-05 Guido TrotterConvert os_get to use OS rather than InvalidOS
2007-11-05 Guido TrotterSimplify diagnose mangling/unmangling functions
2007-11-04 Guido TrotterMake call_os_get a single node function
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 Alexander SchreiberTrivial typing fixups.
2007-10-10 Alexander SchreiberRemove fping as a dependency for Ganeti.
2007-10-10 Iustin PopRemove the shebang from modules
2007-10-04 Guido TrotterShip (and display) path for InvalidOS errors too.
2007-10-04 Michael HanselmannChange configuration storage format from Pickle to...
2007-09-17 Iustin PopImplement instance rename operation
2007-08-21 Michael HanselmannFix typo.
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-24 Michael Hanselmann- Implement “gnt-node volumes”
2007-07-16 Iustin PopInitial commit.