LUDiagnoseOS: change locking and error handling
[ganeti-local] / lib / cmdlib.py
2009-04-24 Iustin PopLUDiagnoseOS: change locking and error handling
2009-04-24 Iustin PopFix verify-disks with broken volume groups
2009-04-24 Iustin PopPrevent errors when xenvg is broken cluster verify
2009-04-15 Iustin PopA bunch of doc and other small fixes
2009-03-09 Iustin PopHandle ghost instances in temp DRBD map
2009-03-09 Iustin PopFix error handling in replace-disks with new node
2009-03-02 Iustin PopExport tags to cluster verify hooks
2009-03-02 Iustin PopUpdate the iallocator documentation
2009-02-27 Guido TrotterLUVerifyCluster: Handle the "no volume group" case
2009-02-27 Iustin PopFix some epydoc style issues
2009-02-25 Iustin PopUpdate some hooks settings
2009-02-24 Iustin PopRemove the extra_args parameter in instance start
2009-02-24 Iustin PopMake gnt-instance info work with offline nodes
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 TrotterSetInstanceParams: export nic changes to hooks
2009-02-12 Guido TrotterLUSetInstanceParams: Fix nic handling
2009-02-12 Guido TrotterInstance Creation: generate nics earlier
2009-02-12 Iustin PopSome small fixes
2009-02-12 Iustin PopFix LUQueryInstances fields.
2009-02-12 Iustin PopFix RPC result handling in _AssembleInstanceDisks
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 Trotter_GenerateDiskTemplate: correct file disk index
2009-02-11 Guido TrotterHTS_USE_VNC, rename and remove KVM
2009-02-10 Iustin PopSome fixes to node add and re-add
2009-02-10 Guido TrotterInstance parameters: force typing
2009-02-10 Iustin PopImplement modification of the drained flag
2009-02-10 Iustin PopPrevent allocations on drained nodes
2009-02-10 Iustin Popcluster verify: show correctly drained nodes
2009-02-10 Iustin PopAllow query of the drained node attribute
2009-02-10 Iustin PopAdd a ‘drained’ attribute to node objects
2009-02-10 Iustin PopSwitch the blockdev_remove rpc to (status, data)
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-10 Guido TrotterLUSetInstanceParams: use the correct hvparams
2009-02-09 Iustin PopAdd a new instance query flag ‘disk_usage’
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 PopExport the cpu nodes and sockets from Xen
2009-02-09 Iustin Popcmdlib: simplify some rpc error handling cases
2009-02-09 Iustin PopLUCreateInstance: only set running flag at the end
2009-02-04 Iustin PopEnable lockless node queries
2009-02-04 Iustin PopImplement lockless query operations
2009-02-03 Iustin PopAn attempt at fixing some encoding issues
2009-02-03 Iustin PopSmall patch for handling errors in node add
2009-02-02 Iustin PopReturn error messages in node add ssh handling
2009-02-01 Guido TrotterLUQueryClusterInfo: filter hvparams
2009-01-29 Guido TrotterLUAddNode: copy the vnc password file also for KVM
2009-01-29 Guido TrotterGetShellCommand: get hvparams and beparams
2009-01-29 Iustin PopImplement software release version checks too
2009-01-29 Iustin PopLUQueryInstances: keep the given order of names
2009-01-28 Iustin PopFix gnt-cluster modify -H and offline nodes
2009-01-27 Iustin PopFix the mode attribute of newly-created disks
2009-01-23 Iustin PopFix batcher for 2.0-style disks and nics
2009-01-23 Iustin PopMake iallocator work with offline nodes
2009-01-23 Iustin PopRemove checking of DRBD metadata for validity
2009-01-23 Iustin PopA couple of small fixes to iallocator
2009-01-21 Iustin PopAutomatically release DRBD minors on success
2009-01-21 Iustin PopChange the instance status attribute to boolean
2009-01-21 Guido TrotterAdd calls in the intra-node migration protocol
2009-01-20 Iustin PopConvert RenameInstance to (status, data)
2009-01-20 Iustin PopFix adding of disks to an instance
2009-01-20 Iustin PopMake cluster-verify check the drbd minors space
2009-01-20 Iustin PopSome small fixes in cmdlib
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 PopFix handling of failures in create instance disks
2009-01-19 Iustin PopUse instance.all_nodes instead of hand-building it
2009-01-19 Iustin PopSplit the block device creation in two parts
2009-01-19 Iustin PopCombine the two _CreateBlockDevOnXXX functions
2009-01-19 Iustin PopSwitch call_blockdev_create call to (status, data)
2009-01-19 Iustin PopSmall change in the instance disk creation path
2009-01-19 Iustin PopUse the same root for both _data and _meta LVs
2009-01-16 Iustin PopFix LUExportInstance
2009-01-16 Iustin PopFix gnt-backup export with short names
2009-01-13 Iustin PopForward port the live migration from 1.2 branch
2009-01-13 Iustin PopPort replace disk/change node to the new DRBD RPCs
2009-01-13 Iustin PopFix modification of instance memory
2009-01-12 Iustin PopFix some errors in instance modify --disk remove
2009-01-12 Iustin PopFix an error handling case in instance info
2009-01-12 Iustin PopIntroduce a very simple LU to force config updates
2009-01-09 Iustin PopFix gnt-os for offline nodes
2009-01-09 Iustin PopCleanup replace-disks modes and options
2009-01-08 Iustin PopFix cluster verify/node net test for offline nodes
2009-01-07 Iustin Pop_AssembleInstanceDisks: fix rpcresult handling
2008-12-19 Michael Hanselmannganeti.cmdlib: Check remote API certificate on "gnt...
2008-12-16 Guido TrotterLUConnectConsole: fix primary_node online check
2008-12-14 Iustin Popcleanup: fix IAllocator hypervisor usage
2008-12-14 Iustin Popcleanup: LUReplaceDisks unused vars
2008-12-14 Iustin Popcleanup: do not hide upper-scope name
2008-12-14 Iustin Popcleanup: fix use of _CheckNodeOnline
2008-12-14 Iustin Popcleanup: LUAddNode, LUSetNodeParams unused variable
2008-12-14 Iustin Popcleanup: LURenameCluster wrong variable name
2008-12-09 Iustin PopWarn for instances living on offline nodes
2008-12-08 Iustin PopFix _AdjustCandidatePool
2008-12-08 Iustin Popgnt-node modify: add the offline attribute
2008-12-05 Iustin PopMake cluster verify understand offline nodes
2008-12-05 Iustin Popcmdlib: check node stats in prereqs
2008-12-05 Iustin PopAdd two utility functions to cmdlib
next