Convert os api version file name to a constant
[ganeti-local] / lib / backend.py
2009-10-05 Guido TrotterConvert os api version file name to a constant
2009-09-25 Guido TrotterRemove secrets and kill confd on cluster leave
2009-09-14 Iustin PopTreat virtual LVs as inexistent
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-24 Iustin PopAdd disk copy support at backend and the rpc level
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-05 Iustin PopFix detecting of errors in export
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-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-24 Guido TrotterRemove <DAEMON>_PID constants
2009-07-24 Guido TrotterChange GetNodeDaemonPort to GetDaemonPort in utils
2009-07-20 Guido TrotterGenerate a shared HMAC key at cluster init time
2009-07-20 Iustin PopFix backend import errors from GetHypervisorClass
2009-07-19 Iustin PopMerge branch 'next' into branch-2.1
2009-07-19 Iustin Popbackend: Only build once the list of upload files
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-30 Iustin Popbackend.DemoteFromMC: don't fail for missing files
2009-06-29 Guido TrotterMerge branch 'master' into branch-2.1
2009-06-29 Guido TrotterIntroduce OS api version 15
2009-06-29 Guido Trotter_OSOndiskAPIVersion: save a loop
2009-06-26 Guido TrotterUse ReadFile.splitlines() rather than readlines
2009-06-26 Guido TrotterRename _OSOndiskVersion to _OSOndiskAPIVersion
2009-06-23 Iustin Popbackend.StartMaster: fix variable name
2009-06-23 Iustin PopFix a typo in backend.InstanceReboot docstring
2009-06-18 Iustin PopFix various pylint warnings
2009-06-16 Guido TrotterFix backend.{Start,Stop}Master
2009-06-16 Guido TrotterMerge branch 'next' into branch-2.1
2009-06-16 Guido TrotterMerge branch 'master' into next
2009-06-15 Iustin PopSimplify the RPC result framework in backend.py
2009-06-15 Iustin PopConvert all backend function to exception
2009-06-15 Iustin PopSimplify usage of backend._FindDisks
2009-06-15 Iustin PopRemove old invalid-os related functionality
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 the file storage rpcs to new style result
2009-06-15 Iustin PopConvert iallocator_runner rpc to new result style
2009-06-15 Iustin PopConvert hooks_runner rpc to new style result
2009-06-15 Iustin PopConvert write_ssconf_files to new style
2009-06-15 Iustin PopConvert master_info rpc to new style result
2009-06-15 Iustin PopConvert node_volumes rpc to new style result
2009-06-15 Iustin PopConver node_leave_cluster rpc to new style result
2009-06-15 Iustin PopConvert node_stop_master rpc to new style result
2009-06-15 Iustin PopConvert node_start_master to new style result
2009-06-15 Iustin PopConvert node_verify rpc to new result style
2009-06-15 Iustin PopConvert node_info rpc to new style result
2009-06-15 Iustin PopConvert instance_list rpc to new style result
2009-06-15 Iustin PopConvert all_instances_info rpc to new result style
2009-06-15 Iustin PopConvert instance_info rpc to new style result
2009-06-15 Iustin PopConvert instance_os_import rpc to new style result
2009-06-15 Iustin PopConvert bridges_exist to new style result
2009-06-15 Iustin PopConvert vg_list rpc to new style result
2009-06-15 Iustin PopConvert volume_list rpc to new style result
2009-06-15 Iustin PopConvert export_remove rpc to new style
2009-06-15 Iustin PopConvert export_list rpc to new style result
2009-06-15 Iustin PopConvert export_info rpc to new style result
2009-06-15 Iustin PopConvert finalize_export rpc to new style results
2009-06-15 Iustin PopConvert snapshot_export rpc to new style
2009-06-15 Iustin PopConvert blockdev_snapshot rpc to new result style
2009-06-15 Iustin PopConvert blockdev_getmirrorstatus rpc to new style
2009-06-15 Iustin PopFix a wrong function name in backend.DrbdAttachNet
2009-06-15 Guido TrotterOSEnvironment: convert to NIC parameters
2009-06-09 Iustin Poprpc: Add a simple failure reporting framework
2009-06-08 Iustin PopConvert call_blockdev_removechildren to new result
2009-06-08 Iustin PopConvert call_blockdev_addchildren to new result
2009-06-08 Iustin PopConvert rpc call_blockdev_rename to (status, data)
2009-05-28 Iustin PopChange the bdev init signatures
2009-05-28 Guido TrotterConvert UploadFile (and its callers) to new rpc
2009-05-28 Guido TrotterUploadFile: allow ancillary files
2009-05-27 Iustin PopAdd a node powercycle command
2009-05-25 Iustin PopFix backend.OSEnvironment be/hv parameters
2009-05-21 Iustin PopExport more instance information in hooks
2009-05-06 Guido TrotterInform the OS create script of reinstalls
2009-02-25 Iustin PopFix mixed pvm/hvm clusters and instance listing
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-16 Iustin PopFix some bugs in reboot
2009-02-16 Iustin PopConvert IOErrors for /proc/drbd into our errors
2009-02-13 Guido TrotterRemove two fixed FIXME and convert one to TODO
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-10 Iustin PopSome error message cleanups
2009-02-10 Iustin PopChange the disk assembly to raise exceptions
2009-02-10 Iustin PopChange BlockDev.Remove() failure result
2009-02-10 Iustin PopSwitch the blockdev_remove rpc to (status, data)
2009-02-10 Iustin PopChange BlockDev.Shutdown() failure result
2009-02-10 Iustin PopSwitch the blockdev_shutdown rpc to (status, data)
2009-02-10 Iustin PopConvert blockdev_assemble rpc to (status, data)
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-02-09 Iustin Popbackend.DrbdAttachNet: don't ignore Open() errors
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-02-02 Iustin PopA couple of small changes to the OS environment
2009-02-02 Iustin PopReturn error messages in node add ssh handling
2009-01-29 Iustin PopImplement software release version checks too
next