constants: Move most paths to separate module
[ganeti-local] / htools / Ganeti / HTools /
2012-03-15 Iustin PopRename evacDrbdSecondaryInner to evacOneNodeInner
2012-03-15 Iustin PopAbstract the secondary evac into a separate function
2012-03-15 Iustin PopFix Node_addPriFD test for arbitrary disk templates
2012-03-15 Iustin PopExtend the possible move types with FailoverToAny
2012-03-15 René Nussbaumerhtools: Add the new ipolicy field
2012-03-15 René Nussbaumerhtools: Use the spindle usage in the algorithms
2012-03-15 René Nussbaumerhtools: Convert all the other backends as this is trivial
2012-03-15 René Nussbaumerhtools: Adapt the Text backend to spindle usage
2012-03-15 René Nussbaumerhtools: Adding spindle usage to Instance
2012-03-15 Iustin PopRework unit parsing
2012-03-13 René Nussbaumerhtools: Make it possible to load an IAlloc request
2012-03-07 Iustin PopFix relocation test ClusterAllocRelocate
2012-03-07 Iustin PopFix IAlloc.processRelocate to support shared storage
2012-03-07 Iustin PopFix up Cluster nodeEvac unittests for shared storage
2012-03-07 Iustin PopRework evacDrbdSecondaryInner to take the imove
2012-03-07 Iustin PopAdd a simple type alias for nicer type signatures
2012-03-07 Iustin PopFix a few tests that hard-coded the number of nodes
2012-03-07 Iustin PopFix test Node_addSec_idempotent
2012-03-07 Iustin PopFix the Node_rMem test to specify DRBD8 templates
2012-03-07 Iustin PopSplit the Node_addOffline test into pri/sec
2012-03-07 Iustin PopUse the mirror type in Cluster.possibleMoves
2012-03-07 Iustin PopiPolicy: enable by default all storage templates
2012-03-07 Iustin PopFix printSolutionLine to handle big scores
2012-03-07 Iustin PopFix printSolutionLine to handle non-DRBD steps
2012-03-07 Iustin PopAdd a helper type and function for the mirror type
2012-03-07 Iustin PopSmall simplification in tryBalance
2012-03-07 Iustin PopMark Rbd as a movable disk template
2012-03-07 Iustin PopDo not rely on no-secondary for movable tests
2012-03-07 Iustin PopHandle nodes without local storage
2012-03-03 René Nussbaumerhtools/ExtLoader: Bring the pieces together
2012-03-03 René Nussbaumerhtools/CLI: Adding new options to use ialloc as source
2012-03-03 René Nussbaumerhtools/IAlloc: Adding loadData method for use as backend
2012-03-03 René Nussbaumerhtools: Refactor some of IAlloc.readRequest to Hail
2012-03-03 René Nussbaumerhinfo: Adjust the verbosity
2012-03-01 René Nussbaumerhinfo: Gather and print group statistics
2012-02-29 René Nussbaumerhtools: Adding printTable helper
2012-02-29 Iustin PopFixup a Node unittest
2012-02-29 Iustin PopAllow overriding the target test count
2012-02-29 Iustin PopAdd two more unittests for Node add/remove
2012-02-29 Iustin PopUse the spindles metric in cluster scores
2012-02-29 Iustin PopTrack instance-used spindles in node set/add/remove
2012-02-29 Iustin PopShorten some function names
2012-02-29 Iustin PopSimplify logic in Node operations
2012-02-29 Iustin Pophtools: support spindles in simu backend
2012-02-29 Iustin Pophtools: support spindles in text load/save
2012-02-29 Iustin Pophtools: add support for listing spindles for nodes
2012-02-29 Iustin Pophtools: add spindle-related attribute to nodes
2012-02-29 Iustin PopAdd spindle ratio to htool's IPolicy
2012-02-28 René Nussbaumerhinfo: Reorganize the code to separate functions
2012-02-28 René Nussbaumerhinfo: Adding basic skeleton based on hbal
2012-02-13 Guido Trotterhtools: allow rbd disk template
2012-02-13 Iustin PopUse the ipolicy constants for key names
2012-01-26 Iustin PopFix integer overflow in Node unittest
2012-01-26 Iustin PopExpand the tiered alloc unittest to check allocation...
2012-01-26 Iustin PopSwitch over some hspace stats from RSpec to AllocInfo
2012-01-26 Iustin PopAdd a new type for holding allocation statistics
2012-01-26 Iustin PopTrack 'normalised' used CPUs in Cluster.CStats
2012-01-26 Iustin PopRe-indent code for readability
2012-01-26 Iustin PopRemove obsolete constant for vcpu_ratio
2012-01-26 Iustin PopChange meaning of the --max-cpu option
2012-01-26 Iustin PopTemporary fix for hspace's NPU calculation
2012-01-26 Iustin PopRemove Node.mCpu, replaced with the ipol vcpu_ratio
2012-01-26 Iustin PopAdd vcpu_ratio definition to the IPolicy type
2012-01-26 Iustin PopRemove two extraneous imports
2012-01-16 Iustin PopAnother small optimisation in test data generation
2012-01-16 Iustin PopGenerate tags using the helper in Node tests
2012-01-16 Iustin PopCombine two Node unittests
2012-01-16 Iustin PopAdd unit-tests for --help/--version as common options
2012-01-16 Iustin PopSplit the list of program personalities into a module
2012-01-16 Iustin PopParse options in htools.hs, not in each program
2012-01-16 Iustin PopAdd some very basic options test
2012-01-16 Iustin PopSplit CLI.parseOpts into IO/non-IO parts
2012-01-16 Iustin PopAdd test for CLI.parseYesNo
2012-01-16 Iustin PopFix bug in CLI.parseISpecString and add test
2012-01-16 Iustin PopAdd a unittest for the 'Simu' backend
2012-01-16 Iustin PopFurther optimise instance test data generation
2012-01-13 Iustin PopFix very slow unit-test data generation in some cases
2012-01-13 Iustin PopFix one bad unit-test data generation case
2012-01-13 Iustin PopFix another data generation issue in tests
2012-01-13 Iustin PopRemove some dead code
2012-01-13 Iustin PopFix a few issues in unittest data generation
2012-01-13 Iustin PopExtend node evacuation unittests
2012-01-13 Iustin PopAdd a unit-test helper function
2012-01-13 Iustin PopFurther JSON unit-tests for various Types.hs types
2012-01-13 Iustin PopFurther unittests for ipolicy/ispec text serialisation
2012-01-13 Iustin PopImplement saving/restoring of policies in Text backend
2012-01-13 Iustin PopAdd a complex allocation/serialisation/load test
2012-01-13 Iustin PopGenerate clusters with unique node names in tests
2012-01-13 Iustin PopAdd a help function for generating test nodes
2012-01-13 Iustin PopFix a couple of bugs in handling offline instances
2012-01-13 Iustin PopAdd a helper function for 'not offline' instances
2012-01-13 Iustin PopUnittests for the instance policy checks on allocation
2012-01-13 Iustin PopShow explicit message when hspace fails to alloc
2012-01-13 Iustin PopObey instance policy in allocation routines
2012-01-13 Iustin PopSet group policy on nodes
2012-01-13 Iustin PopA trivial optimisation in Loader.mergeData
2012-01-13 Iustin PopTrivial performance optimisation
2012-01-13 Iustin PopAdd ipolicy attribute to group objects
2012-01-13 Iustin PopSwitch hspace to read the disk template from the cluster
2012-01-13 Iustin PopRead the disk templates part of the ipolicy
next