Add a hack for normalized CPU values in hspace
[ganeti-local] / hspace.hs
2010-10-06 Iustin PopAdd a hack for normalized CPU values in hspace
2010-08-30 Iustin Pophspace: mark new instances as running
2010-08-30 Iustin PopImplement cluster state saving in hspace
2010-08-30 Iustin PopChange iterateAlloc to return the instance list
2010-07-16 Iustin PopFix handling of offline options and short names
2010-05-20 Iustin PopMove two functions from hspace to Cluster.hs
2010-05-20 Iustin PopStop modifying names for internal computations
2010-05-19 Iustin PopFix some haddock comments
2010-05-17 Iustin Pophspace: change handling of N+1 bad clusters
2010-04-15 Iustin Pophspace: show more metrics
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-22 Iustin PopChange an internal type from Maybe to list
2010-01-07 Iustin PopSwitch the text file format to single-file
2009-12-02 Iustin PopMerge branch 'next'
2009-11-27 Iustin PopIntroduce support for reading the cluster tags
2009-11-24 Iustin Pophspace: quote non-alphanum values in shell output
2009-11-11 Iustin PopAdd a tags attribute to instances
2009-11-10 Iustin PopAllow overriding the field list in -p
2009-11-06 Iustin PopRework the tiered spec output format
2009-11-06 Iustin Pophspace: show tiered-alloc stats in the output
2009-11-06 Iustin Pophspace: fix stats printing for tiered mode
2009-11-06 Iustin PopImplement first version of tiered allocations
2009-10-30 Iustin Pophspace: Abstract the instance listing
2009-10-30 Iustin PopRework the instance spec CLI options
2009-10-14 Iustin PopStyle change: cluster CStats camel-casing
2009-10-14 Iustin PopStyle change: node and instance attributes
2009-09-28 Iustin PopSplit the exernal data loader out of CLI.hs
2009-08-18 Iustin PopAdd a simulated cluster data loader
2009-07-15 Iustin PopUnify the command line options and structures
2009-07-14 Iustin PopFix a few hlint errors
2009-07-14 Iustin PopAdd support for luxi backend in CLI/hspace/hbal
2009-07-09 Iustin Pophspace: fix failure handling of tryAlloc results
2009-07-09 Iustin PopChange the tryAlloc/tryReloc workflow
2009-07-08 Iustin PopSlight change to the internal allocation results
2009-07-08 Iustin Pophspace: switch output to shell-script format
2009-07-08 Iustin Pophspace: move instance count and score into CStats
2009-07-07 Iustin PopExport more stats in hspace
2009-07-07 Iustin PopShow errors on stderr instead of stdout
2009-07-07 Iustin Pophspace: convert N1 error exit into FailN1 result
2009-07-07 Iustin PopSome docstring updates
2009-07-07 Iustin Pophspace: add display of instance spec
2009-07-06 Iustin PopFix hlint-generated warnings
2009-07-05 Iustin PopAdd computation of the failure reason in hspace
2009-07-05 Iustin PopIntroduce a new type for allocation results
2009-07-03 Iustin PopDisplay two more stats in hspace
2009-07-03 Iustin PopFix totalResources avail disk computation
2009-07-02 Iustin PopAdd a new type for cluster statistics
2009-07-02 Iustin PopEnhance hspace resource display
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 setting of node limits in hspace
2009-06-11 Iustin PopFix 'unused X' warnings
2009-06-11 Iustin PopFix the various monomorphism warning
2009-06-10 Iustin PopAdd a new vcpus attribute to instances
2009-06-01 Iustin PopFix hspace with plain type instances
2009-06-01 Iustin PopRework the tryAlloc/tryReloc functions
2009-06-01 Iustin PopInitial add of the hspace tool