Statistics
| Branch: | Tag: | Revision:

root / NEWS @ 2fe61f87

History | View | Annotate | Download (6.5 kB)

1
Version 0.1.6 (Wed, 19 Aug 2009):
2
  - Added support for Luxi (the native Ganeti protocol)
3
  - Added support for simulated clusters (for hspace only)
4
  - Added timeouts for the RAPI backend
5
  - Fixed a few inconsistencies in the command line handling
6
  - Fixed handling of errors while loading data
7
  - The 'network' is a new dependency due to the Luxi addition
8

    
9
Version 0.1.5 (Thu, 09 Jul 2009):
10
  - Removed obsolete hn1 program; this allowed removal of a lot of
11
    supporting code
12
  - Lots of changes in hspace: the output now is a shell fragment in
13
    order for script to source it or parse it easier; added failure
14
    reasons; optimised to use less memory for large clusters
15
  - Optimized the scoring algorithm (used by all tools) so that now
16
    computations should be faster
17

    
18
Version 0.1.4 (Tue, 16 Jun 2009):
19
  - Added CPU count/ratio of virtual-to-physical CPUs to the cluster
20
    scoring methods; this means that now the balancer, the iallocator
21
    plugin and so on will try to keep the VCPU-to-PCPU ratio equal
22
    across the cluster
23
  - Fixed some hscan bugs
24
  - Fixed the way iallocator reads the total disk size (was broken and
25
    it was always falling back to summing the disk sizes)
26
  - Internals: fixed most compile-time warnings
27

    
28
Version 0.1.3 (Fri, 05 Jun 2009):
29
  - Fix a bug in the ReplacePrimary instance moves, affecting most of
30
    the tools
31

    
32
Version 0.1.2 (Tue, 02 Jun 2009):
33
  - Add a new program, “hspace”, which computes the free space on a
34
    cluster (based on a given instance spec)
35
  - Improvements in API docs and partially in the user docs
36
  - Started adding unittests
37

    
38
Version 0.1.1 (Tue, 26 May 2009):
39
  - Add a new program, “hail”, which is an iallocator plugin and can
40
    allocate/relocate instances
41
  - Experimental support for non-mirrored instances (hail supports them,
42
    hbal should no longer abort when it finds such instances and simply
43
    ignore them)
44
  - The RAPI port and/or scheme can be overriden now, and even “file://”
45
    schemes can be used if the message body has been saved under the
46
    appropriate name
47
  - Lots of code reorganization, esp. rewritten loading pipeline
48
  - Better data checking and better error messages in case validation
49
    fails; tools now consider nodes with error in input data (‘?’
50
    returned by ganeti) as offline
51
  - Small enhancement to the makefile for simpler packaging
52

    
53
Version 0.1.0 (Tue, 19 May 2009):
54
  - Drop compatibility with Ganeti 1.2
55
  - Add a new minimum score option (with a very low default), should
56
    help with very good clusters (but is still not optimal)
57
  - Add a --quiet option to hbal
58
  - Add support for reading offline nodes directly from the cluster
59

    
60
Version 0.0.8 (Tue, 21 Apr 2009):
61
  - hbal: prevent mismatches in wrong node names being passed to -O, by
62
    aborting in this case
63
  - add the ability to write the commands (-C) to a script via
64
    (-C<file>), so that it can be later executed directly; this has also
65
    changed the commands to include the ncessary -f flags to skip
66
    confirmations
67
  - add checks for extra argument in hbal and hn1, so that unintended
68
    errors are catched
69
  - raise the accepted “missing” memory limit to 512MB, to cover usual
70
    Xen reservations
71

    
72
Version 0.0.7 (Mon, 23 Mar 2009):
73
  - added support for offline nodes, which are not used as targets for
74
    instance relocation and if they hold instances the hbal algorithm
75
    will attempt to relocate these away
76
  - added support for offline instances, which now will no longer skew
77
    the free memory estimation of nodes; the algorithm will no longer
78
    create conditions for N+1 failures when such instances are later
79
    started
80
  - implemented a complete model of node resources, in order to
81
    prevent an unintended re-occurrence of cases like the offline
82
    instance were we miscalculate some node resource; this gives warning
83
    now in case the node reported free disk or free memory deviates by
84
    more than a set amount from the expected value
85
  - a new tool *hscan* that can generate the input text-file for the
86
    other tools by collection via RAPI
87
  - some small changes to the build system to make it more friendly;
88
    also included the generated documentation in the source archive
89

    
90
Version 0.0.6 (Mon, 16 Mar 2009):
91
  - re-factored the hbal algorithm to make it stable in the sense that it
92
    gives the same solution when restarted from the middle; barring
93
    rounding of disk/memory and incomplete reporting from Ganeti (for
94
    1.2), it should be now feasible to rely on its output without
95
    generating moves ad infinitum
96
  - the hbal algorithm now uses two more variables: the node N+1
97
    failures and the amount of reserved memory; the first of which tries
98
    to ‘fix’ the N+1 status, the latter tries to distribute secondaries
99
    more equally
100
  - the hbal algorithm now uses two more moves at each step:
101
    replace+failover and failover+replace (besides the original
102
    failover, replace, and failover+replace+failover)
103
  - slightly changed the build system to embed GIT version/tags into the
104
    binaries so that we know for a binary from which tree it was done,
105
    either via ‘--version’ or via “strings hbal|grep version”
106
  - changed the solution list and in general the hbal output to be more
107
    clear by default, and changed “gnt-instance failover” to
108
    “gnt-instance migrate”
109
  - added man pages for the two binaries
110

    
111
Version 0.0.5 (Mon, 09 Mar 2009):
112
  - a few small improvements for hbal (possibly undone by later
113
    changes), hbal is now quite faster
114
  - fix documentation building
115
  - allow hbal to work on non N+1 compliant clusters, but without
116
    guarantees that the end cluster will be compliant; in any case, this
117
    should give a smaller number of nodes that are not compliant if the
118
    cluster state permits it
119
  - strip common domain suffix from nodes and instances, so that output
120
    is shorter and hopefully clearer
121

    
122
Version 0.0.4 (Sun, 15 Feb 2009):
123
  - better balancing algorithm in hbal
124
  - implemented an RAPI collector, now the cluster data can be gathered
125
    automatically via RAPI and doesn't need manual export of node and
126
    instance list
127

    
128
Version 0.0.3 (Wed, 28 Jan 2009):
129
  - initial release of the hbal, a cluster rebalancing tool
130
  - input data format changed due to hbal requirements
131

    
132
Version 0.0.2 (Tue, 06 Jan 2009):
133
  - fix handling of some common cases (cluster N+1 compliant from the
134
    start, too big depth given, failure to compute solution)
135
  - add option to print the needed command list for reaching the
136
    proposed solution
137

    
138
Version 0.0.1 (Tue, 06 Jan 2009):
139
  - initial release of hn1 tool