Rework the tryAlloc/tryReloc functions
[ganeti-local] / Ganeti /
2009-06-01 Iustin PopRework the tryAlloc/tryReloc functions
2009-06-01 Iustin PopAdd an utility function for triples
2009-06-01 Iustin PopSmall doc change
2009-06-01 Iustin PopEnsure consistent naming of the tools
2009-06-01 Iustin PopAdd copyright/license information
2009-06-01 Iustin Poptests: move the test declaration in QC.hs
2009-06-01 Iustin PopSmall whitespace change
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-06-01 Iustin PopCleanup an old function
2009-06-01 Iustin PopLots of documentation updates
2009-06-01 Iustin PopA simple test for Container.addTwo
2009-06-01 Iustin PopAdd some very trivial Instance tests
2009-06-01 Iustin PopFinish removal of unused params from PeerMap
2009-06-01 Iustin PopAdd test infrastructure and initial tests
2009-05-27 Iustin PopSome cleanup of the PeerMap module
2009-05-27 Iustin PopRemove unused parameters from PeerMap creation
2009-05-27 Iustin PopRemove an unused type synonim
2009-05-27 Iustin PopAdd a separate function for looking up instances
2009-05-27 Iustin PopAdd type synonyms for the node/instance indices
2009-05-26 Iustin PopChange the module import hierarchy
2009-05-26 Iustin PopPort offline node fixes from Rapi to IAllocator
2009-05-25 Iustin PopFix loading of plain instances via iallocator
2009-05-25 Iustin PopFix some haddock issues
2009-05-25 Iustin Pophail: do not allocate on offline/drained nodes
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-24 Iustin PopStart implementing the hail functionality
2009-05-23 Iustin PopRemove ktn/kti from first half of loader
2009-05-23 Iustin PopRemove the ktn/kti from second half of loading
2009-05-23 Iustin PopRemove most uses of ktn/kti
2009-05-23 Iustin PopAdd some utility functions for kt deprecation
2009-05-23 Iustin PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopStrip the suffix from the names in the objects
2009-05-23 Iustin PopMake IAlloc.loadData return maps
2009-05-23 Iustin PopMove common loading sequence in CLI
2009-05-23 Iustin PopMove checkData from Cluster to Loader
2009-05-23 Iustin PopIntroduce a class for CLI options
2009-05-23 Iustin PopAdd a small class for Nodes and Instances
2009-05-22 Iustin PopAdd back names to nodes/instances
2009-05-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-21 Iustin PopInitial work on hail
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 PopSmall syntax improvement
2009-05-20 Iustin PopConvert Cluster.loadData to Result return
2009-05-20 Iustin PopAllow overriding the RAPI port/scheme
2009-05-20 Iustin PopRemove some 1.2 specific code
2009-05-20 Iustin PopGeneralize some Result function into monad ones
2009-05-20 Iustin PopSwitch from hand-written monads to a real one
2009-05-20 Iustin PopSmall changes to the IAlloc module
2009-05-19 Iustin PopDon't consider offline nodes as N+1 failed
2009-05-19 Iustin PopDrop RAPI v1 compatiblity
2009-05-19 Iustin PopAdd support for 'offline' nodes
2009-05-18 Iustin PopUpdate the IAlloc module
2009-05-18 Iustin PopMove the JSON utilities to Utils.hs
2009-05-18 Iustin PopAdd a copy of Rapi.HS as IAlloc.hs
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-20 Iustin PopAdd reading the file names from env vars
2009-04-18 Iustin PopImplement writing the command list to a script
2009-04-16 Iustin Pophbal: Abort for invalid offline node names
2009-03-23 Iustin PopMore documentation updates
2009-03-22 Iustin PopAdd checks for missing disk space
2009-03-22 Iustin PopInclude DRBD overhead in sda/sdb size
2009-03-22 Iustin PopUpdate all needed node fields on f_mem change
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-22 Iustin PopAdd a new node filed x_mem
2009-03-22 Iustin PopSplit common CLI functionality into a module
2009-03-22 Iustin PopRemove unused and obsolete function
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 PopAdd command line support for offlining nodes
2009-03-20 Iustin PopAdd a new 'offline' Node attribute
2009-03-20 Iustin PopSmall doc update in Node.hs
2009-03-20 Iustin PopSome updates to the apidoc rules
2009-03-20 Iustin PopIntroduce a namespace for the modules