Prevent allocation on unallocable node groups
[ganeti-local] / hail.hs
2011-01-07 Iustin PopConvert node evacuation to multi-group
2011-01-07 Iustin PopInstance relocation: stay within the current group
2010-12-30 Iustin PopMove part of the loader pipeline to ClusterData
2010-12-30 Iustin PopConvert Loader.RqType to ClusterData
2010-12-30 Iustin PopSimulation backend: allow multiple node groups
2010-12-20 Iustin Pophail: allow overriding cluster data from requests
2010-12-20 Iustin Pophail: display group names in info messages
2010-12-20 Iustin PopRework the data loader pipelines to read groups
2010-12-09 Iustin Pophail/allocate: implement multi-group support
2010-12-09 Iustin Pophail: remove the custom info message generation
2010-12-09 Iustin PopChange AllocSolution from tuple to its own type
2010-12-01 Iustin PopCleanup AllocSolution after AllocElement changes
2010-12-01 Iustin PopAllocElement: extend with the cluster score
2010-05-20 Iustin PopStop modifying names for internal computations
2010-02-25 Iustin PopFix unused imports for ghc 6.12
2010-02-22 Iustin PopImplement IAllocator node evacuate request
2010-02-22 Iustin PopChange an internal type from Maybe to list
2009-12-01 Iustin Pophail: add '-p' option intended for debugging use
2009-12-01 Iustin PopRead cluster tags in the IAllocator backend
2009-09-28 Iustin PopTurn on, and fix, more warnings
2009-07-15 Iustin PopUnify the command line options and structures
2009-07-09 Iustin PopChange the tryAlloc/tryReloc workflow
2009-07-08 Iustin PopSlight change to the internal allocation results
2009-07-07 Iustin PopShow errors on stderr instead of stdout
2009-07-06 Iustin PopFix hlint-generated warnings
2009-07-05 Iustin PopIntroduce a new type for allocation results
2009-06-11 Iustin PopFix 'unused X' warnings
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-01 Iustin PopRework the tryAlloc/tryReloc functions
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopMove some alloc functions from hail into Cluster
2009-06-01 Iustin PopMove the RqType and Request types to Loader.hs
2009-05-27 Iustin PopAdd type synonyms for the node/instance indices
2009-05-26 Iustin PopChange the module import hierarchy
2009-05-25 Iustin Pophail: don't relocate to current primary node
2009-05-25 Iustin Pophail: do not allocate on offline/drained nodes
2009-05-25 Iustin Pophail: cleanup unused options
2009-05-25 Iustin Pophail: Implement non-mirrored instance allocation
2009-05-25 Iustin Pophail: unify the post-processing of results
2009-05-24 Iustin PopImplement hail allocate (for 2-node requests)
2009-05-24 Iustin PopWorking implementation if relocate
2009-05-24 Iustin PopStart implementing the hail functionality
2009-05-23 Iustin PopRemove a function in hail
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopIntroduce a class for CLI options
2009-05-22 Iustin PopMore code reorganizations
2009-05-21 Iustin PopInitial work on hail