Add cpu-count-related attributes to nodes
[ganeti-local] / Ganeti / HTools / Cluster.hs
2009-06-10 Iustin PopAdd cpu-count-related attributes to nodes
2009-06-04 Iustin PopFix the ReplacePrimary instance move
2009-06-01 Iustin PopRework the tryAlloc/tryReloc functions
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin PopSmall whitespace change
2009-06-01 Iustin PopMove some alloc functions from hail into Cluster
2009-06-01 Iustin PopCleanup an old function
2009-06-01 Iustin PopLots of documentation updates
2009-05-27 Iustin PopRemove an unused type synonim
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: Implement non-mirrored instance allocation
2009-05-24 Iustin PopImplement hail allocate (for 2-node requests)
2009-05-24 Iustin PopWorking implementation if relocate
2009-05-23 Iustin PopRemove most uses of ktn/kti
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopMove checkData from Cluster to Loader
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-21 Iustin PopExperimental support for non-redundant instances
2009-05-21 Iustin PopSmall doc addition
2009-05-21 Iustin PopIntroduce nice errors on invalid input fields
2009-05-21 Iustin PopSplit node/instance parsing into functions
2009-05-20 Iustin PopAdd initial validation checks in Cluster.loadData
2009-05-20 Iustin PopConvert Cluster.loadData to Result return
2009-05-19 Iustin PopDon't consider offline nodes as N+1 failed
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-04-25 Iustin Pophbal: Add a new min-score option
2009-04-25 Iustin Pophbal: Change hardcoded tests to monadic composition
2009-04-20 Iustin PopIncrease allowed missing memory to 512MB
2009-04-18 Iustin PopImplement writing the command list to a script
2009-03-22 Iustin PopAdd checks for missing disk space
2009-03-22 Iustin PopFix interaction between down instances and nodes
2009-03-22 Iustin PopAdd a new instance field denoting run status
2009-03-22 Iustin PopShow the x_mem/i_mem in node list
2009-03-22 Iustin PopAdd functions to check and fix cluster data
2009-03-21 Iustin PopAdd node memory field to Node objects
2009-03-21 Iustin PopPass actual types to node/instance constructors
2009-03-21 Iustin PopSome small changes in preparation for hscan
2009-03-21 Iustin PopAdd a separate type for the [(Int, String)] list
2009-03-21 Iustin PopHandle correctly offline nodes in cluster scoring
2009-03-21 Iustin PopShow offline nodes in the node status list
2009-03-20 Iustin PopRestrict move list based on offline node status
2009-03-20 Iustin PopSome updates to the apidoc rules
2009-03-20 Iustin PopIntroduce a namespace for the modules