Migration: add check for listening target
[ganeti-local] / lib / cmdlib.py
2009-11-04 Iustin PopTLMigrateInstance: add error messagess during Exec
2009-11-04 Iustin PopIntroduce a wrapper for hostname resolving
2009-11-03 Iustin PopAnother round of pylint-related style fixes
2009-11-03 Iustin PopImplement cluster verify checks for wrong PV names
2009-11-03 Michael Hanselmannjqueue: Convert to utils.Retry
2009-11-02 Iustin PopSome improvements to gnt-node repair-storage
2009-11-02 Iustin PopAdd ecode to rpc.py's RpcResult.Raise()
2009-11-02 Iustin PopIntroduce two-argument style for OpPrereqError
2009-11-02 Iustin PopRemove the OpRetryError exception
2009-11-02 Michael HanselmannActivate disks while exporting an instance
2009-11-02 Iustin PopUnify the query fields for the storage framework
2009-10-29 Michael HanselmannDon't show warnings on ADMIN_down instance failover
2009-10-28 Iustin PopFix another style issue
2009-10-28 Iustin PopFix an error handling case in TLReplaceDisks
2009-10-27 Michael HanselmannProvide feedback from redistributing configuration
2009-10-27 Iustin PopFix gnt-node evacuate w. iallocator
2009-10-23 Michael Hanselmanncmdlib._AssembleInstanceDisks: Fix case where variable...
2009-10-22 Ken WehrAdding '--no-ssh-init' option to 'gnt-cluster init'.
2009-10-20 Iustin PopIntroduce checks for /sys and /proc
2009-10-13 Guido TrotterAdd timeout options to other LUs
2009-10-12 Michael Hanselmannlocking.LockSet: Implement acquire timeouts
2009-10-09 Guido TrotterAccept shutdown timeout from the user
2009-10-09 Guido TrotterGet rid of utils.CommaJoin
2009-10-05 Guido TrotterCheck the OS name for variants
2009-10-05 Guido TrotterAdd "variants" field to LUDiagnoseOS
2009-10-05 Guido TrotterAdd per-node variants list to OS diagnose output
2009-10-02 Guido TrotterLUSetNodeParams: autopromote self when needed
2009-10-02 Guido TrotterAbstract self-promotion decision
2009-10-02 Guido TrotterFix master candidate removal
2009-10-02 Guido TrotterLUSetNodeParams: Don't break config on mc demotion.
2009-10-01 Guido TrotterMaster candidate stats, return one more value
2009-09-30 Iustin PopMerge remote branch 'origin/master' into mogu
2009-09-25 Iustin PopFix the confusing ssh/hostname message in node add
2009-09-25 Iustin PopMerge commit 'origin/next'
2009-09-24 Iustin PopExport and show the cluster uuid in cluster info
2009-09-24 Iustin PopImplement uuid in gnt-node/instance list and info
2009-09-24 Iustin PopSimplify handling of regular fields in LUQuery*
2009-09-21 Guido TrotterFix _RemoveDisk for file based instances
2009-09-21 Guido Trottercmdlib._CreateDisks fix a broken result.Raise
2009-09-17 Michael HanselmannRemove RpcResult.RemoteFailMsg completely
2009-09-17 Iustin PopAdd an error-simulation mode to cluster verify
2009-09-17 Iustin PopIntroduce parseable error codes in LUVerifyCluster
2009-09-16 Michael HanselmannRemove RpcResult.failed attribute
2009-09-14 Iustin PopReplace last hardcoded 'nodelist' with NV_NODELIST
2009-09-14 Michael HanselmannRpcResult: Fix cases where “failed” wouldn't be set...
2009-09-14 Michael HanselmannMerge commit 'origin/next' into branch-2.1
2009-09-11 Michael HanselmannWrap lines over 80 characters
2009-09-11 Michael Hanselmanncmdlib: Fix typo in variable name
2009-09-08 Iustin PopAdd check for duplicate MACs in instance add
2009-09-03 Michael HanselmannUse ReadFile/WriteFile in more places
2009-08-31 Michael HanselmannMerge commit 'origin/next' into branch-2.1
2009-08-31 Michael HanselmannReturn cluster tags from LUQueryClusterInfo
2009-08-28 Michael HanselmannMerge branch 'next' into branch-2.1
2009-08-26 Michael HanselmannAdd file to pause watcher for a certain duration
2009-08-26 Michael Hanselmanncmdlib: Add some messages to LUExportInstance
2009-08-25 Luca BigliardiLUDestroyCluster: run hooks
2009-08-25 Luca BigliardiLUDestroyCluster: hooks support
2009-08-25 Luca BigliardiLURemoveNode: no logs running post on removed node
2009-08-25 Luca Bigliardinode-remove post on removed node
2009-08-24 Iustin PopFix error output in LUSetClusterParams
2009-08-24 Iustin PopAdd OPMoveInstance and LUMoveInstance
2009-08-24 Iustin PopAdd arbitrary node support to create/remove disks
2009-08-24 Michael Hanselmanncmdlib: Fix broken QueryInstanceData for plain instances
2009-08-19 Iustin Poprepair-size: ensure child disks have sane sizes
2009-08-17 Iustin PopAdd support for querying the ctime/mtime
2009-08-17 Michael HanselmannAdd opcode to repair storage volumes
2009-08-17 Michael Hanselmanncmdlib: Add function to list all instances on node
2009-08-17 Michael Hanselmanncmdlib: Use common function to list instances on node
2009-08-17 Michael Hanselmanncmdlib: Make TLReplaceDisks._FindFaultyDisks global
2009-08-14 Iustin PopImplement instance recreate-disks
2009-08-14 Iustin PopFix checks in LUSetNodeParms for the master node
2009-08-13 Michael HanselmannTLReplaceDisks: Refuse changing secondary for specific...
2009-08-13 Iustin PopMerge commit 'origin/next' into branch-2.1
2009-08-13 Michael Hanselmanncmdlib: Add new automatic disk replacement mode
2009-08-13 Michael HanselmannTLReplaceDisks: Simplify argument checking logic
2009-08-12 Iustin PopIgnore results from drained nodes in iallocator
2009-08-11 Iustin PopFix yet another bug in LURepairDiskSizes
2009-08-10 Luca BigliardiPost cluster initialization LU
2009-08-10 Iustin PopFix a bug in LURepairDiskSizes
2009-08-10 Guido TrotterAdd cluster-init --no-etc-hosts parameter
2009-08-07 Guido TrotterMerge branch 'master' into next
2009-08-06 Michael HanselmannConvert ldisk_degraded to tri-state value
2009-08-06 Michael HanselmannHandle None result from BlockdevFind
2009-08-06 Michael Hanselmannobjects.BlockDevStatus: Remove ToLegacyStatus
2009-08-05 Iustin Popexport: add meaningful exit code
2009-08-05 Michael HanselmannUse objects for blockdev_getmirrorstatus RPC call result
2009-08-05 Michael HanselmannUse object for blockdev_find RPC call result
2009-08-04 Iustin PopImplement gnt-cluster check-disk-sizes
2009-08-04 Iustin PopImplement --ignore-size in activate-disks
2009-08-04 Iustin PopAdd ignore size support in _AssembleInstanceDisks
2009-08-04 Michael Hanselmanncmdlib: Fix parameters for storage.FileStorage
2009-08-04 Michael Hanselmanncmdlib: Add opcode to modify storage unit fields
2009-08-03 Michael HanselmannAdd new opcode to list physical volumes
2009-08-03 Michael Hanselmanncmdlib: Change tasklet logging to debug level
2009-07-31 Michael Hanselmanncmdlib: Add new opcode to migrate node
2009-07-30 Michael Hanselmanncmdlib: Add logging for tasklets
2009-07-30 Michael Hanselmanncmdlib: Fix tasklets handling if no tasklets are added
2009-07-29 Guido TrotterExtend call_node_start_master rpc with no_voting
2009-07-23 Michael Hanselmanncmdlib: Add __init__ to Tasklet class
2009-07-22 Michael Hanselmanncmdlib: Move LUMigrateInstance functionality to tasklet
next