Merge 'EvacNode' and 'NodeEvacMode'
[ganeti-local] / lib / masterd / iallocator.py
2013-10-02 Jose A. LopesMerge 'EvacNode' and 'NodeEvacMode'
2013-10-02 Jose A. LopesReplace 'IALLOCATOR_NEVAC_*' with 'NODE_EVAC_*'
2013-07-03 Helga VelroyenFix typo in iallocator
2013-07-02 Helga VelroyenExtend RPC call 'node_info' by storage parameters
2013-07-01 Bernardo Dal SenoExport CPUs used by the node OS
2013-06-27 Helga Velroyeniallocator: storage processing accepts space_info structure
2013-06-27 Helga Velroyeniallocator: get rid of MakeLegacyNodeInfo
2013-06-27 Helga Velroyeniallocator: factor out instance memory summation
2013-06-27 Helga Velroyeniallocator: extract storage info directly from node...
2013-06-27 Helga Velroyeniallocator: computation of storage data
2013-06-27 Helga Velroyeniallocator: factor out 'get_attr' method
2013-06-27 Helga Velroyeniallocator: prepare RPC call 'node_info'
2013-06-20 Thomas ThrainerIndex instances by their UUID
2013-06-14 Helga VelroyenRefactor NodeInfo RPC regarding storage reporting
2013-06-13 Thomas ThrainerInline simple "alias" variables
2013-06-13 Thomas ThrainerIndex nodes by their UUID
2013-06-12 Helga VelroyenUse hvparams in GetAllInstancesInfo
2013-06-12 Helga VelroyenAdjust all callers of RPC 'call_node_info'
2013-06-07 Bernardo Dal SenoExport node spindles
2013-06-03 Bernardo Dal SenoExport instance disk spindles
2013-05-31 Bernardo Dal SenoMerge branch 'stable-2.8' into master
2013-05-29 Thomas ThrainerExport connected networks to IAllocator
2013-05-28 Thomas ThrainerAdd disks_active to configuration
2013-05-21 Helga VelroyenRPC 'node_info': <storage_type,key> instead of vg_names
2013-03-04 Iustin PopAllow iallocator to work without LVM storage
2013-02-15 Iustin PopRename lib/objectutils to outils.py
2012-12-21 Bernardo Dal SenoCall node_info RPCs with the exclusive_storage flag
2012-12-21 Bernardo Dal SenoAdd exclusive_storage parameter to node_info RPC
2012-12-21 Dimitris AragiorgisFix iallocator for nodegroups with no tags
2012-12-04 Michael Hanselmanniallocator: Add node whitelist
2012-11-20 Dimitris AragiorgisFixes to pass pep8 (make lint)
2012-11-20 Iustin PopCleanup ht's use of positive/strictpositive
2012-10-17 Dato SimóMerge branch 'devel-2.6' into master
2012-09-26 René NussbaumerVerify the node count just if the allocation was successful
2012-09-24 René NussbaumerFix REQ_RESULT for MultiInstanceAllocRequest
2012-09-24 René NussbaumerFix a validation issue
2012-09-12 René NussbaumerSmall style adjustment
2012-09-12 René NussbaumerMake iallocator request types more strict
2012-09-12 René NussbaumerRework the required_nodes field
2012-09-12 René NussbaumerDisable pylint warnings for unknown members
2012-09-12 René NussbaumerAdding new multi-allocation request
2012-09-12 René NussbaumerRefactor IAllocator code