Merge branch 'master' into next
[ganeti-local] / lib / backend.py
2009-06-16 Guido TrotterMerge branch 'master' into next
2009-06-15 Iustin PopFix a wrong function name in backend.DrbdAttachNet
2009-05-28 Iustin PopChange the bdev init signatures
2009-05-25 Iustin PopFix backend.OSEnvironment be/hv parameters
2009-05-21 Iustin PopExport more instance information in hooks
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
2009-01-21 Guido TrotterShutdownInstance: log instance name, not object
2009-01-21 Iustin PopFix some more pylint errors
2009-01-21 Guido TrotterImplement the new live migration backend functions
2009-01-21 Guido TrotterAdd calls in the intra-node migration protocol
2009-01-20 Guido TrotterShutdownInstance: report hypervisor error
2009-01-20 Iustin PopConvert RenameInstance to (status, data)
2009-01-20 Iustin PopMake cluster-verify check the drbd minors space
2009-01-20 Iustin PopConvert AddOSToInstance to (status, data)
2009-01-20 Iustin PopConvert the start instance rpc to (status, data)
2009-01-19 Iustin PopSwitch call_blockdev_create call to (status, data)
2009-01-19 Iustin PopBlock device creation cleanup
2009-01-13 Iustin PopForward port the live migration from 1.2 branch
2009-01-13 Iustin PopForward-port DrbdNetReconfig
2009-01-13 Iustin Popbackend: rename AttachOrAssemble to Assemble
2009-01-08 Iustin PopAdd an instance_migratable rpc call
2009-01-07 Iustin Popbackend: Remove symlinks by disk name
2009-01-07 Iustin PopPass instance name to rpc call blockdev_close
2009-01-07 Iustin PopFix the _RemoveBlockDevLinks() function
2009-01-07 Iustin PopRemove instance's symlinks
2009-01-07 Iustin PopCatch BlockDeviceError when starting instance
2009-01-07 Iustin PopCreate symlinks to intances' block devices
2009-01-07 Iustin PopSimplify hypervisor block_devices structure
2008-12-18 Michael HanselmannUse subdirectories for job queue archive
2008-12-14 Iustin Popcleanup: fix export NIC count the same way as disk
2008-12-14 Iustin Popcleanup: fix backend._RecursiveFindBD
2008-12-14 Iustin Popcleanup: more unused vars
2008-12-14 Iustin Popcleanup: sanitize a default parameter
2008-12-11 Iustin PopFix epydoc format warnings
2008-12-10 Michael Hanselmannganeti.backend: Improve compression check
2008-12-09 Michael HanselmannRPC: Compress file upload data
2008-12-05 Iustin PopCleanup the config file on demotion from candidate
2008-12-02 Iustin PopFix gnt-cluster verify w.r.t. rpc changes
2008-12-02 Iustin PopSimplify a little the ssconf update
2008-12-02 Iustin PopRevert "Get rid of ssconf"
2008-11-27 Iustin PopFix gnt-backup export
2008-11-25 Michael HanselmannPass ssconf values from master to node
2008-11-24 Guido TrotterCorrect GetAllInstancesInfo rtype
2008-11-21 Michael HanselmannAdd RPC call to update ssconf files
2008-11-11 Iustin PopConvert trunk to posix-compatibility
2008-10-25 Iustin PopUpdate backend.py docstrings
2008-10-25 Iustin PopFix another error handling case
2008-10-24 Iustin PopFix an error handling case
2008-10-24 Guido TrotterOSFromDisk remove superfluous empty line
2008-10-24 Iustin PopSome documentation updates
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-22 Guido TrotterConvert ExportSnapshot to OS API 10
2008-10-22 Guido TrotterLUExportInstance: snapshot all disks
2008-10-22 Guido TrotterConvert SnapshotBlockDevice's docstring to epydoc
2008-10-17 Guido TrotterCleanup os_add/rename rpc for OS API 10
2008-10-17 Guido TrotterTemporarily explicitely break import/export
2008-10-17 Guido TrotterAddOSToInstance: convert to api10
2008-10-17 Guido TrotterRunRenameInstance: convert to api10
2008-10-17 Guido TrotterAdd new OSEnvironment function
2008-10-17 Guido TrotterOSFromDisk: use script names from constants
2008-10-17 Guido TrotterChange OSFromDisk's docstring to epydoc
2008-10-15 Iustin PopAdd a rpc call for changing the drain flag
2008-10-14 Iustin PopChange the backend to use the beparams
2008-10-14 Iustin PopTemporary fix for dual hvm/pvm instances
2008-10-14 Iustin PopExport the hypervisor.ValidateParameters over RPC
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-10 Guido TrotterOS API: support for multiple versions in an OS
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-06 Iustin PopFix SshRunner breakage from the changed API
2008-10-01 Michael HanselmannConvert ssh.py
2008-10-01 Michael HanselmannConvert hypervisor
2008-10-01 Michael HanselmannConvert backend.py
2008-09-09 Michael HanselmannNever remove job queue lock in node daemon
2008-09-09 Iustin PopChange backend._GetMasterInfo to return more data
2008-08-14 Guido TrotterPass hypervisor type to the OS scripts
2008-08-08 Michael HanselmannDon't always remove queue lock when queue is purged
next