LUBackupRemove: Use node allocation lock
[ganeti-local] / lib / cmdlib.py
2012-12-07 Michael HanselmannLUBackupRemove: Use node allocation lock
2012-12-07 Michael HanselmannLUInstanceMultiAlloc: Use node allocation lock
2012-12-07 Michael HanselmannLUInstanceRecreateDisks: Use node allocation lock
2012-12-07 Michael HanselmannLUNodeSetParams: Use node allocation lock
2012-12-07 Michael HanselmannLUNodeQueryvols: Use node allocation lock
2012-12-07 Michael HanselmannLUOobCommand: Use node allocation lock
2012-12-06 Dimitris AragiorgisLocking related fixes for networks
2012-12-05 Dimitris AragiorgisUse new util function for mac_prefix validation
2012-12-05 Michael HanselmannLUClusterRedistConf: Use node allocation lock
2012-12-05 Michael HanselmannLUClusterRepairDiskSizes: Use node allocation lock
2012-12-05 Michael HanselmannLUGroupVerifyDisks: Use node allocation lock
2012-12-05 Michael HanselmannLUClusterVerifyGroup: Use node allocation lock
2012-12-05 Michael HanselmannLUInstanceReplaceDisks: Acquire node allocation lock
2012-12-05 Michael HanselmannLUInstanceChangeGroup: Acquire node allocation lock
2012-12-05 Michael HanselmannAcquire node allocation lock during node query
2012-12-04 Michael HanselmannFix locking mistake introduced in commit 5cc1f88
2012-12-04 Michael HanselmannLUClusterSetParams: Use node allocation lock
2012-12-04 Michael HanselmannLUInstanceCreate: Acquire node allocation lock
2012-12-04 Michael HanselmannAcquire node allocation lock for failover/migration
2012-12-04 Dimitris AragiorgisUse GetMultiInstanceInfo in LUNetwork* opcodes
2012-12-03 Michael HanselmannSupport opportunistic locks in mcpu/LUs
2012-12-03 Dimitris AragiorgisLUNetworkAdd: Log warning when needed
2012-12-03 Dimitris AragiorgisUse constants.IP4_VERSION in LUNetworkAdd
2012-12-03 Dimitris AragiorgisFix locking in networks
2012-11-30 Iustin PopRename OpTestAllocator.allocator to iallocator
2012-11-29 Helga VelroyenFixing crash when removing disks
2012-11-27 Michael HanselmannFix build after commit 9b7e05a
2012-11-27 Michael HanselmannLUNodeQueryStorage: Use node allocation lock
2012-11-27 Michael Hanselmanncmdlib: Don't pass processor to _ComputeNics
2012-11-27 Michael Hanselmanncmdlib.LUInstanceRename: Another assertion for BGL
2012-11-27 Michael Hanselmanncmdlib: Stop using proc.Log*
2012-11-27 Michael Hanselmanncmdlib: Use CommaJoin where appropriate
2012-11-27 Michael HanselmannLUNetwork*: Build dictionaries right away
2012-11-23 Iustin PopReplace dict() with {}
2012-11-22 Helga VelroyenMake ipolicy violations a warning
2012-11-21 Iustin PopSmall style fixes (' vs ") in network code
2012-11-21 Michael HanselmannRemove delayed iallocator call in TLReplaceDisks
2012-11-21 Michael Hanselmanncmdlib: Merge duplicated code for TLMigrateInstance
2012-11-21 Helga VelroyenFix lint error about too many variables
2012-11-21 Helga VelroyenCheck ispecs against ipolicy on instance modify
2012-11-20 Dimitris AragiorgisFix _ComputeNics to include network slot
2012-11-20 Dimitris AragiorgisFixes to pass py-apidoc (make commit-check)
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-20 Dimitris AragiorgisFixes to pass pylint (make lint)
2012-11-20 Dimitris AragiorgisCheck for existing networks/groups in Network LUs
2012-11-20 Dimitris AragiorgisAdd tags in network objects
2012-11-20 Dimitris AragiorgisPass detailed network info in hooks
2012-11-20 Dimitris AragiorgisUse network's mac prefix
2012-11-20 Dimitris AragiorgisModify LUInstanceSetParams() to support networks
2012-11-20 Dimitris AragiorgisModify LUInstanceCreate to support networks
2012-11-20 Dimitris AragiorgisImplement network/nodegroup mappings
2012-11-20 Dimitris AragiorgisImplement LUNetworkSetParams
2012-11-20 Apollon OikonomopoulosImplement LUNetworkQuery
2012-11-20 Dimitris AragiorgisBasic IP pool management logic
2012-11-20 Dimitris AragiorgisIP pool related objects, opcodes and constants
2012-11-20 Iustin PopCleanup ht's use of positive/strictpositive
2012-11-19 Michael HanselmannAdd opcode for running commands remotely
2012-11-12 Iustin PopMerge branch 'devel-2.6' into master
2012-11-12 Iustin PopMerge branch 'stable-2.6' into devel-2.6
2012-11-12 Iustin PopImprove error message when migration status fail
2012-11-02 Bernardo Dal SenoFix previous merge
2012-11-01 Michael HanselmannMerge branch 'devel-2.6'
2012-11-01 Michael HanselmannMerge branch 'stable-2.6' into devel-2.6
2012-11-01 Iustin PopMake hostname checks uniform between instance rename...
2012-10-30 Iustin PopFix runtime memory increases
2012-10-30 Iustin PopFix removal of storage directory on shared file storage
2012-10-30 Iustin PopSwitch non-redundant check to disk template-based
2012-10-26 Michael HanselmannCheck allowed file storage paths during cluster-verify
2012-10-19 Iustin PopUpdate blockdev's "info" at instance rename
2012-10-19 Iustin PopFix disk adoption interaction with ipolicy checks
2012-10-17 Dato SimóGroup.hs: add 'allTags'; adjust loaders and test data...
2012-10-11 Michael HanselmannLUClusterVerifyGroup: Localize virtual file paths
2012-10-11 Michael HanselmannMove constant for /etc/hosts to pathutils
2012-10-11 Michael HanselmannMerge branch 'devel-2.6'
2012-10-11 Michael HanselmannMerge branch 'stable-2.6' into devel-2.6
2012-10-05 Michael HanselmannCheck fingerprint of file with allowed file storage...
2012-10-05 Bernardo Dal SenoSupport for the default iallocator in replace-disks
2012-10-05 Bernardo Dal SenoExplicitly ask for the default iallocator in commands
2012-10-05 Michael HanselmannWipe added space when growing disks
2012-10-04 Michael Hanselmanncmdlib._WipeDisks: Code formatting
2012-10-03 Michael HanselmannShow old primary/secondary node on disk replacement
2012-10-03 Michael Hanselmanncmdlib: Change wording of messages during disk wipe
2012-10-03 Michael HanselmannLUClusterVerify: Ignore /proc/drbd if DRBD is disabled
2012-10-03 Michael HanselmannLUClusterVerify: Ignore /proc/drbd if DRBD is disabled
2012-09-27 Bernardo Dal SenoInstanceRecreateDisks: new assertion for node locks
2012-09-27 Bernardo Dal SenoFix missing locks in InstanceRecreateDisks
2012-09-27 Bernardo Dal SenoAlways_failover doesn't require --allow-failover anymore
2012-09-24 René NussbaumerAdding multi-allocation logic
2012-09-24 René NussbaumerRefactor shared code
2012-09-21 Michael HanselmannLUInstanceCreate: Include group name in error message
2012-09-18 Michael HanselmannMigrate lib/cmdlib.py from constants to pathutils
2012-09-14 Bernardo Dal SenoAlways_failover doesn't require --allow-failover anymore
2012-09-13 Bernardo Dal SenoRemove useless lock in recreate-disks
2012-09-12 René NussbaumerRework the required_nodes field
2012-09-12 Michael Hanselmanncmdlib: Handle locking.ALL_SET correctly when copying...
2012-09-12 René NussbaumerAdapt gnt-debug iallocator
2012-09-12 René NussbaumerSwitch all iallocator calls to the new one
2012-09-12 René NussbaumerRefactor IAllocator code
2012-09-12 René NussbaumerMove _MakeLegacyNodeInfo to rpc
2012-09-12 René NussbaumerMove _CalculateGroupIPolicy and _ComputeDiskSize
next