Add a simulated cluster data loader
[ganeti-local] / hspace.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