Text: read/write the allocation policy
[ganeti-local] / hbal.hs
2010-12-20 Iustin PopText.hs: serialize cluster tags when writing data
2010-12-20 Iustin Pophbal: display the group name in the multi-group case
2010-12-20 Iustin PopChange the Node.group attribute
2010-12-20 Iustin PopRework the data loader pipelines to read groups
2010-12-01 Iustin Pophbal: implement handling of multi-group clusters
2010-11-23 Iustin Pophbal: change handling of signal
2010-09-15 Iustin Pophbal: implement user-friendly termination requests
2010-09-03 Iustin PopUse the mingain options in the balancing algorithm
2010-08-30 Iustin PopImplement cluster state saving in hbal
2010-07-19 Iustin Pophbal: print short names in steps list
2010-07-16 Iustin PopFix handling of offline options and short names
2010-06-21 Iustin PopRename the job status constants
2010-06-02 Iustin PopChange the Luxi operations structure
2010-05-20 Iustin PopAccept both full and short names in CLI
2010-05-20 Iustin PopStop modifying names for internal computations
2010-02-25 Iustin PopA number of small fixes from hlint
2010-02-25 Iustin PopFix unused-do-binds for ghc 6.12
2010-02-25 Iustin PopFix unused imports for ghc 6.12
2010-02-23 Iustin PopEnable hbal to use the new command line option
2010-02-22 Iustin PopImplement evacuation mode in hbal
2010-01-14 Iustin PopSplit the balancing function in two parts
2010-01-07 Iustin PopSwitch the text file format to single-file
2009-12-01 Iustin PopRead cluster tags in the RAPI backend
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-17 Iustin PopAdd a command-line option to filter exclusion tags
2009-11-10 Iustin PopAllow overriding the field list in -p
2009-10-16 Iustin PopAdd loading and processing of utilisation data
2009-10-15 Iustin PopAllow displaying the instance map in hbal
2009-10-14 Iustin PopStyle change: cluster CStats camel-casing
2009-10-14 Iustin PopImplement first version of job execution
2009-10-14 Iustin PopExtend the MoveJob type to hold the instance index
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