Store the instance move in the MoveJobs
[ganeti-local] / hbal.hs
2009-10-02 Iustin PopStore the instance move in the MoveJobs
2009-10-02 Iustin PopMove some more type definitions to Types.hs
2009-10-02 Iustin Pophbal: Implement grouping of moves into jobsets
2009-09-28 Iustin PopSplit the exernal data loader out of CLI.hs
2009-08-30 Iustin PopSplit the balancing algorithm in two parts
2009-08-26 Iustin PopImplement support for 'cheap' moves only
2009-07-28 Guido TrotterFix a typo in hbal.hs
2009-07-15 Iustin PopUnify the command line options and structures
2009-07-14 Iustin PopAdd support for luxi backend in CLI/hspace/hbal
2009-07-07 Iustin PopShow errors on stderr instead of stdout
2009-07-06 Iustin PopFix hlint-generated warnings
2009-07-02 Iustin PopAdd a new type for cluster statistics
2009-07-02 Iustin PopAdd display of more stats in hspace
2009-06-12 Iustin PopSome documentation updates for the new parameters
2009-06-12 Iustin PopAdd cpu/disk limits in hbal
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-01 Iustin PopAdd copyright/license information
2009-05-26 Iustin PopChange the module import hierarchy
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 PopRemove some extraneous uses of ktn/kti
2009-05-23 Iustin PopSome small layout changes
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-22 Iustin PopMore code reorganizations
2009-05-22 Iustin PopRework the loader model
2009-05-20 Iustin PopConvert Cluster.loadData to Result return
2009-05-20 Iustin PopSwitch from hand-written monads to a real one
2009-04-26 Iustin Pophbal: add a --quiet option
2009-04-25 Iustin Pophbal: Simplify the oneline formatting
2009-04-25 Iustin Pophbal: Early exit when we don't have any instances
2009-04-25 Iustin Pophbal: Add a new min-score option
2009-04-20 Iustin PopAdd reading the file names from env vars
2009-04-20 Iustin PopImplement error checks for extra arguments
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-22 Iustin PopShow the x_mem/i_mem in node list
2009-03-22 Iustin PopSplit common CLI functionality into a module
2009-03-21 Iustin PopAdd a separate type for the [(Int, String)] list
2009-03-20 Iustin PopAdd command line support for offlining nodes
2009-03-20 Iustin PopIntroduce a namespace for the modules