ganeti.http: Add constant for DELETE
[ganeti-local] / lib / cmdlib.py
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
2008-10-20 Guido TrotterLUCreateInstance: reuse mac address on import
2008-10-20 Guido TrotterLUCreateInstance: accept mac = VALUE_GENERATE
2008-10-20 Iustin PopConvert cmdlib.py to use the logging module
2008-10-20 Iustin PopFix gnt-instance modify with beparams
2008-10-17 Guido TrotterCleanup os_add/rename rpc for OS API 10
2008-10-16 Iustin PopEnable gnt-cluster modify to hv/beparams
2008-10-16 Iustin PopShow the cluster parametrs in gnt-cluster info
2008-10-16 Iustin PopAdd an interface for the drain flag changes/query
2008-10-14 Iustin Popgrow-disk: wait until resync is completed
2008-10-14 Iustin PopSome fixes related to auto_balance
2008-10-14 Iustin PopFix auto_balance and memory modification
2008-10-14 Iustin PopUse the auto_balance in cluster verify
2008-10-14 Iustin PopFix ordering of instance/nodes
2008-10-14 Iustin PopChange over to beparams
2008-10-14 Iustin PopFix a bug with instance creation and hvparameters
2008-10-14 Iustin PopAllow instance info to only query the config file
2008-10-14 Iustin PopConvert gnt-instance info to the hvparams model
2008-10-14 Iustin PopChange gnt-instance modify to the hvparams model
2008-10-14 Iustin PopChange gnt-instance list to the hvparams model
2008-10-14 Iustin PopSwitch instance hypervisor parameters to hvparams
2008-10-12 Iustin PopAbstract checking own address into a function
2008-10-10 Guido TrotterLUVerifyCluster: fix error from rpc call
2008-10-10 Iustin PopConvert rpc module to RpcRunner
2008-10-10 Iustin PopCleanup in cmdlib for standalone function calls
2008-10-10 Iustin PopSmall random fixes
2008-10-09 Iustin PopMove instance hypervisor check to ExpandNames
2008-10-08 Iustin PopSanitize the hypervisor names
2008-10-08 Iustin PopMove the hypervisor attribute to the instances
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 HanselmannDon't pass sstore to LUs anymore
2008-10-01 Michael HanselmannConvert cmdlib.py
2008-10-01 Michael HanselmannConvert ssh.py
2008-10-01 Michael HanselmannConvert hypervisor
2008-10-01 Michael HanselmannAdd new query to get cluster config values
2008-09-29 Iustin PopExtend DRBD disks with shared secret attribute
2008-09-27 Iustin PopAllow listing of the serial_no via gnt-* list
2008-09-27 Iustin PopReplace a cfg.AddInstance with UpdateInstance
2008-09-25 René NussbaumerFix iallocator name
2008-09-25 René NussbaumerFix a broken format string
2008-09-23 Iustin PopSwitch to static minors for DRBD
2008-09-23 Iustin PopFix disk replace secondary with static minors
2008-09-22 Iustin PopExtend DRBD disks with minors attribute
next