Implement modification of the drained flag
[ganeti-local] / lib / cmdlib.py
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
2008-12-05 Iustin PopAdd function to compute the master candidates
2008-12-05 Iustin PopCleanup the config file on demotion from candidate
2008-12-05 Iustin Popwatcher: handle offline nodes better
2008-12-05 Iustin Popnode list: add the offline field
2008-12-05 Iustin PopAdd a new node parameter 'offline'
2008-12-04 Guido TrotterLURemoveNode, promote nodes to master candidates
2008-12-03 Guido TrotterLUQueryExports: fix rpcresult handling
2008-12-03 Guido TrotterLUAddNode: Auto-make master candidates
2008-12-03 Guido TrotterLUAddNode: Check the correct result
2008-12-03 Iustin PopA few fixes related to master candidates
2008-12-03 Iustin PopFix cluster rename and known_hosts
2008-12-02 Iustin PopFix gnt-cluster verify w.r.t. rpc changes
2008-12-02 Iustin PopFix cluster rename
2008-12-02 Iustin PopConvert rpc results to a custom type
2008-12-02 Guido TrotterUse the new utils.CheckBEParams function
2008-12-02 Guido TrotterHandle default/none values in hv/be params
2008-12-02 Guido TrotterImportExport: make src_node and src_path optional
2008-12-02 Guido TrotterLUCreateInstance: handle import without src_node
2008-12-02 Guido TrotterLUCreateInstance: keep src node lock on import
2008-12-02 Iustin PopAdjust cluster-verify to check for candidate role
2008-12-02 Iustin PopPrevent demotion from candidate based on pool size
2008-12-02 Iustin PopAdd cluster candidate pool size parameter
2008-12-02 Iustin PopAdd a gnt-node modify operation
2008-12-02 Iustin PopAdd master/master_candidate fields to node list
2008-12-01 Iustin PopFix errors when the node info RPC is incomplete
2008-11-27 Iustin PopFix gnt-backup export
2008-11-27 Iustin PopFix a message in LUExportInstance
next