Merge branch 'devel-2.5'
[ganeti-local] / lib / cmdlib.py
2012-04-13 Michael HanselmannMerge branch 'devel-2.5'
2012-04-12 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-04-11 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2012-04-11 Iustin PopFix extra whitespace
2012-04-11 Dimitris AragiorgisFurther fixes concerning drbd port release
2012-04-11 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-30 Iustin PopFix extra whitespace
2012-03-29 Dimitris AragiorgisFix a bug concerning TCP port release
2012-03-28 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-03-28 Bernardo Dal SenoLUOobCommand: acquire BGL in shared mode
2012-03-28 René NussbaumerLUNodeAdd: Make the version call only dependend on DNS
2012-03-28 René NussbaumerRPC: Add a new client type for DNS only
2012-03-23 Iustin PopFix docstring bug
2012-03-23 Guido TrotterMerge branch 'stable-2.5' into devel-2.5
2012-03-23 René NussbaumerLUNodeAdd: Verify version in Prereq v2.5.0rc6
2012-03-23 René NussbaumerLUNodeAdd: Verify version in Prereq
2012-03-22 Michael Hanselmanngnt-instance info: Show node group information
2012-03-22 Michael Hanselmanncmdlib: Factorize checking acquired node group locks
2012-03-22 Michael Hanselmanncmdlib: Stop forking in LUClusterQuery
2012-03-22 Michael HanselmannLUClusterVerifyConfig: Share BGL, acquire all locks...
2012-03-20 Alexander SchreiberTypo fix: s/aditional/additional/
2012-03-19 Iustin PopFix type error in LUInstanceChangeGroup
2012-03-15 René NussbaumerRename spindle_usage to spindle_use on Ganeti side
2012-03-15 Iustin PopFix TLMigrateInstance use of IAllocator
2012-03-15 René Nussbaumeripolicy: Keep track of spindle usage
2012-03-15 René Nussbaumeriallocator: Add the spindle_usage to iallocator
2012-03-06 Iustin PopMerge remote-tracking branch 'origin/devel-2.5'
2012-02-27 Iustin PopRemove a superfluous warning in LUNodeRemove
2012-02-21 Iustin PopSmall update to LogicalUnit.ExpandNames docstring
2012-02-21 Iustin PopExport ndparams in iallocator
2012-02-17 Michael HanselmannFix breakage introduced by fa6dd6bb56
2012-02-17 Michael HanselmannLUInstanceSetParams: Update disk's “iv_name”
2012-02-17 Michael HanselmannApplyContainerMods: Fix issues with indices
2012-02-17 Michael Hanselmanncmdlib: Remove some users of “iv_name”
2012-02-15 Michael Hanselmanncmdlib: De-duplicate code in _GenerateDiskTemplate
2012-02-15 Michael HanselmannAdd unittest for cmdlib._GenerateDiskTemplate
2012-02-14 Michael Hanselmanncmdlib: Fix “unpack non-sequence” error
2012-02-13 Michael HanselmannApplyContainerMods: Return changes from callbacks
2012-02-13 Michael HanselmannLUInstanceSetParams: Convert to generic algorithm for...
2012-02-13 Michael Hanselmanncmdlib: Add generic algorithm for modifying NICs/disks
2012-02-13 Michael HanselmannLUInstanceSetParams: Assertion on disk template/disk...
2012-02-01 Michael HanselmannMerge branch 'stable-2.5' into devel-2.5
2012-02-01 Michael HanselmannRe-added constant mistakenly removed in 58f0ce16873
2012-02-01 Michael HanselmannLUInstanceSetParams: Allow no-op change of instance...
2012-01-31 Michael HanselmannOpInstanceSetParams: Merge {off,on}line_inst parameters
2012-01-27 Guido TrotterN+1: verify using minimum memory
2012-01-26 Guido TrotterUse allow_runtime_chgs in cmdlib
2012-01-26 Guido TrotterMigrate/Failover: allow less-than-max-mem op
2012-01-26 Guido TrotterFailover and Migrate: acquire node resource locks
2012-01-26 Guido Trottercmdlib._CheckNodeFreeMemory: return free memory
2012-01-26 Iustin PopExport the cluster ipolicy in iallocator
2012-01-26 Iustin PopAdd new ipolicy parameter vcpu_ratio
2012-01-26 Iustin PopRename IPOLICY_PARAMETERS to IPOLICY_ISPECS
2012-01-25 Michael HanselmannFix cluster verification issues on multi-group clusters
2012-01-25 Michael Hanselmanngnt-instance recreate-disks: Allow specifying new size
2012-01-25 René NussbaumerLUClusterSetParams: When ipolicy is updated warn for...
2012-01-25 René NussbaumerLUGroupSetParams: Warn if the new ipolicy will violate...
2012-01-25 René Nussbaumercmdlib: Add a helper function for a set of violating...
2012-01-23 Constantinos Venet... Implement rbd disk template
2012-01-23 Iustin PopFix iallocator group objects
2012-01-23 Michael HanselmannLUInstanceRecreateDisks: Actually acquire node resource...
2012-01-23 Michael Hanselmanncmdlib._CheckInstanceState: Use instance name in error...
2012-01-20 Michael Hanselmanncmdlib: Drop use of “len(…) != 0”
2012-01-20 Guido TrotterMerge branch 'devel-2.5'
2012-01-20 Guido TrotterMerge branch 'stable-2.5' into devel-2.5
2012-01-20 Guido TrotterMigrate: don't check for free memory on cleanup
2012-01-20 Guido TrotterLUInstanceStartup: check for minimum memory
2012-01-20 Guido TrotterInstance startup: lock primary node
2012-01-18 Guido Trottergnt-instance modify -m|--runtime-memory
2012-01-16 René NussbaumerTLReplaceDisk: Add ipolicy checks
2012-01-13 Iustin PopFurther fixes to instance policy validation
2012-01-13 Iustin PopAdd new disk_templates parameter to instance policy
2012-01-13 Iustin PopFix handling of errors from InstancePolicy.Check...
2012-01-12 Constantinos Venet... Fix acquisition of node lock in LUInstanceGrowDisk
2012-01-11 René Nussbaumercmdlib: Rename _CheckMinMaxSpecs to _ComputeMinMaxSpec
2012-01-11 René Nussbaumercmdlib: _VerifyInstancePolicy has been replaced and...
2012-01-10 Michael HanselmannLUInstanceCreate: Release node resource lock
2012-01-10 René Nussbaumer_CheckTargetNodeIPolicy: instance.primary_node is not...
2012-01-10 René Nussbaumercmdlib: node.group is not a nodegroup object
2012-01-10 René NussbaumerLUInstanceCreate: self.disks is a dict not a disk object
2012-01-09 Guido TrotterInstanceStartup: use overridden beparams in prereq
2012-01-09 Michael HanselmannMerge branch 'devel-2.4' into stable-2.5
2012-01-06 René Nussbaumercmdlib: Adapt LUClusterVerifyGroup for instance policy
2012-01-06 René Nussbaumergnt-node: Add instance policy to migrate
2012-01-06 René Nussbaumergnt-instance: Adding instance policy to add
2012-01-06 René Nussbaumergnt-instance: Adding verification of instance policy...
2012-01-06 René Nussbaumergnt-instance: Adding instance policy to move
2012-01-06 René Nussbaumergnt-instance: Adding instance policy to migrate
2012-01-06 René Nussbaumergnt-instance: Adding instance policy to failover
2012-01-06 René Nussbaumercmdlib: Adding helper for instance policy
2011-12-19 Andrea SpadacciniFix cluster destroy failure
2011-12-16 René Nussbaumergnt-node: Add hv/disk state to add
2011-12-16 René Nussbaumergnt-group: Add hv/disk state to add
2011-12-12 Andrea SpadacciniAdd the remaining DRBD dynamic sync disk params
2011-12-12 Andrea SpadacciniAdd the dynamic-resync DRBD disk parameter
2011-12-09 Agata MurawskaEmpty ipolicy fix
2011-12-09 Agata MurawskaSimpleFillIpolicy corrected
2011-12-09 Agata MurawskaChange constants: ISPECS suffixes to prefixes
2011-12-08 Agata MurawskaGroupSetParam supports instance policy changes
2011-12-08 Agata MurawskaAddGroup supports instance policy
next