Fix adding of disks to an instance
[ganeti-local] / lib / cmdlib.py
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
2008-11-27 Iustin PopFix instance creation
2008-11-25 Iustin PopImplement support for multi devices changes
2008-11-25 Iustin PopSlight change to the LU initialization code
2008-11-25 Iustin PopFix a bug in LUSetInstanceParams
2008-11-25 Iustin PopShow disk access mode in gnt-instance info
2008-11-25 Iustin PopChange _GenerateDiskTemplate iv_name generation
2008-11-24 Guido TrotterLUCreateInstance: Fix import mac AUTO mode
2008-11-24 Guido TrotterLUCreateInstance unlock all nodes mid-way
2008-11-24 Guido TrotterIAllocator: subtract down instances from free mem
2008-11-24 Guido TrotterIAllocator: use the right hypervisor
2008-11-24 Guido TrotterIAllocator: fill i_list in a more proper way
2008-11-24 Guido TrotterParallelize instance operations on the same node
2008-11-24 Guido TrotterConvert iallocator to the new _ComputeDiskSize
2008-11-23 Iustin PopDocumentation updates for cmdlib.py
2008-11-21 Iustin PopMove FieldSet class to utils.py
2008-11-21 Iustin PopChange disk index validation to FindDisk
2008-11-21 Iustin PopChange GrowDisk to work with multi-disk
2008-11-21 Iustin PopChange replace secondary to work with multi-disk
2008-11-20 Iustin PopConvert replace-disks (same nodes) to multi-disk
2008-11-20 Iustin PopInitial multi-disk/multi-nic support
2008-11-20 Iustin PopAdd more disk/nic listing options in gnt-instance
2008-11-18 Iustin PopAllow querying of variable number of parameters
2008-11-18 Iustin PopConvert cmdlib.py to _FieldSet
2008-11-18 Iustin PopAdd a FieldSet class for variable parameter sets
2008-11-11 Iustin PopFix instance rename
2008-11-11 Iustin PopFix gnt-instance reinstall
2008-11-05 Guido TrotterUpdate LUGrowDisk _WaitForSync call
2008-10-23 Iustin PopExport the disk index in the import/export scripts
2008-10-22 Oleksiy MishchenkoRAPI: Export beparams as dict. The patch also enables...
2008-10-22 Guido TrotterLUCreateInstance: import multiple disks
2008-10-22 Guido TrotterConvert ImportOSIntoInstance to OS API 10
2008-10-22 Guido TrotterLUExportInstance: snapshot all disks
2008-10-21 Iustin PopMove some LU logging to use proc.Log*
2008-10-20 Alexander SchreiberSet default hypervisor at cluster init
2008-10-20 Guido TrotterUse constants.VALUE_AUTO for ip comparison too
next