ganeti-local
2010-01-07 Iustin PopSwitch the text file format to single-file
2010-01-07 Iustin PopChange the signatures of the text loader slightly
2009-12-29 Iustin PopUpdate NEWS file for the 0.2.2 release htools-v0.2.2
2009-12-29 Iustin PopUpdate hbal man page to note that we use stddev
2009-12-29 Iustin PopUpdate comments in live-test about clusters
2009-12-28 Iustin PopImprove the dist build rule
2009-12-28 Iustin PopRemove Version.hs during clean too
2009-12-28 Iustin PopFix small typo
2009-12-11 Iustin PopConvert n1_score metric from % to count
2009-12-11 Iustin PopMerge branch 'master' into next
2009-12-11 Iustin PopMetric: count of primary instances/offline nodes
2009-12-11 Iustin PopOffline instance metric: change from % to count
2009-12-11 Iustin PopUse the oper_ram field if available
2009-12-09 Iustin Poprapi, luxi: treat drained nodes as offline
2009-12-02 Iustin PopAdd a live-test script
2009-12-02 Iustin PopFix typo breaking LUXI backend
2009-12-02 Iustin PopUpdate NEWS file for the 0.2.1 release htools-v0.2.1
2009-12-02 Iustin PopFix unittests after instance tags addition
2009-12-02 Iustin PopMerge branch 'next'
2009-12-02 Iustin PopUpdate documentation for the iextags
2009-12-02 Iustin PopRe-wrap the README
2009-12-01 Iustin PopConfigure exclusion tags via the cluster tags
2009-12-01 Iustin Pophail: add '-p' option intended for debugging use
2009-12-01 Iustin PopRead cluster tags in the IAllocator backend
2009-12-01 Iustin PopRead cluster tags in the LUXI backend
2009-12-01 Iustin PopRead cluster tags in the RAPI backend
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-17 Iustin PopCollapse the statistical functions into one
2009-11-17 Iustin PopSpecialize the math functions
2009-11-17 Iustin PopUse conflicting primaries count in cluster score
2009-11-17 Iustin PopNode: add function for conflicting primary count
2009-11-17 Iustin PopAdd a new node list field
2009-11-17 Iustin PopAdd a command-line option to filter exclusion tags
2009-11-17 Iustin PopIntroduce tag-based exclusion of primary instances
2009-11-11 Iustin PopAdd a tags attribute to instances
2009-11-11 Iustin PopSmall change in some list arguments
2009-11-10 Iustin PopUse either \- or \(hy in manpages
2009-11-10 Iustin PopUpdate NEWS file for the 0.2.0 release htools-v0.2.0
2009-11-10 Iustin PopRewrite NEWS for better RST compatibility
2009-11-10 Iustin PopAllow overriding the field list in -p
2009-11-09 Iustin PopUpdate hspace manpage with tiered allocation info
2009-11-09 Iustin PopMove more node-listing functionality in Node.hs
2009-11-09 Iustin PopChange the default dynamic usage to baseUtil
2009-11-09 Iustin PopAdd a few comments in the scoring function
2009-11-06 Iustin PopEnhance the error reporting for Rapi and Luxi
2009-11-06 Iustin PopChange the Utils.fromObj signature
2009-11-06 Iustin PopRework the tiered spec output format
2009-11-06 Iustin PopA small style change in Node.hs
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 PopMake some CLI options more consistent
2009-11-06 Iustin PopImplement first version of tiered allocations
2009-11-06 Iustin PopAdd support for shrinking instance specs
2009-10-30 Iustin Pophspace: Abstract the instance listing
2009-10-30 Iustin PopRework the instance spec CLI options
2009-10-30 Iustin PopConvert option parsing to a monadic flow
2009-10-21 Iustin PopSome cleanup of Loader.mergeData
2009-10-21 Iustin Pophbal: ignore unknown instance in dynload file
2009-10-21 Iustin PopFix hbal man page w.r.t. --print-instances
2009-10-21 Iustin PopExpand the --print-instances output
2009-10-19 Iustin PopOld update to the NEWS file
2009-10-18 Iustin PopChange the Container.findByName function
2009-10-18 Iustin PopSome small style fixes
2009-10-18 Iustin PopSimplify the cstats initializer
2009-10-18 Iustin PopSimplify Cluster.computeMoves
2009-10-18 Iustin PopRemove obsolete export
2009-10-18 Iustin PopGeneralise the node/instance listing
2009-10-18 Iustin PopFix instance listing for non-redundant case
2009-10-16 Iustin PopFix two haddoc/happy docstring issues
2009-10-16 Iustin PopUpdate hbal manpage with details about dynutil
2009-10-16 Iustin PopStart using the utilisation scores in balancing
2009-10-16 Iustin PopAdd loading and processing of utilisation data
2009-10-16 Iustin PopAdd an option to input utilisation data
2009-10-16 Iustin PopMerge the Node.setPri and Node.addCpus functions
2009-10-16 Iustin PopMove some utility functions to Utils.hs
2009-10-16 Iustin PopShow the load on nodes in node lists
2009-10-15 Iustin PopAdd initial structure for utilisation balancing
2009-10-15 Iustin PopAllow displaying the instance map in hbal
2009-10-15 Iustin PopAdd an explicit export list to Instance.hs
2009-10-15 Iustin PopMore hlint fixes
2009-10-14 Iustin PopStyle change: camel-casing of unittests
2009-10-14 Iustin PopStyle change: cluster CStats camel-casing
2009-10-14 Iustin PopStyle change: node and instance attributes
2009-10-14 Iustin PopModify the internals of the detailed CV scores
2009-10-14 Iustin PopUpdate the hbal manpage w.r.t. job execution
2009-10-14 Iustin PopImplement first version of job execution
2009-10-14 Iustin PopAdd a command line option for executing jobs
2009-10-14 Iustin PopAdd two specialized Luxi calls
2009-10-14 Iustin PopChange iMoveToJob to properly create migrates
2009-10-14 Iustin PopExtend the MoveJob type to hold the instance index
2009-10-14 Iustin PopAdd a simple module for dealing with Ganeti jobs
2009-10-12 Iustin PopOnly update the version file on make dist
2009-10-12 Iustin PopFix haddock issues with tuple members
2009-10-08 Guido Trottermakefile: regenerate version when it changes
2009-10-08 Guido TrotterparseNode: don't lookup values in drained nodes
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 PopAdd a function converting Placements into Jobs
2009-10-02 Iustin PopAdd a small implementation of OpCodes
next