Fix wrong indentation in LUQueryNodes
[ganeti-local] / lib / cmdlib.py
2008-09-04 Guido TrotterFix wrong indentation in LUQueryNodes
2008-09-04 Alexander SchreiberMerge r1607 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1568 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1548 from branches/ganeti/ganeti-1.2
2008-09-02 Alexander Schreibermerge r1541 from branches/ganeti/ganeti-1.2
2008-09-01 Alexander Schreibermerge r1539 from branches/ganeti/ganeti-1.2
2008-09-01 Alexander Schreibermerge r1538 from branches/ganeti/ganeti-1.2
2008-09-01 Guido TrotterCheck memory size before setting it
2008-09-01 Guido TrotterPass the force param to SetInstanceParms
2008-08-29 Alexander SchreiberMerge r1536 from branches/ganeti/ganeti-1.2
2008-08-29 Alexander Schreibermerge r997 from branches/ganeti/ganeti-1.2
2008-08-28 Guido TrotterFix issue when acquiring empty lock sets
2008-08-18 Guido TrotterParallelize LUQueryNodes
2008-08-18 Guido TrotterParallelize LUQueryInstances
2008-08-18 Guido TrotterLURebootInstance: move arg check in ExpandNames
2008-08-18 Michael HanselmannLUVerifyCluster: Return boolean indication success
2008-08-06 Michael HanselmannImplement {Add,Readd,Remove}Node in GanetiContext
2008-07-30 Iustin PopFix cluster destroy
2008-07-30 Guido TrotterParallelize LUFailoverInstance
2008-07-30 Iustin PopFix pylint-detected issues
2008-07-30 Guido TrotterParallelize {Startup,Shutdown,Reboot}Instance
2008-07-30 Guido TrotterParallelize LUReinstallInstance
2008-07-30 Guido TrotterLogicalUnit._LockInstancesNodes helper function
2008-07-30 Guido TrotterMake sharing locks possible
2008-07-30 Guido TrotterAdd LogicalUnit.DeclareLocks
2008-07-30 Guido TrotterLURenameInstance, add/remove relevant locks
2008-07-30 Iustin PopRework master startup/shutdown/failover
2008-07-30 Iustin PopAdd a new parameter to backend.(Start|Stop)Master
2008-07-25 Oleksiy MishchenkoConvert set to a list in LUGetTags
2008-07-22 Guido TrotterConvert SetInstanceParams to concurrency
2008-07-22 Guido TrotterUse Update in SetInstanceParams
2008-07-22 Guido TrotterConvert LUConnectConsole to concurrency
2008-07-22 Guido TrotterAdd _ExpandAndLockInstance auxiliary function.
2008-07-22 Guido TrotterConvert two (simple) LUs to be concurrent
2008-07-22 Guido TrotterAdd missing empty line
2008-07-09 Iustin PopRemove the old locking functions
2008-07-08 Guido TrotterConvert LUTestDelay to concurrent usage
2008-07-08 Guido TrotterLogicalUnit: add ExpandNames function
2008-07-08 Guido TrotterAdd a missing import to cmdlib
2008-07-08 Guido TrotterFix an error accessing the cfg
2008-07-08 Guido TrotterAdd and remove instance/node locks
2008-07-08 Guido TrotterPass context to LUs
2008-07-08 Guido TrotterFix a typo in LUTestDelay docstring
2008-07-01 Guido TrotterAdd REQ_BGL LogicalUnit run requirement
2008-06-27 Guido TrotterAddNode: move the initial setup to boostrap
2008-06-27 Guido TrotterLUAddNode: use node-verify to check node hostname
2008-06-27 Guido TrotterLUAddNode: use self.sstore, not a local ss
2008-06-27 Guido TrotterLUAddNode: upload files via rpc, not scp
2008-06-27 Guido TrotterChange fping to TcpPing in two LUs
2008-06-26 Guido TrotterWhen removing a node don't ssh to it
2008-06-26 Guido TrotterRemove spurious check during LUAddNode
2008-06-26 Guido TrotterImprove LURemoveNode BuildHooksEnv docstring
2008-06-25 Michael HanselmannCleanup old DRBD 0.7.x code
2008-06-23 Iustin PopFix gnt-cluster “command” and “copyfile”
2008-06-22 Iustin PopAdd a ‘tags’ field to instance and node listing
2008-06-17 Iustin PopFix an error-handling case
2008-06-17 Iustin PopImplement disk grow at LU level
2008-06-16 Guido TrotterMove SetKey to WritableSimpleStore and use it
2008-06-15 Guido TrotterActivate down instances' disks on replace-disks
2008-06-15 Guido TrotterFailoverInstance: change AddInstance with Update
2008-06-15 Iustin PopFix an error message in instance add
2008-06-12 Michael HanselmannMove InitCluster opcode into a single function
2008-06-12 Michael HanselmannMove cmdlib._HasValidVG to utils.CheckVolumeGroupSize
2008-06-12 Michael HanselmannMove {Set,Remove}EtcHostsEntry wrappers to utils.py
2008-06-12 Michael HanselmannRemove REQ_CLUSTER from opcode handling code
2008-05-31 Iustin PopAdd check for node memory in instance creation
2008-05-31 Iustin PopShow cluster hypervisor for gnt-cluster info
2008-05-31 Iustin PopForward-port: make gnt-modify work with new HVM parameters
2008-05-31 Iustin PopForward-port: show only parameters relevant to the...
2008-05-31 Iustin PopForward-port: patch 2/4 extended HVM features for 1.2
2008-05-30 Iustin PopComplete removal of md/drbd 0.7 code
2008-05-30 Iustin PopLURemoveInstance: fix op.ignore_failures usage
2008-05-13 Iustin PopImplement node daemon conectivity tests
2008-05-13 Michael HanselmannForward-port changes made to readd in 1.2
2008-05-07 Michael HanselmannUse new ssconf function to check configuration version
2008-05-05 Iustin PopExport the number of cpus to iallocator scripts
2008-05-05 Iustin PopAdd node cpu count to gnt-node list
2008-04-30 Guido TrotterAdd cluster-verify hooks
2008-04-30 Guido TrotterAdd a LU Hooks notification function
2008-04-30 Guido TrotterRemove NoHooksLU.BuildHooksEnv
2008-04-30 Guido TrotterLogicalUnit.BuildHooksEnv, update docstring
2008-04-28 Manuel FranceschiniRaise PrereqError when exporting file-based instance
2008-04-28 Iustin PopConvert cli.SubmitOpCode to use the master
2008-04-28 Iustin PopMove iallocator script execution to ganeti-noded
2008-04-28 Iustin PopFix iallocator instance info
2008-04-25 Iustin PopIAllocator: some more info exported
2008-04-25 Iustin PopIAllocator: simplify node info computation
2008-04-24 Iustin PopStyle fixes for trunk
2008-04-24 Iustin PopImplement replace secondary via the iallocator
2008-04-24 Iustin PopFix generalized relocate mode of IAllocator
2008-04-23 Guido TrotterAdd gnt-backup remove functionality
2008-04-23 Iustin PopGeneralize the replace_secondary mode in iallocator
2008-04-23 Iustin PopSend required_nodes field to the iallocator scripts
2008-04-23 Iustin PopMove all iallocator functions into a class
2008-04-21 Iustin PopAbstract the json functions into a separate module
2008-04-16 Michael HanselmannAdd --readd option to “gnt-node add”
2008-04-16 Iustin PopIAllocator part 3: LUCreateInstance changes
2008-04-16 Iustin PopReorder checks in instance create
2008-04-16 Iustin PopImplement 'out' direction on allocator tests
2008-04-16 Iustin PopAllocator framework, 1st part: allocator input generation
next